/*
Theme Name: RegnoGel - a product of ProCore
Author: LinkLab wordpress development
Author URI: http://www.linklab.co.il/
Version: 1.0.0
Text Domain: regno-theme
*/

/**
 * ICONS
 *
 * -----------------------------------------------------------------------------
 */
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
    vertical-align: middle; 
}

/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */
 
body,
button,
input,
select,
textarea {
	color: #464646;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
}
body {
	background: #fff;
}
a {
	color: #1eaab3;
	text-decoration: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
	outline:0;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a:active,
a:hover {
	color: rgba(30, 170, 179, 0.7);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 1.500rem 0;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	line-height:1;
}
h1 {	
	font-size:2.500em; 
	line-height:1.200em; 
}
h2 {	font-size:1.500em; }

ul.no_style, ol.no_style     {
	list-style:none;
	padding:0;
	margin:0;
}
p {
	line-height:1.875em;
	margin:0 0 1.875em;
	font-size:1em;
}
p:last-child {margin-bottom:0;}
strong {
	font-weight:700;
}
dl {
	margin:0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
img.round_img {
	border-radius: 50%;
}

blockquote {
    font-size: 1.250em;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5;
    margin: 0 0 30px;
	font-family: 'Montserrat', sans-serif;	
}

::selection {
	background: #252525;
	color: #b7b7b7;
	text-shadow: none;
}

::-moz-selection {
	background: #252525;
	color: #b7b7b7;
	text-shadow: none;
}


button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	color: #959595;
	border:none;
	background:#fff;		
}
::-webkit-input-placeholder {
   color: #959595;
   opacity:1;      
}
:-moz-placeholder { 
   color: #959595;  
   opacity:1; 
}
::-moz-placeholder {  
   color: #959595;  
   opacity:1;   
}
:-ms-input-placeholder {  
   color: #959595; 
   opacity:1;      
}


/**
 * 1.1 Reset - cf7
 *
 * -----------------------------------------------------------------------------
 */
.wpcf7-form input, 
.wpcf7-form select, 
.wpcf7-form textarea {
	line-height:1;
	padding:10px 0;
	border-bottom:#c0c0ca solid 1px;
    outline: 0;	
	width:100%;	
}
.wpcf7-form .flex {
	margin:0 0 40px;
}
.wpcf7-form .flex.half {
	margin:0 0 55px;
}
.wpcf7-form .flex .wpcf7-form-control-wrap {
	width:100%;
    box-sizing: border-box;	
}
.wpcf7-form .flex.half .wpcf7-form-control-wrap {
	width:50%;
}
.wpcf7-form .flex.half .wpcf7-form-control-wrap:first-child {
	padding: 0 25px 0 0;
}
.wpcf7-form .flex.half .wpcf7-form-control-wrap:last-child {
	padding: 0 0 0 25px;
}
.wpcf7-form p {
	text-align:center;
}
#form_submit {
    height: 60px;
    width: 104px;
    border-radius: 30px;
}
div.wpcf7 .ajax-loader {
	position: absolute;
    transform: translate(0, 22px);
    margin: 0 0 0 10px;
}


/**
 * 2.0 Basic
 *
 * -----------------------------------------------------------------------------
 */

div:after, .clear:after {
	content:'';
	clear:both;
	display:block;
} 
.row {
	display:block;
	max-width:900px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;		
}
.row.full {
	max-width:none;
	padding:0 80px;
}
.screen-reader-text, .mobile {display:none;}
.flex {
	display: -webkit-box;  
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;  
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;	
}

/**
 * 3.0 Header
 *
 * -----------------------------------------------------------------------------
 */
#masthead {
	height:80px;
	background:#fff;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);	
}
#masthead .flex {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;	
}
#logo {
    flex-grow: 1;
	padding:26px 0 0;
}
.header_B, .menu_button {
	font-weight:600;
	font-family: 'Montserrat', sans-serif;	
	font-size:0.875em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;	
}
#masthead a, .header_B, .menu_button {
	color:#666699;
}
#masthead a:hover, .menu_button:hover {
	color:rgba(102, 102, 153, 0.7);
}
/*#masthead .empty_link > a:hover {
	color:rgba(102, 102, 153, 1);
}*/
.header_B {
	display:inline-block;
	height:80px;
    padding: 0 28px;
    box-sizing: border-box;
	transition-duration: 0.4s;	
}
.header_B .icon {
    vertical-align: bottom;
}
.header_B span {
	display:inline-block;
    padding:0 0 14px 8px;
    line-height: 1;
}
#faq_link {
    padding: 18px 28px 14px;
	background-color:#ebebeb;
}
.icon-FAQ-icon {
	font-size:48px;
}
#doctors_registration_link {
    padding: 29px 28px 14px;
	background-color:#d7d7d7;
    cursor: pointer;
    position: relative;
    z-index: 10;	
	outline: 0;	
}
.icon-Doctors-Registration-icon {
	font-size:37px;
}
#doctors_registration_link:hover, #faq_link:hover,
.page-template-t_FAQ #faq_link, .page-template-t_private #doctors_registration_link,  #doctors_registration_link.active {
	color:#fff !important;
	background:#1eaab3;
}
#navigation-open-container {
	padding: 33px 0 20px 30px;
}
.menu_button {
	padding:0;
	cursor:pointer;
    overflow: hidden;	
    outline: 0;	
}
.icon-hamburger-icon {
	font-size:55px;
    padding: 0 0 0 11px;
    margin: -15px 0;
}

#lang_select {
	position:absolute;
	top:8px;
	right:8px;
    line-height: 1;	
}
.lang_select a {
	font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
    text-transform: uppercase;	
}
.lang_select span:first-child:after  {
	content:' | ';
	display:inline-block;
}
#lang_select_MOBILE {
	display:none;
}

/**
 * 3.1 Header - Login
 *
 * -----------------------------------------------------------------------------
 */
#pro_login_warp {
	position:relative;
}
#loginform {
	background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0, 0);
    box-sizing: border-box;
    padding: 24px 42px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;	
    font-family: 'Montserrat', sans-serif;	
    text-align: center;	
    z-index: 1;	
    transition: all 0.65s ease-out;	
} 
#loginform.active {
    transform: translate(0, 100%);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);	
}
#loginform:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background: #1eaab3;
}
#loginform input[type="text"], #loginform input[type="password"]  {
	border-bottom:1px solid #d7d7d7;
	font-size:0.750em;
    width: 100%;
	text-align:center;
	line-height:30px;
    background: transparent;
    outline: 0;	
    box-sizing: border-box;	
}
.login-password {
	position:relative;
	margin-bottom:20px;
}
.login-password  label {
	position:absolute;
	z-index:1;
	font-size:0.750em;	
	text-align:center;	
	width: 100%;
}
.login-password  label.input-has-value {
	opacity:0;
}
.login-password input {
	position:relative;
	z-index:10;
}
#loginform input[type="text"]:focus, #loginform input[type="password"]:focus {
	background:#fff;
}
.login-username {
	display:none;
}

/**
 * 3.2 Header - menu open
 *
 * -----------------------------------------------------------------------------
 */
#navigation-close {
	position:absolute;
	top:35px;
	right:95px;
	color:#666699;
	background:none;
} 
#navigation-close:hover {
	color:#9494b7;
}
#navigation-close .icon-close-icon {
	display: block;
	font-size:26px;	
}
#site-navigation-cover {
	content:'';
	display:none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index:49;
	background: rgba(0, 0, 0, 0.3);	
}
#site-navigation {
    background: rgba(255, 255, 255, 0.94);
    width: 50vw;
    max-width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 55;
    transform: translate(50vw, 0);
    transition: all 0.65s ease-out;
}
#site-navigation.open {
    transform: translate(0, 0);
}
#primary-navigation {
	padding: 150px 85px 0;
}
#header_main_menu li {
	font-size:1.875em;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;	
}
.menu-item .sub-menu {
	list-style:none;
	padding:0;
	margin:0;
}
#header_main_menu .sub-menu {
	margin:0 0 0 30px;
}
#header_main_menu .sub-menu li {
    font-size: 1em;
    font-weight: 400;
}
/*.menu-item.empty_link > a  {
    cursor: default;
}*/
#play_video_btn {
    height: 60px;
    width: 68px;
    background: #fff;
    position: fixed;
    top: 315px;
    transform: translate(0, 0);
    right: 0;
    color: #1eaab3 !important;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: all 0.4s ease-out;	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);	
}
#play_video_btn .icon {
	font-size:54px;
    margin: 3px;	
}	
#play_video_btn:hover {
    color: rgba(30, 170, 179, 0.7) !important;
}
#play_video_btn.hide_on_slider {
    transform: translate(68px, 0);
}
	
/**
 * 3.3 Header - Admin logged-in
 *
 * -----------------------------------------------------------------------------
 */

.logged-in.admin-bar #masthead { top:32px; }
.logged-in.admin-bar #navigation-close{ top:67px; }

/**
 * 4.0 Footer
 *
 * -----------------------------------------------------------------------------
 */
#colophon {
	background:#40354d;
	padding:50px 0;
	font-family: 'Montserrat', sans-serif;	
	position: relative;
    z-index: 2;	
}
#colophon, #colophon a  {
	color:#ded7e7;
}
#colophon a:hover  {
	color:rgba(222, 215, 231, 0.7);
}
.footer_col {
    width: 50%;
    box-sizing: border-box;
}
.footer_col:first-child {padding: 10px 25px 0 0;}
.footer_col:last-child   {padding: 0 0 0 25px;}
.footer_about_procore {
    margin: 32px 0 0;
    line-height: 1.333;
}
#footer_menu_container {
	width:258px;
}
#footer_contact_info {
	width:calc(100% - 258px);
}
#footer_nav li {
	font-size:1.125em;
	font-weight:600;
	line-height:1.333;
}
#footer_nav .sub-menu li {
    font-size: 1em;
    font-weight: 400;
	padding:0 0 0 14px; 
}
#footer_contact_info .info {
	margin: 0 0 26px;
}
#footer_contact_info .info a {
	display:inline-block;
    font-size: 1.500em;
    font-weight: 600;
	line-height:1;	
}
#footer_contact_info .info > a:first-child {
	margin:0 0 14px;
}
#footer_contact_info .credit {
    font-size: 0.875em;
	line-height:1rem;
}
#footer_contact_info .credit  span {
	font-size: 12px;
}
.footer_social {
	margin:14px 0 0;
    font-size: 20px;	
}
#footer_contact_info .info .footer_social a {
	margin:0 6px 0 0;
	display:inline-block;
}
.creditspn {
	padding:0 6px 0 0;
}

/**
 * 5.0 Page - Basic
 *
 * -----------------------------------------------------------------------------
 */
#page {
	overflow:auto;
	padding-top:80px;
} 
#primary-banner-header {
	height:380px;
    overflow: hidden;
	position:relative;
	background: transparent;
}
#content-warp {
	padding:80px 0;
}
#content-warp.no_bottom_padding {
	padding-bottom:0;
}
.full_row {
	padding:70px 0;
	border-bottom:#c0c0ca 1px solid;	
}
.full_row:last-child {
	border-bottom:none;	
}

/**
 * 5.0.1 Page - svg animations
 *
 * -----------------------------------------------------------------------------
 */
#mol_ani, #home-slider .mol_ani  {
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#mol_ani svg, #home-slider .mol_ani svg {
    position: absolute;
	top:0px;
    right: 0;
	width: 100%;
    opacity: 0.4;	
}
#primary-banner-header #mol_ani svg {
	width:auto;
    right: 50%;
    transform: translate(50%, 0);
}	
#mol_ani.t_team svg { top:125px; }
#mol_ani.t_about1 svg, #mol_ani.t_news svg { top:70px; }
#mol_ani.t_contact svg { top:123px; }
#mol_ani.t_faq svg { top:94px; }
.page-id-8 #mol_ani svg { top:158px; }
.page-id-10 #mol_ani svg { top:16px; }

#mol_ani svg #mol_lines path, #mol_ani svg #mol_pent path,
#home-slider .mol_ani svg .mol_lines path, #home-slider .mol_ani svg .mol_pent path  {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transition: all 6s linear;	
}
#mol_ani svg #mol_lines path,
#home-slider .mol_ani svg .mol_lines path {
	transition-delay: 1s;
}
#mol_ani svg #mol_pent path,
#home-slider .mol_ani svg .mol_pent path {
	transition-delay: 0.7s;	
}
#mol_ani.animate svg #mol_lines path,
#home-slider .mol_ani.animate svg .mol_lines path {
	stroke-dashoffset: 0;
}
#mol_ani.animate svg #mol_pent path,
#home-slider .mol_ani.animate svg .mol_pent path {
	stroke-dashoffset: 0;
}
#mol_ani.animate_reverse svg #mol_lines path  {
	stroke-dashoffset: 1000;
	transition-delay: 0;	
	transition-duration: 1.5s;
}
#mol_ani.animate_reverse svg #mol_pent path {
	stroke-dashoffset: 1000;
	transition-delay: 0;
	transition-duration: 1.5s;
}
#mol_ani svg #mol_circle path,
#home-slider .mol_ani svg .mol_circle path {
	opacity:0;
    transition: all 1.5s ease-out 0.4s;	
}
#mol_ani.animate svg #mol_circle path,
#home-slider .mol_ani.animate svg .mol_circle path {
	opacity:1;
}

#home-slider .mol_ani svg .mol_lines path {
	transition-delay: 1.5s;	
	transition-duration: 8s;
}
#home-slider .mol_ani svg .mol_pent path {
	transition-delay: 1.2s;	
	transition-duration: 8s;
}
#home-slider .mol_ani svg .mol_circle path {
	transition-delay: 0.7s;
	transition-duration: 3s;
}


#primary-banner-header .row {
	position:relative;
	z-index:9;
}

.is_edge #mol_ani svg #mol_lines path, .is_edge #mol_ani svg #mol_pent path,
.is_edge #home-slider .mol_ani svg .mol_lines path, .is_edge #home-slider .mol_ani svg .mol_pent path,
.is_IE #mol_ani svg #mol_lines path, .is_IE #mol_ani svg #mol_pent path,
.is_IE #home-slider .mol_ani svg .mol_lines path, .is_IE #home-slider .mol_ani svg .mol_pent path  {
	stroke-dasharray: 0;
	stroke-dashoffset: 0;
	opacity:0;
	transition-duration: 4s;	
}
.is_edge #mol_ani.animate svg #mol_lines path,
.is_edge #home-slider .mol_ani.animate svg .mol_lines path,
.is_edge #mol_ani.animate svg #mol_pent path,
.is_edge #home-slider .mol_ani.animate svg .mol_pent path,
.is_IE #mol_ani.animate svg #mol_lines path,
.is_IE #home-slider .mol_ani.animate svg .mol_lines path,
.is_IE #mol_ani.animate svg #mol_pent path,
.is_IE #home-slider .mol_ani.animate svg .mol_pent path {
	opacity:1;
}
.is_edge #mol_ani.animate_reverse svg #mol_lines path,
.is_edge #mol_ani.animate_reverse svg #mol_pent path,
.is_IE #mol_ani.animate_reverse svg #mol_lines path,
.is_IE #mol_ani.animate_reverse svg #mol_pent path  {
	stroke-dashoffset: 0;
	opacity:0;
}

/**
 * 5.1 Page - Content typography
 *
 * -----------------------------------------------------------------------------
 */
#primary-banner-header h1 {
	color:#fff;
	font-size:3.000em;
	line-height:1;
	margin:0;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
    transform: translate(0, 240px);
}
#content-main p:first-child {
	color:#522d80;
	font-family: 'Montserrat', sans-serif;	
	font-size:1.500em;
	line-height:1.375;
}
#content-main a {
    text-decoration: underline;
}
#content-main h2 {
	color:#522d80;
	font-size:1.500em;
	line-height:1.25;
	margin-top:1.875rem;
}
#content-main img {
	max-width:100%;
	height:auto;
}
p.content-img-wrap {
	margin:4.375em 0 1.875em;
}
.style_button, #wp-submit {
	font-size:1.125em;
	color:#fff;
	font-weight:600;
	background-color:#1eaab3;
	height:54px;
	line-height:54px;
	padding:0 30px;
    display: inline-block;
    border-radius: 27px;
    white-space: nowrap;
	max-width:100%;
}
.style_button:hover, #wp-submit:hover {
	color:rgba(250, 250, 250, 0.7);
}

/**
 * 6.1 Templates - About :: Advantages
 *
 * -----------------------------------------------------------------------------
 */
#icons_grid_container {
	background:#eaf1c7;
	color:#522d80;
	text-align:center;
	padding:80px 0;
	margin: 70px 0;
}
#icons_grid_container h2,
#hp_news_container h2          {
	font-size:1.875em;
	text-transform:uppercase;
	margin:0;
    font-weight: 400;	
}
#icons_grid {
    margin: 60px auto 0;
    max-width: 1144px;
}
.home-section #icons_grid {
    margin-bottom: 50px;
}
.icon_item {
	width:50%;
    box-sizing: border-box;	
	border-top:1px solid #c0c0ca;
}
.icon_item .inside {
	width:100%;
	max-width:390px;
	padding: 60px 0 30px;
}
.icon_item:nth-child(1), .icon_item:nth-child(2) {
	border-top:none;
}
.icon_item:nth-child(1) .inside, .icon_item:nth-child(2) .inside {
	border-top:none;
	padding-top:0;
}
.icon_item:nth-last-child(2) .inside, .icon_item:last-child .inside {
	padding-bottom:0;
}
.icon_item:nth-child(even) {
	border-left:1px solid #c0c0ca;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;	
    padding: 0 0 0 25px;	
}
.icon_item:nth-child(odd) {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 0 25px 0 0;	
}
.icon_item p {
	font-size:1.125em;
	font-weight:600;
	color:#464646;
	line-height:1.33333;
}
.icon_item h3 {
	font-size:1.500em;
	margin:1rem 0;
}
.icon_item .icon {
	height:50px;
}
.icon-Long-Lasting-icon, .icon-effective-icon, .icon-safe-icon {font-size:50px;}
.icon-novel-icon {font-size:46px;}

/**
 * 6.2 Templates - About :: recommendations
 *
 * -----------------------------------------------------------------------------
 */
#recommendations_container {
	background:transparent;
	margin:70px 0 0;
	padding:70px 0;
}
.reco_item {
	margin: 0 0 70px;
}
.reco_item:last-child {
	margin: 0;
}
.reco_item.flex:nth-child(even) {
	flex-direction: row-reverse;
}
.reco__img {
	width:260px;
    text-align: center;	
}
.reco__content {
	width:calc(100% - 260px);
    font-family: 'Montserrat', sans-serif;
	color:#fff;
}

/**
 * 6.3 Templates - Team
 *
 * -----------------------------------------------------------------------------
 */
#content-warp.no_padding {
    padding: 0;
}
.acc_item, .list_togg  {
	border-bottom:#c0c0ca 1px solid;
	padding:70px 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;	
}
.acc_item.active, .acc_item:hover,
.list_togg.active, .list_togg:hover {
	background:#eaf1c7;
}
.list_togg.active, .list_togg:hover {
    border-color: #eaf1c7;	
}
.team_item__content {
	display:none;
	padding:30px 0 0;
	max-width:640px;
}
.acc_item h2, .download_item .file_meta  {
	color:#522d80;
	font-size:1.500em;
	line-height:1.25;
	margin:0;
	max-width:640px;
}
.team_item h2 span {
	font-size:0.667em;
	font-weight:400;
}
.download_item .file_meta  {
    font-family: 'Montserrat', sans-serif;
}
.download_item .file_meta span {
	display:block;
	font-size:0.667em;	
}

/**
 * 6.4 Templates - Read more button function
 *
 * -----------------------------------------------------------------------------
 */
.acc_item .row {
	position:relative;
} 
.read__togg, .togg_button, .download_btn  {
    position: absolute;
    right: 0;
    bottom: 50%;
    color: #1eaab3;
    padding: 0 30px 0 0;
    transform: translate(0, 50%);
    background: transparent;
    height: 21px;
    line-height: 18px;
    outline: 0;
    cursor: pointer;	
}
.read__togg span, .togg_button span, .download_btn span {
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
}
.read__togg .icon, .togg_button .icon, .download_btn .icon {
	position:absolute;
	right:0;
    top: 2px;	
	font-size: 18px;
}
.read__togg .icon-read-icon,
.read__togg .icon-FAQ-icon {
    opacity:1;	
}
.read__togg .icon-arrow-icon {
    opacity:0;	
}
.active .read__togg  {
    transform: translate(0, 0);
}
.active .read__togg .icon-arrow-icon {
    opacity:1;	
}
.active .read__togg .icon-read-icon,
.active .read__togg .icon-FAQ-icon   {
    opacity:0;	
}
.active .read__togg span  {
	display:none;
}

.faq_togg {
    height: 50px;
    line-height: 1;
    padding: 0 48px 0 0;
}
.active .faq_togg {
    height: 21px;
}
.read__togg .icon-FAQ-icon { 
	font-size:48px;
}
.togg_faq_item span {
	cursor:pointer;
}

/**
 * 6.5 Templates - News
 *
 * -----------------------------------------------------------------------------
 */
.news_item h2 {
	font-weight:400;
}
.news_item h2 .date {
	text-transform:uppercase;
	font-weight:600;
}
#content-main.no_posts p:first-child{
    font-size: 1.25em;
	margin: 80px 0;
}

/**
 * 6.6.1 Templates - Contact us - list
 *
 * -----------------------------------------------------------------------------
 */
#find-a-doctor-list .row {
	position:relative;
}
#find-a-doctor-list .togg_button {
    top: 56px;
}
#find-a-doctor-list h2 {
	color:#1eaab3;
	position:relative;
	padding: 70px 110px 0;
    line-height: 1.25;	
} 
.icon-find-doctor-icon {
	font-size:100px;
	position:absolute;
	left:0;
	top:0;
}
#find-a-doctor-list h2 > span {
	font-size:0.667em;
	font-weight:400;
	position:absolute;
	left:110px;
	top:30px;	
}
#find-a-doctor-list-tables {
	display:none;
	position:relative;
}
#find-a-doctor-list-tables h3 {
	color:#522d80;
	font-size:1.500em;
	margin: 80px 0 50px;
}
#find-a-doctor-list-tables table {
	border-collapse: collapse;
	width:100%;
} 
#find-a-doctor-list-tables table tr td {
	padding: 30px 0;
	border-bottom:1px solid #c0c0ca;
	color:#40354d;
	font-size:1.125em;
	line-height:1.6666;
}
#find-a-doctor-list-tables table tr td:last-child {
	text-align:right;
}
#find-a-doctor-list-tables table tr:last-child  td{
	border-width:3px;
	border-color:#522d80;
}
#find-a-doctor-list-tables .list-area:last-child table tr:last-child  td{
	border:none;
}
.close_view_list {
    position: absolute;
    bottom: -35px;
    right: 0;
    cursor: pointer;
    color: #1eaab3;
    background: transparent;
    font-size: 18px;
    line-height: 18px;
    outline: 0;
    padding: 0;
    display: none;	
}
#find-a-doctor-list {
	padding-bottom:90px;
}

/**
 * 6.6.2 Templates - Contact us - contact info
 *
 * -----------------------------------------------------------------------------
 */
#contact-info .col {
	width:50%;
	color:#522d80;
	font-family: 'Montserrat', sans-serif;
	font-size:1.500em;
	line-height:1.25;
}
#contact-info .col:last-child {
	align-self: flex-end;
} 
#contact-info .col a {
	color:#522d80;
}
#contact-info dl dt, #contact-info .col > span {
	font-weight:600;
	font-size:0.667em;
}
#contact-info dl dt, #contact-info dl dd {
	display:inline-block;
}
#contact-info dl dt {
	width:90px;
}
#contact-info dl dd {
    width: calc(100% - 98px);
    margin: 0;
	white-space: nowrap;	
}
#contact-form-co h2 {
	color:#522d80;
}

/**
 * 7.0 Home page
 *
 * -----------------------------------------------------------------------------
 */
.home-section {
    font-family: 'Montserrat', sans-serif;	
	padding:70px 0;
}
.home-section .row {
    max-width: 1144px;
}
.home-section .row.full {
    max-width: none;
}	
/********** Slider **********/
/*
#home-slider-fixer {
	width:100%;
	height:calc(100vh - 80px);	
	position:fixed;
	top:80px;
	left:0;
	z-index:1;
}
#home-content-fixer {
	position:relative;
	padding-top:calc(100vh - 80px);	
	z-index:2;
}
*/
#home-slider-container {
	height:calc(100vh - 80px);
	position:relative;
	overflow:hidden;
}
#home-slider .slider_item {
	height:calc(100vh - 80px);
	background:#fff;
}
#home-slider .slider_item .slider_img {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%)  scale(1, 1);
	-ms-transform: translate(-50%, -50%)  scale(1, 1);
    transform: translate(-50%, -50%)  scale(1, 1);	
}
#home-slider .slider_item .slider_img.mobile {
	display:none;
}
#home-slider .slider_item .slider_img.desktop {
	display:block;
}
.zoom-out-img {
	animation-name: scale_img;
	animation-duration: 10s;
	animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
	animation-fill-mode: forwards;	
}  
	@keyframes scale_img {
	  100% {
		-webkit-transform: translate(-50%, -50%)  scale(1.1, 1.1);
		-ms-transform: translate(-50%, -50%)  scale(1.1, 1.1);
		transform: translate(-50%, -50%)  scale(1.1, 1.1);
	  }
	}
#home-slider .slider_item .slider_title {
	position:absolute;
	top:50%;
	left:50%;
    transform: translate(-50%, -50%);	
	text-align:center;
	z-index: 9;	
	color:#fff;	
	font-size:2.250em;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);	
	margin:0;
    line-height: 1.5;
	
}
#home-slider .slider_item .slider_title span {
	display:inline-block;
	opacity:0;
    transition: all 2.4s ease-out 0.1s;	
	-webkit-transform: scale(0.8, 0.8);
	-ms-transform: scale(0.8, 0.8);
    transform:  scale(0.8, 0.8);		
}
#home-slider .slider_title.title_animted span {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
    transform:  scale(1, 1);	
	opacity:1;
}
 /*
#home-slider .slider_item .slider_title span:last-child  {
   transform: translate(200px, 0);
}
#home-slider .slider_item .slider_title span:first-child {
    transform: translate(-200px, 0);	
}
#home-slider .slider_title.title_animted span:first-child,
#home-slider .slider_title.title_animted span:last-child {
    transform: translate(0, 0);
}
*/	
#home-slider .mol_ani svg {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#home-slider #slide-1 .mol_ani svg {
    -webkit-transform: translate(0, -75%);
    -ms-transform: translate(0, -75%);
    transform: translate(0, -75%);
}

.slider_btn {
    position: absolute;
    z-index: 9;
    left: 50%;
	transform: translate(-50%, 0);
}
#play_video_hp {
    bottom: 100px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    padding-right: 90px;	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);	
}
#play_video_hp .icon {
    position: absolute;
    top: 3px;
    right: 4px;
    font-size: 74px;
}
.scroll_btn {
    bottom: 30px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);	
	color:#fff;
	font-size: 26px;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg); 
    transform: rotate(180deg); 
}
.scroll_btn:hover {
    color: rgba(255, 255, 255, 0.7);
}

/********** Intro **********/
#home-content {
	background:#ded7e7;
	color:#522d80;
}
#home-content p {
	font-size:1.500em;
	line-height:1.375;
	text-align:center;
}
/********** Icon grid **********/
#icons_grid_container.home-section  {
    background: #fff;
    padding: 70px 0;
    margin: 0;
}
#icons_grid_container .icon_item:nth-child(odd), #icons_grid_container .icon_item:nth-child(even) {
    padding: 0 60px;
}
#icons_grid_container .icon_item .inside {
    max-width: none;
	padding-bottom: 50px;	
}
.home-section .icon_item p {
    color: #464646;
    font-family: 'Open Sans', sans-serif;	
}	
/********** FAQ **********/
#hp_FAQ_container {
	background:transparent;
	color:#fff;
	text-align:center;
}	
#hp_FAQ_container .icon {
	font-size:64px;
}
#hp_FAQ_container p {
	font-size:1.875em;
	font-weight:600;
	line-height:1.83333;
    margin: 30px 0 50px;	
}
#hp_FAQ_container .style_button {
    background-color: rgba(30, 170, 179, 0.7);
    color: #fff;
}
#hp_FAQ_container .style_button, #play_video_hp {
    background-color: #fff;
	color:#1eaab3;
}
#hp_FAQ_container .style_button:hover, #play_video_hp:hover {
    background-color: #fff;
    color: rgba(30, 170, 179, 0.7);
}
/********** News **********/
#hp_news_container {
	text-align:center;
	background:#eff1c7;
}
#posts-grid {
	margin:30px 0 50px;
}
#posts-grid li {
	width:calc(33.3333% - 34px);
    box-sizing: border-box;
	color:#464646;
	font-size:1.125em;
	font-weight:600;
    font-family: 'Open Sans', sans-serif;	
}
#posts-grid .spacer {
	width:1px;
	border-right: 1px solid #c0c0ca;
}
#posts-grid li:last-child {
    display:none;
}
#posts-grid li .date {
	color:#522d80;
	font-size:1.5000rem;
	font-weight:600;
	line-height: 1.875;
    font-family: 'Montserrat', sans-serif;	
}
#hp_news_container h2 {
    color: #522d80;
}	
.icon-news {
	font-size:55px;
	display:block;
	margin:0 auto 20px;
}
	
/**
 * 8.0 Sticky popup contact form
 *
 * -----------------------------------------------------------------------------
 */
#sticky_contact {
	width: 378px;
    position: fixed;
    top: 150px;
    left: 0;
    transform: translate(-378px, 0);
    transition: all 0.5s ease-out;
    z-index: 48;
}
#sticky_contact.hide_on_menu {
   z-index: 1;
}
#sticky_contact.open {
    transform: translate(0, 0);
}
#sticky_toggle_button {
    cursor: pointer;
    position: absolute;
    z-index: 48;
    top: 58px;
    right: -64px;
    width: 54px;
    height: 58px;
    background-color: #fff;
    color: #1eaab3;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    padding: 46px 0 0 10px;
    line-height: 1;
}
#sticky_toggle_button:hover {
	color:#61c3ca;
}
#sticky_toggle_button span {
	font-size:0.750em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;	
    -webkit-transition: all 0.35s;
    transition: all 0.35s;	
}
#sticky_toggle_button:before {
    content: '';
    display: block;
    height: 100%;
    width: 5px;
    background: white;
    position: absolute;
    top: 0;
    left: -5px;
}
#sticky_toggle_button .icon {
	font-size:32px;
	position:absolute;
	top:10px;
	left:10px;
	opacity:1;	
    -webkit-transition: all 0.35s;
    transition: all 0.35s;		
}
#sticky_toggle_button .icon.icon-close-icon {
	top:40px;
	left:17px;
	font-size:25px;
	opacity:0;	
}
#sticky_toggle_button.clicked span,
#sticky_toggle_button.clicked .icon.icon-contact {
	opacity:0;
}
#sticky_toggle_button.clicked .icon.icon-close-icon  {
	opacity:1;
}
#sticky_main {
	width:378px;
	padding: 35px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	background:#fff;
	transition: all 0.25s ease-out;	
    position: relative;	
}
#sticky_contact.open #sticky_main {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);	
}
#sticky_main h3 {
    margin: 0 0 30px;
    color: #1eaab3;
    font-size: 1.125em;
}
#sticky_main .wpcf7-form .flex {
    margin: 0 0 30px;
}
#sticky_main .wpcf7-form p {
	margin:0;
}

/**
 * 9.1 Responsive = smaller < 1024px
 *
 * -----------------------------------------------------------------------------
 */
 
@media screen and (max-width: 1024px) {
	.row.full, .row {
		max-width: none;
		padding: 0 80px;
	}
	#navigation-open {
		width: 42px;
		white-space: nowrap;
	}
	.menu_button > span {
		display:none;
	}
	.icon-hamburger-icon {
		padding:0;
	}
	.read__togg, .togg_button, .download_btn {
	    right: 80px;
	}	

	#home-slider .slider_item .slider_title {
		width: 100%;
	}		
}

/**
 * 9.2 Responsive = smaller < 769px
 *
 * -----------------------------------------------------------------------------
 */
@media screen (max-width: 769px) and (min-width: 460px)  { 

}

/*---- ipad pro media ----*/
@media screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
	#home-slider .slider_item .slider_img {
		height: 100%;
		width: auto;
	}	
	#sticky_contact {
	    top: 150px;
	}
	#home-slider .slider_item .slider_title {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;	
	    transform: translate(-50%, -100%);	
	}
	#play_video_hp {
	    bottom: 140px;
	}
	.scroll_btn {
		bottom: 80px;
	}
}

@media screen and (max-width: 769px) {
	.row.full, .row {
		padding: 0 50px;
	}
	/*** Header & Menu ***/
	#page {
		padding-top: 122px;
	}	
	#masthead {
		height: auto;
	}
	#masthead .row {
		padding:0;
	}	
	#masthead .flex {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}		
	#doctors_registration_link {
		padding: 15px 20px 7px;
	    width: 100%;	
	}
	.logged-in #doctors_registration_link {
	    width: 50%;	
	    text-align: center;	
	}
	#faq_link {
		padding: 7px 20px;
	    width: 50%;	
	    text-align: center;	
	}	
	.header_B {
		height: 54px;
	}
	.icon-FAQ-icon {
		font-size: 40px;
	}	
	.icon-Doctors-Registration-icon {
		font-size: 30px;
	}	
	#pro_login_warp {
		position: initial;
		width: 50%;
	}	
	#navigation-open-container {
		position: absolute;
		padding: 18px 10px 23px 12px;	
	}
	#logo {
		padding:17px 50px 16px;
	    width: 100%;	
	}
	#logo img {

	}
	#navigation-close {
		right: 20px;
		width: auto;
		top: 30px;		
	}	
	#site-navigation {
		width:75vw;
		transform: translate(75vw, 0);
	}
	#lang_select {display:none;}
	#lang_select_MOBILE {
		position: absolute;
		top: 36px;
		left: 50px;
		line-height: 1;
		display: block;
	}
	.lang_select span:first-child:after {padding: 0 6px 0 10px;}

	#loginform {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	    transform: translate(100%, 100%);	
	}
	#loginform.active {
	    transform: translate(0, 100%);
	}	
	/*** Footer ***/
	#footer_contact_info, #footer_menu_container {
		width: 100%;
	}	
	#footer_contact_info {
	    margin-top: 30px;
	}
	/*** Pages ***/
	.read__togg, .togg_button, .download_btn {

	}
	.active .read__togg {

	}
	#find-a-doctor-list h2 {
	    padding: 70px 0 0 110px;
	}
	#find-a-doctor-list .togg_button {
		top: 115px;
	}	
	.acc_item h2, .download_item .file_meta {
	    max-width: 500px;
	}
	.read__togg.faq_togg {
		right: 50px;
		left: auto;
	    transform: translate(0, 35%);
		margin: 0;	
	    position: absolute;	
	}	
	.download_item .file_meta {
			max-width: none;
	}	
	.download_btn {
		position: relative;
		transform: translate(0, 0);
		left: 0;
		top: 20px;
	}
	
	#sticky_contact {
	    top: 150px;
	}
	#home-slider .slider_item .slider_title {
		padding: 0 20px;
		box-sizing: border-box;	
	    transform: translate(-50%, -100%);	
	}
	#home-slider .slider_item .slider_img.mobile {
		display:block;
		width: 100%;
		height: auto;		
	}
	#home-slider .slider_item .slider_img.desktop {
		display:none;
	}
	#mol_ani svg, #home-slider .mol_ani svg  {
		width: 150%;
		right: -25%;
	}	
	#play_video_hp {
	    bottom: 140px;
	}
	.scroll_btn {
		bottom: 80px;
	}
}

/**
 * 9.3 Responsive = smaller < 460px
 *
 * -----------------------------------------------------------------------------
 */
 
@media screen and (max-width: 460px) {
	.row.full, .row {
		padding: 0 20px;
	}
	#play_video_btn {
		bottom: 20px;
		top: auto;
	}
	/*** Header & Menu ***/	
	#logo {
		padding:17px 20px 16px;	
	}	
		#logo img {
			width: calc(100% - 70px);
			margin-left:0px;
		}
	#faq_link {
	    width: 127px;	
	}	
	.logged-in #doctors_registration_link {
		width: calc(100% - 127px);
		text-align: initial;
	}	
	#pro_login_warp {
		width: calc(100% - 127px);
	}		
	
	#site-navigation {
		width:100vw;
		transform: translate(100vw, 0);
	}
	#primary-navigation {
		padding: 0 20px 0;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
	#header_main_menu li {
	    font-size: 1.5em;
	}
	#lang_select_MOBILE {
		left:20px;
	}
	/*** Footer ***/
	#colophon {
	    padding: 50px 0 230px;
	}
	.footer_col {
		width:100%;
	}
	.footer_col:first-child, .footer_col:last-child {
		padding: 0 0;
	}	
	#footer_contact_info {
		width: 100%;
	    margin: 40px 0;	
	}	
	#footer_contact_info .info {
		margin: 0;
	}
	#footer_contact_info .credit {
		position: absolute;
		bottom: 144px;
	}
	/*** Pages ***/
	#home-slider-container {
		height: calc(100vh - 122px);
	}
	#content-warp {
		padding: 40px 0;
	}
	#primary-banner-header {
	    height: 250px;
	}	
	#hp_FAQ_container {
	    overflow: hidden;
	}
	.page-id-10 #primary-banner-header { 	background-position:right center !important;	 }
	#primary-banner-header h1 {
	    transform: translate(0, 146px);
	    font-size: 2.5em;	
	}
	#mol_ani svg  {
		top: 0 !important;	
	}		
	#content-main p:first-child {
	    font-size: 1.2500em;
	}
	.full_row {
		padding: 50px 0;
	}	
	.list_togg:hover {
		border-color: #c0c0ca ;
	    background: #fff;	
	}	
	.acc_item .row {
		padding-right: 20px;
	}	
	.read__togg, .togg_button, .download_btn {
		position: initial;
		transform: translate(0, 50%);
	}
	.download_btn {
		position: relative;
		transform: translate(0, 0);
	}
		
	.read__togg.faq_togg {
		right: 20px;
	}
	.faq_item.acc_item h2 {
	    padding-right: 70px;
	}	
	.acc_item h2, .download_item .file_meta {
		font-size: 1.2500em;
		max-width: none;
	}
	.faq_togg {
	    margin-right: 20px;
	}
	.icon_item {
		width: 100%;
	}
	#icons_grid_container .icon_item:nth-child(odd), #icons_grid_container .icon_item:nth-child(even) {
		padding: 0 30px;
	}	
	.icon_item:nth-child(even) {
		border-left: none;
	}
	.icon_item:nth-child(2) {
		border-top: 1px solid #c0c0ca;
	}	
	.icon_item:nth-child(2) .inside {
		padding-top: 60px;
	}
	.reco__img, .reco__content {
		width: 100%;
	}	
	.reco__content blockquote {
		margin: 30px 0;
		font-size: 1em;	
	}
	#home-slider .slider_item .slider_title {
		font-size: 1.50em;	
	    transform: translate(-50%, -100%);
		line-height: 1.3;		
	}
	#home-slider .mol_ani svg,
	#home-slider .slider_item .slider_title { 
		top: 40%;	
	}
	#play_video_hp {
		font-size:1em;
		bottom: 150px;
		transform: translate(-50%, 0);
	    height: 60px;
		line-height: 60px;
		border-radius: 30px;	
		padding: 0 70px 0 20px;
	}
	#play_video_hp .icon {
		font-size: 54px;
	}	
	.scroll_btn {
		display:none;
	}
	#home-content p, #hp_FAQ_container p {
	    font-size: 1.2500em;
	}
	.style_button, #wp-submit {
	    font-size: 1.00em;
	}
	#posts-grid li {
		width:100%;
		border-bottom: 1px solid #c0c0ca;
		padding: 30px 0;
	}
	#posts-grid li:nth-last-child(2){border:none;}
	#posts-grid .spacer {
		display:none;
	}
	/*** Pages - contact us ***/	
	.wpcf7-form .flex.half .wpcf7-form-control-wrap {
		width: 100%;
	}
	.wpcf7-form .flex.half .wpcf7-form-control-wrap:first-child,
	.wpcf7-form .flex.half .wpcf7-form-control-wrap:last-child {
		padding: 0 0 30px;
	}	
	.wpcf7-form .flex.half {
		margin: 0 0;
	}
	#contact-info .col {
		width: 100%;
		font-size: 1.2500em;
	}
	#contact-info .col:first-child {
		margin-bottom:30px;
	}
	#contact-info dl dt, #contact-info dl dd {
		width: 100%;
	}
	#contact-info dl dd {
		margin: 0 0 10px;
	}
	#find-a-doctor-list h2 {
		padding: 40px 0 0 110px;
		font-size: 1.25em;
	}
	#find-a-doctor-list h2 > span {
		top:0;
	}
	#find-a-doctor-list {
		padding-bottom: 40px;
	}
	#find-a-doctor-list.active {
			background: #eaf1c7;
	}
	#find-a-doctor-list .togg_button {
		top: auto;
		bottom: -20px;
		display:block;
	}	
	.close_view_list {
		bottom: -20px;
		right: 20px;
	}
	#find-a-doctor-list.active .togg_button {
		display:none;
	}
	#find-a-doctor-list-tables h3 {
		font-size: 1.25em;
	    margin: 50px 0 30px;	
	}
	#find-a-doctor-list-tables table tr td {
		display:block;
		font-size: 1em;
	}
	#find-a-doctor-list-tables table tr td:first-child {
		border-bottom:none;
		padding-bottom:0;
	}
	#find-a-doctor-list-tables table tr td:last-child {
		padding-top:0;
	    text-align: left;
	}
	
	#sticky_contact {
		width: 256px;
		transform: translate(-256px, 0);
	    top: auto;
		bottom: 10px;	
	}	
	#sticky_contact.open {
		transform: translate(0, 0);
	}	
	#sticky_main {
		width: 256px;
	}	
	#sticky_toggle_button {
		top: auto;
		bottom: 0;
		height: 12px;
	}	
	#sticky_toggle_button span {
		display:none;
	}
	#sticky_toggle_button .icon.icon-close-icon {
	    top: 17px;
	}
	.home #sticky_toggle_button {
	    height: 58px;
	}
	.home #sticky_toggle_button span {
	    display: initial;
	}
	.home #sticky_toggle_button .icon.icon-close-icon {
	    top: 40px;
	}	
}

/**
 * 9.4 Responsive = smaller < 320px
 *
 * -----------------------------------------------------------------------------
 */
 
@media screen and (max-width: 320px) {
	#doctors_registration_link {
		padding: 15px 0 7px;
	}
	.icon-Doctors-Registration-icon {
		font-size: 27px;
	}
	.icon-FAQ-icon {
		font-size: 39px;
	}	
	#header_main_menu li {
	    font-size: 1.25em;
	}	
}