/*  
Theme Name:     Relsites
Theme URI:      http://relsites.com
Description: 	Relsites Theme
Author:         Ariel Hein
Author URI: 	http://relsites.com
Version:        1.0
*/
@font-face {
    font-family: 'Assistant_Regular';
    src: url('fonts/Assistant-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Assistant_SemiBold';
    src: url('fonts/Assistant-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'Assistant_Bold';
    src: url('fonts/Assistant-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,textarea,text {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* General */
html,body{
	height:100%;
	color: #787878;
} 
body{
    font-family: 'Assistant_Regular', sans-serif;
    font-weight: 400;
    line-height: 1.25;
    font-size: 20px;
	color:#000;
}
h1, h2, h3, h4, h5, h6, strong {
	font-family: 'Assistant_Bold', sans-serif;
	font-weight: 700;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#06579c;
}
ul.sub-menu{
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  text-decoration: none;	
}
p.blog-read-more,
.entry-content img, ul#socials-wrapper li, a, a:hover, a:focus, input[type="submit"], a.blog-element:before {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.pageloads{ 
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000;
	background:url(images/loader.gif) 50% no-repeat #fff;
}
/* Footer */
#footer {
	padding: 20px 0;
    background-color: #fff;
    position: relative;
    z-index: 3;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
}
ul#menu-footer {
    display: flex;
    margin-bottom: 20px;
}
#menu-footer li{
	display: block;
	margin: 0 auto;
}
#menu-footer > li > a {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
#menu-footer li .sub-menu li a{
	font-size:16px;
}
.credits{
    text-align: left;
    direction: ltr;
    font-size: 17px;
    line-height: 1.8;
}
.credits a{color:#000}
.credits a:hover{color:#00579c}
ul#socials-wrapper li {
	display: inline-block;
    margin: 0 10px 0 0;
    font-size: 17px;
    padding: 0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px; 
}
ul#socials-wrapper li a{    
    display: block;
	color:#fff;
}
.inners-socials ul#socials-wrapper li{
	background-color:#fff;
}
ul#socials-wrapper li:hover a{    
	color: #fff;
}
ul#socials-wrapper li {background-color:#818285}
ul#socials-wrapper li:before{display:none;}

ul#socials-wrapper li.fb:hover {background-color:#3B5998}
ul#socials-wrapper li.linkedin:hover {background-color:#4875B4}
ul#socials-wrapper li.instagram:hover  {background-color:#4E433C}
ul#socials-wrapper li.youtube:hover  {background-color:#db3028}
ul#socials-wrapper li.pinterest:hover  {background-color:#cb2027} 
ul#socials-wrapper li.twitter:hover   {background-color:#33CCFF}
ul#socials-wrapper li.google_plus:hover  {background-color:#dd4b39}


ul#menu-main li.lang{
    color: #fff;
    background-color: #d1d2d4;
    border-radius: 100%;
    padding: 0 7px;
    width: 36px;
    text-align: center;
}
ul#menu-main li.lang:hover{
	border-bottom:0;
	background-color:#555
}

ul#menu-main li.lang a{
	color:#fff;
}

/* Sticky footer */
/*
.wrapper-all-no-footer{
	margin-bottom: -166px; 
	min-height:100%; 
}
.wrapper-all-no-footer:after {
  content: "";
  display: block;
}
#footer, .wrapper-all-no-footer:after {
  height: 136px; 
}
*/
/* Footer ENDS*/
/* header */
.header-wrapper {
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
    z-index: 2223;
    position: fixed;
    width: 100%;
    background: #fff;
    height: 80px;
}
.header-spacer{
	height:80px;
	margin-bottom:0;
	
}
header#masthead {
    height: auto;
    width: 100%;
    padding: 15px 0 0;
}
h5#logo {
	text-align: left;
}
h5#logo img {
    max-height: 49px;
}
nav#site-navigation {
    padding: 6px 0 0;
}
ul#menu-main{
	
}
ul#menu-main li {
	list-style-type: none;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    padding: 0 10px 16px;
	line-height: 1.8;
}
ul#menu-main li:first-child{
	margin-right:0;
}
ul#menu-main li a{
	color:#000000;
	display:block;
}



.single-medical-information ul#menu-main > li.med-inf-parent,
.single-brand ul#menu-main > li.zanim-parent,
.single-oil ul#menu-main > li.zanim-parent,
ul#menu-main > li.current-menu-parent,
ul#menu-main > li.current-menu-item,
ul#menu-main > li:hover{
	/*color:#00e575;*/
	border-bottom:7px solid #00e575;
}
ul#menu-main > li:hover > ul.sub-menu{
    visibility: visible;
    opacity: 1;
}
ul#menu-main ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 23px;
    background: rgba(255,255,255,1);
    margin-right: -10px;
    padding: 0;
    box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
}
ul#menu-main ul.sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}
ul#menu-main ul.sub-menu li a {
    padding: 0 10px 0 30px;
}
.single-medical-information ul#menu-main ul.sub-menu li.med-inf-item > a,
ul#menu-main ul.sub-menu li.current-menu-parent > a,
ul#menu-main ul.sub-menu li.current-menu-item > a,
ul#menu-main ul.sub-menu > li:hover > a {
    background-color:#00e575;
	color:#fff;
}

ul#menu-main ul.sub-menu li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
}
ul#menu-main ul.sub-menu li ul.sub-menu{
    margin-top: 0;
    top: 0;
    right: 100%;
    margin-right: 0;
    min-width: 170px;
}
/* Search-form */
form#searchform {
    float: right;
}
input#s {
    float: right;
    border: 1px solid #d4d4d4;
    text-indent: 10px;
}
.icon-search {
	font-family: FontAwesome;
    font-size: 16px;
    color: #666e75;
    padding: 0;
    width: 27px;
    border: 0;
    background-color: transparent;
    height: 30px;
    position: absolute;
	right: 16px;
}

/* Front page msg */
section#website-msg {
    background-color: #153374;
    text-align: left;
    padding: 40px 0;
    color: #fff;
    direction: ltr;
}
section#website-msg h3 {
    color: #00e575;
    font-size: 30px;
    margin-bottom: 20px;
}
section#website-msg a {
    color: #fff;
    text-decoration: underline;
}
section#website-msg img {
    display: block;
    padding-top: 40px;
    margin: 0 auto;
}
/* Front page */

img.add-effect {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated , img.add-effect{
    visibility: hidden;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    -ms-animation-fill-mode: none;
}
img.add-effect.visible ,
.visible {
    visibility: visible;
}
.slide-item {
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0px;
}
.sl-video {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
	direction: ltr;
}
.sl-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}
.sl-content {
    direction: rtl;
    position: relative;
    top: 23vh;
    color: #fff;
    display: none;
    font-size: 24px;
    line-height: 1.25;
}
.sl-content h2 {
    font-size: 40px;
    color: #00e575;
}
.entry-content a.action-btn,
.sl-content a {
    color: #00e575;
    background-color: #153374;
    margin-top: 20px;
    display: inline-block;
    padding: 3px 20px;
	border-bottom:0 none;
}
.entry-content a.action-btn:hover,
.sl-content a:hover{
	color: #00e575;
	background-color:#06579c;
}.entry-content ul {    list-style-position: inside;}.entry-content ul li {    margin-bottom: 10px;}
div#rel-next, div#rel-prev {
    position: absolute;
    top: calc( 42% - 82px );
    z-index: 59;
    font-size: 70px;
}
div#rel-next {
    left: 0px;
}
div#rel-prev {
    right: 0px;
}
div#rel-next a, div#rel-prev a {
    color: #fff;
    background: rgba(0,0,0,0.4);
    display: block;
    font-family: monospace;
}
div#rel-next a {
    padding-right: 20px;
    padding-left: 12px;
}
div#rel-prev a {
    padding-left: 20px;
    padding-right: 12px;
}
.block-item.bg-green{background-color:#0d8b7c}
.block-item.bg-blue {background-color:#06579c}
.block-item.bg-blue-dark{background-color:#153374}
.block-item > div{
	width:50%;
	float:right;
}
.block-item-content {
	color: #fff;
    font-size: 20px;
    padding: 4% 9% 0;
    line-height: 1.3;
}

.block-item-content h1 {
    color: #00e575;
    font-size: 32px;
    padding: 5px 0;
}

.block-item-content h3 {
    color: #00e575;
    font-size: 32px;
    padding: 5px 0;
}
.bl-content a {
    color: #fff;
    float: left;
    margin-top: 45px;
}
.bl-content a:hover {
    color: #00e575;
	padding-left:5px;
}
.block-item.block-item-image-left .block-item-image{float:left;}
.block-item.block-item-image-right .block-item-image{float:right;}
.block-item .block-item-image img{display:block}

section.post-hidden { 
    padding: 60px 0;
    background-color: #fff;
    color: #333;
    display:none;
}
section.post-hidden p {
    margin-bottom: 20px;
}
section.post-hidden p b {
    margin-bottom: -20px;
    display: block;
    font-size: 23px;
}

/* Page Templage 2019 */

div#inner-page-2019 {
    max-width: 1150px;
    margin: 0 auto;
    min-height: 75vh;
}
div#inner-page-2019 .entry-content h1, 
div#inner-page-2019 .entry-title{
    font-size: 30px;
    color: #01e576;
    border-bottom: 4px solid #3d3d3d;
    margin: 20px 0;
    padding-bottom: 5px;
    display: inline-block;
}
div#inner-page-2019 .entry-content h1 a, 
div#inner-page-2019 .entry-title a{
    color: #01e576;
}
.investors-menu {
    display: flex;
    margin: 30px 0;
    justify-content: space-between;
}
.investors-menu > a {
    display: block;
    width: calc(33.3333% - 20px);
    background-color: #f6f6f6;
    border-bottom: 0 none !important;
    padding: 15px;
    color: #3d3d3d;
}
.investors-menu > a:hover {
    color: #3d3d3d !important;
    background: #e6e6e6;
}
.investors-menu > a h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 23px;
}
.investors-menu > a img {
    margin: 20px auto;
}
.investors-menu > a p {
    border-top: 1px solid #153374;
    text-align: left;
    font-size: 18px;
    margin-bottom: 0;
}

.entry-content.investors-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.entry-content.investors-wrapper ul.children-menu {
    width: 200px;
    margin-top: 11px;
}
.faqs-wrapper.investors-files-wrapper {
    width: calc(100% - 300px);
}
.faqs-wrapper.investors-files-wrapper h3 {
    display: block;
    border-bottom: 0;
}
.entry-content h3.faq-title {
    display: block;
    border-bottom: 1px solid;
    padding: 5px 0 15px;
    margin-bottom: 0 !important;
}
.faq-item {
    margin-bottom: 0 !important;
}
.faq-files {
    display: flex;
    flex-wrap: wrap;
}
.faq-files > a {
    width: 33.333%;
    border-bottom: 0 !important;
    margin-bottom: 20px;
    color: #3d3d3d;
}
.faq-files > a > i {
    margin-left: 5px;
}
.faq-files > a > i.fa-file-o {
    color: #01e576;
}
.entry-content.investors-wrapper ul.children-menu li a {
    border-bottom: 0 none;
}

.entry-content.investors-wrapper ul.children-menu li {
    display: block;
    list-style-type: none;
    border-bottom: 1px solid;
    padding: 5px 0 11px;
}
.entry-content.investors-wrapper ul.children-menu li.current {
    border-color: #01e576;
}
/* Inner Pages */
.entry-content h2 { 
    font-size: 27px;
}
#inner-page main{
    position: relative;
    z-index: 2222;
    background: #fff;
    min-height: 85vh;	
}
aside video {
	height: 100%;
    position: absolute;
    right: -50%;
    left: -50%;
    margin: 0 auto;
    min-width: 100%;
}
#inner-page main,
#inner-page aside{
	width:50%;
	float:right;
}
#inner-page aside {
    position: fixed;
    left: 0;
    height: calc(100% - 80px);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    /*white-space: nowrap;
    text-align: center;*/
}
#inner-page aside img{
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    right: -50%;
    left: -50%;
    margin: 0 auto;
}
#inner-page main article .block-wrapper {
    padding: 7% 12% 0;
    /*overflow: hidden;*/
}
#inner-page main article .block-wrapper:last-child{
    padding-bottom:60px;
}
.block-wrapper.pale-blue {
    background: #e0f4fe;
}
.entry-content h1,
.entry-title{
	color:#00e575;
	font-size:36px;
	margin-bottom:10px;
}
.entry-content h3 {
    font-size: 20px;
    font-weight: 100;
    color: #424242;
    font-family: 'Assistant_Regular', sans-serif;
    font-weight: 400;
    border-bottom: 2px solid #01e576;
    padding-bottom: 3px;
    display: inline-block;
}
/*
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}*/
.entry-content p {
    margin-bottom: 20px;
    line-height: 1.4;
}
.entry-content a {
    border-bottom: 2px solid #00e575;
}
.entry-content a:hover {
    color: #00579c;
}
.entry-content img {
    display: block;
    margin-bottom: 20px;
}
.entry-content img:hover {
    transform: scale(1.05);
}
/* Circles */
.circles-wrapper {
    margin: 30px 0;
    text-align: center;
}

#tabs ul li, .chrt-wrapper, .doit {
    display: inline-block;
}
.chrt-wrapper {
    width: 146px;
    height: 146px;
    margin: 0 7px 15px;
    position: relative;
}
.doit {
    height: 1px;
    width: 1px;
}
.circle-info {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 39px 0px;
    color: #000;
    text-align: center;
}
.circle-info p {
    line-height: 1;
    margin: 2px 0;
}
.entry-content .circle-info h3 {
    color: #00e575;
    font-size: 36px;
    padding-bottom: 0;
}
.chrt-wrapper.circle-no-title .circle-info {
    padding: 0;
    display: table;
    text-decoration: none;
    border-bottom: 0 none;
    border-radius: 100%;
}
a.circle-info:hover,
a.circle-info:focus{
	background-color:#00e575;
	color:#fff;
}
.chrt-wrapper.circle-no-title p.no-title {
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    line-height: 1;
}
/* Progress Bars */
.progressBar {
	direction:ltr;
    width: 100%;
    height: 30px;
    border: 0 none;
    background-color: #eeefef;
    position: relative;
	margin:10px 0;
}
.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 30px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #00e575;
	color: black;
	/*background: -webkit-repeating-linear-gradient(-53deg, transparent, transparent 2px, #00e575 4px, #00e575 63px), -webkit-linear-gradient(to bottom, #fff, #fff);
	background: repeating-linear-gradient(-53deg, transparent, transparent 2px, #00e575 4px, #00e575 63px), linear-gradient(to bottom, #fff, #fff);*/
}
.progressBar span {
	direction:rtl;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #000;
}
.progressBar span strong{
	margin:0 5px;
}

/* message-box */
.message-box {
    color: #00e575;
    font-size: 24px;
    background-color: #00579c;
    padding: 5px 20px;
}
/* wpcf7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select{
	background-color: #e9e9ea;
    border: 0 none;
    padding: 10px;
    width: 100%;
    font-size: 20px;
}
.wpcf7 select{
	color:#fff;
	background-color: #00e575;
	margin-top:10px;
}
.wpcf7 input:focus ,
.wpcf7 textarea:focus {
    outline: #00e575 auto 5px;
}
.wpcf7 textarea {
    height: 180px;
}
.wpcf7 input[type="submit"] {
    border: 0 none;
    background-color: #00e575;
    color: #fff;
    padding: 3px 50px;
    float: left;
    font-weight: 700;
	font-family:'Assistant_Bold', sans-serif;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #00579c;
	color: #00e575;
}
span.wpcf7-not-valid-tip {
    font-size: 13px;
}
form.wpcf7-form table {    width: 100%;    border: 1px solid #000;    margin: 30px 0;}form.wpcf7-form table td {    border: 1px solid #000;    text-align: center;    width: calc(100% / 4 - 7%);}form.wpcf7-form table td:first-child {    width: 7%;}.wpcf7 table input[type="text"], .wpcf7 table input[type="email"], .wpcf7 table input[type="number"], .wpcf7 table textarea {    background-color: #fff;    text-align: center;    font-size: 18px;}
/* Tabs */
div#tabs ul li {
    display: block;
    margin: 10px 0;
}
div#tabs ul li a:focus{
	outline: 0 none;
}
div#tabs ul li.ui-state-active a{
	background-color:#06579c;
	color:#00e575;
}
div#tabs ul li a{
    display: block;
	font-size:24px;
	background-color:#e9e9ea;
	text-align:center;
	border-bottom:0 none;
	padding:3px 0;
}

div#tabs div.ui-tabs-panel{
    background-color: #e9e9ea;
    padding: 3% 4%;
    margin: 20px 0;
}
div#tabs div.ui-tabs-panel
.wpcf7 input[type="text"], 
div#tabs div.ui-tabs-panel
.wpcf7 input[type="email"], 
div#tabs div.ui-tabs-panel
.wpcf7 input[type="number"], 
div#tabs div.ui-tabs-panel
.wpcf7 textarea {
    background-color: #fff;
}
span.wpcf7-list-item-label {
    font-size: 18px;
}

/* Directors */
div#directors-wrapper {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
div#directors-wrapper > div.director-item {
    width: calc(25% - 10px);
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 170px;
    margin: 0 5px 40px;
}
div#directors-wrapper > div.director-item > div {
    max-width: 100%;
}
.director-head {
    cursor: pointer;
}
.director-content {
    display: none;
    /*position: absolute;
    z-index: 2;
    background-color: #fff;
    padding: 10px;*/
    padding-top: 3px;
}
h3.director-title span {
    display: block;
    font-size: 16px;
    font-weight: 100;
    min-height: 17px;
}

h3.director-title {
    display: block;
    width: calc(100% - 10px);
    font-weight: 700;
}
.director-content > p {
	text-align: right !important;
    margin-bottom: 0;
    line-height: 1.3;
}
article.entry-content .director-title {
    font-weight: 600;
    border-bottom: 1px solid #a3894a;
	font-size:20px;
}

.director-head img {
    width: 100%;
    max-width: 160px;
}

/* Single Brand */
ul#brands-menu {
    margin-left: -3px;
    margin-right: -3px;
}
ul#brands-menu li {
	vertical-align:top;
	/*height:70px;*/
    display: inline-block;
    width: 25%;
    text-align: center;
    font-size: 24px;
    padding-left: 3px;
    padding-right: 3px;
	margin-bottom: 5px;
}
ul#brands-menu li.full {
    width: 100%;
}
ul#brands-menu li.half {
    width: 50%;
}
ul#brands-menu li.third {
    width: 33.33333333%;
}
ul#brands-menu li a:hover,
ul#brands-menu li.current-menu-item a{
	color:#00e575;
	background-color:#06579c;	
}
ul#brands-menu li a{
	height:100%;
	padding: 3px 0;
    display: block;
	border-bottom:0 none;
	color:#000000;
	background-color:#e9e9ea;
}
ul#brands-menu li a span {
    font-size: 17px;
}
.brands-menu-wrapper {
    margin-bottom: 30px;
}
.brand-information {
    background-color: #e0f4fe;
    margin: 50px 0;
}
.brand-information-header {
    background-color: #06579c;
    color: #fff;
    padding: 0 20px 5px 0;
    font-family: 'Assistant_Bold', sans-serif;
    font-weight: 700;
}
.brand-information-header h2.brand-title{
    color: #fff;
    font-size: 24px;
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-align: center;
}
h2.brand-title span {
    margin: 0 10px;
}
.brand-information-header h2.product-title {
    color: #fff;
    font-size: 24px;
    display: block;
}
ul.brand-information-header li.bltit{
	padding: 16px 0px 0px;
    display: block;
    margin: 0 -20px;
    text-indent: 20px;
    width: calc(100% + 20px);
}
li.brand-icon.active-substance-icon {
    margin: 0 0 0 10px;
}
li.suitable-period {
    margin: 0 -3px 0 0;
}
ul.brand-information-header li {
    display: inline-block;    vertical-align: top;    width: 49%;    margin-top: 10px;    margin-bottom: 0;
}
ul.brand-information-header li > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    line-height: 1.2;
    padding-top: 6px;
}
li.suitable-period > div {
    max-width: 50%;
}
ul.brand-information-header li p {
    margin-bottom: 0;
    line-height: 1.2;
}
.active-substance-icon {
    width: 61px;
    height: 61px;
    background-position: 61px 1px;
}

.brand-icon {
    background-image:url(images/b-icons.png);
	display:inline-block;
}
span.packages-icon.brand-icon.oil-icon {
    background-image:url(images/b-icons-new.png);
	background-position: 0 62px;
}
.brand-icon.suitable-period-icon-night {
    width: 61px;
    height: 60px;
    background-position: 61px -60px;
}
.brand-icon.suitable-period-icon-day {
	width: 61px;
    height: 60px;
    background-position: 61px -180px;
}
.brand-icon.suitable-period-icon-night_n_day {
    width: 61px;
    height: 60px;
    background-position: 61px -120px;
}

ul.brand-information-main {
	padding: 20px 20px 0 0;
    display: table;
    width: 100%;
}
ul.brand-information-main li {
    display: inline-block;
    list-style-type: none;
    width: 49%;
    margin-bottom: 20px;
}
ul.brand-information-main li > div{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    line-height: 1.2;
	padding-top: 0;
	font-size:20px;
}
ul.brand-information-main li > div p {
    margin-bottom: 0;
    line-height: 1.2;
	max-width: 200px;
}
ul.brand-information-main li > div h3 {
    margin-bottom: 0;
	font-size:20px;
}
ul.brand-information-main li span {
    margin-top: 5px;
    width: 62px;
    height: 62px;
}
span.brand-icon.origin-icon {
    background-position: 0 0;
}
span.brand-icon.best-for-icon {
    background-position: 0 186px;
}
span.brand-icon.influence-icon {
    background-position: 0 -61px;
}
span.brand-icon.packages-icon {
    background-position: 0 124px;
}
span.brand-icon.general-information {
    background-position: 0 62px;
}
p.indica-p {
    color: #5403c2;
}
p.sativa-p {
    color: #c60000;
}
p.hybrid-p {
    color: #028815;
}
.package-image {
    padding-bottom: 20px;
}
.package-image img {
    display: block;
    margin: 20px auto;
}
/* Single Medical Information */
.entry-content-medinf {
    margin-top: 50px;
}

/* Questioneer - cream */
:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-color: #00e575;
    outline-style: auto;
    outline-width: 5px;
}
span.note-msg {
    color: red;
    font-size: 15px;
    margin-right: 20px;
}
div.wpcf7 div.slide-elem h3 {
    margin-bottom: 20px;
}
.entry-content h6 {
    font-size: 15px;
    margin-bottom: 40px;
}
span.astryk{
	color:#db4437
}
div.wpcf7 div.slide-elem select{
    background-color: #e9e9ea;
    border: 0 none;
    padding: 10px;
    width: 100%;	
}
div.wpcf7 div.slide-elem {
    display: none;
    background-color: #fafafa;
    padding: 10px 15px;
}
div.wpcf7 div.slide-elem#slide-1 {
    display: block;
}
.form-navs {
    margin-bottom: 20px;
}
.form-navs a{
    border: 0 none;
    background-color: #00e575;
    color: #fff;
    padding: 3px 50px;
    float: left;
    font-weight: 700;
    font-family: 'Assistant_Bold', sans-serif;
}
.wpcf7  .form-navs input[type="submit"],
.form-navs a:hover{
	background-color: #00579c;
    color: #00e575;
}
.form-navs a.fn-nxt {
    float: left;
}
.form-navs a.fn-prv {
    float: right;
}
.radio-line span.wpcf7-list-item {
    margin: 20px 1.3vw;
}

.radio-line span.wpcf7-list-item span.wpcf7-list-item-label {
    display: block;
    text-align: center;
}
.dislike-exp,
.se-exp{
	display:none;
}
.dislike-exp.has-dislike,
.se-exp.has-se{
	display:block;
}
div.wpcf7 div.slide-elem .wpcf7-checkbox > span {
    display: block;
    margin-right: 0;
}

/* Single Post Template */
div#article-page {
    padding: 60px 0;
}
a.blog-element{
	margin-bottom:40px;
}
a.blog-element:after{
    content: '';
    display: block;
    width: 200px;
    height: 3px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
}
a.blog-element:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
    left: 0;
    top: 0;
    position: absolute;
	opacity:0.5;
}
a.blog-element:hover:before {
	opacity:0.7;
}
#article-page article img.wp-post-image,
a.blog-element img.wp-post-image {
    width: 100%;
    display: block;
}
a.blog-element img.wp-post-image {
    min-height: 317px; 
}
a.blog-element .block-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0 15%;
}
a.blog-element .block-wrapper .entry-title{
	color:#fff;
    font-family: 'Assistant_Regular', sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 41px;	
}
a.blog-element {
    position: relative;
    display: block;
}
p.blog-read-more {
    border: 1px solid #00e575;
    color: #00e575;
    padding: 5px;
    font-size: 22px;
    width: 200px;
    margin: 20px auto 0;
}

a:hover p.blog-read-more {
    background-color: #00e575;
    color: #fff;
}

a.blog-element:last-child:after {
    display: none;
}
.recent-posts-title{
    font-family: 'Assistant_Regular', sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 41px;
    color: #000;
    margin-bottom: 20px;
    border-bottom: 3px solid #00e575;
}
ul.recent-posts-list li{
	list-style-type:none;
}
ul.recent-posts-list li a {
    border-bottom: 1px solid #000;
    display: block;
    line-height: 1;
    padding: 15px 0;
}
.article-entry-content h1 {
    border-bottom: 1px solid #000;
    padding: 10px 0;
    margin-bottom: 20px;
}
ul.recent-posts-list li a.current-post {
    border-color: #00e575;
}
.blog ul.recent-posts-list li a.current-post {
    border-color: #000;
}
#article-page .sticky{
	position:sticky;
	top:100px;
}
nav.pagination {
    display: flex;
    justify-content: center;
}
nav.pagination > div {
    margin: 0 20px;
}
nav.pagination a {
    background-color: #00e575;
    color: #fff;
    padding: 3px 20px;
    font-size: 19px;
}
.pub-details > span {
    margin: 0 4px;
}
.pub-details {
	margin: 10px 0 0;
    direction: rtl;
    font-size: 16px;
}
ul.recent-posts-list li a .pub-details {
    margin-right: -5px;
}
ul.recent-posts-list li a .pub-details > span {
    margin: 0 2px;
}
span.pub-date {
    position: relative;
    top: 1px;
}
/* Dynamic table */
div#article-page.dt-page {
    min-height: 75vh;
}
table#dt {
    width: 100%;
    border-collapse: collapse;
}
table#dt th, table#dt td {
    border: 5px solid #fff;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}
table#dt th {
    color: #fff;
    background-color: #06579c;	
}
table#dt td {
	background: #e9e9ea
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
	background-position: center left;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
    margin: 20px 0;
    font-size: 16px;
}
.dataTables_wrapper {
    overflow-x: auto;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 0 none;
    background: #00e575;
}
/* Media Queries */
@media only screen and (max-width: 1480px){
	.block-item-content {
		padding: 30px;
	}
	.slide-item {
		height: 100vh;
	}	
	div#rel-next, div#rel-prev {
		top: calc( 58% - 82px );
	}
	#inner-page main article .block-wrapper {
		padding: 4% 4% 0;
	}
	aside video {
		/*right: -31%;*/
	}
}


@media only screen and (max-width: 1024px){
	.block-item > div {
		width: 100%;
		float: none !important;
	}
	.block-item-content {
		padding: 30px;
	}
	.bl-content img {
		max-width: 17%;
	}
	.bl-content a {
		float: none;
		display: block;
		text-align: left;
	}
	#inner-page main, #inner-page aside {
		width: 100%;
		float: none;
	}
	#inner-page aside {
		position: relative;
		height: auto;
	}
	#inner-page aside video {
		display:none;
		width: 100%;
		right: 0;
		left: 0;
		position: relative;
		min-width: 100%;
		min-height: 100%;
		display: block;
	}
	#mobile-gallery-wrapper{
		padding-top:80px;
	}
	
	#mobile-gallery-wrapper .bx-viewport {
		/*min-height: 82vh !important;*/
	}
	
	div#fp-mobile-slider {
		/*margin-top: 80px;*/
		
	}
	div#fp-mobile-slider .slide-item {
		height: auto;
	}
	div#fp-mobile-slider img{display:block;}
	div#fp-mobile-slider .sl-content {
		font-size: 23px;
		top: 0;
		background-color: #153374;
		padding: 20px 0;
		display:block;
	}
	div#fp-mobile-slider .sl-content h2 {
		font-size: 23px;
		margin:10px 0;
	}
	div#fp-mobile-slider .sl-content h2 br{display:none;}
	div#fp-mobile-slider .sl-content a {
		color: #fff;
		background-color: #0d8b7c;
		margin-top: 5px;
		display: inline-block;
		padding: 3px 20px;
		border-bottom: 0 none;
		font-size: 21px;
	}
}



@media only screen and (max-width: 995px){
	ul#menu-main li {
		margin-right: 10px;
	}	
}	
@media only screen and (max-width: 945px){
	nav.pagination a {
		font-size: 14px;
	}
	#menu-toggler {
		display: block;
		position: absolute;
		right: 15px;
		top: 25px;
		background-color: transparent;
		height: 40px;
		width: 40px;
		z-index: 999;
	}
	#menu-toggler span {
		display: block;
		background-color: #0d8b7c;
		background-color: #06579c;
		width: 100%;
		height: 6px;
		margin-bottom: 6px;
		border-radius: 3px;
		position:absolute;
	
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	#menu-toggler span:nth-child(1) {
	  top: 0px;
	}

	#menu-toggler span:nth-child(2) {
	  top: 12px;
	}

	#menu-toggler span:nth-child(3) {
	  top: 24px;
	}
	#menu-toggler.open span {
		background-color: #0d8b7c;
	}
	#menu-toggler.open span:nth-child(1) {
	  top: 8px;
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  transform: rotate(135deg);
	}

	#menu-toggler.open span:nth-child(2) {
	  opacity: 0;
	  left: -60px;
	}

	#menu-toggler.open span:nth-child(3) {
	  top: 8px;
	  -webkit-transform: rotate(-135deg);
	  -moz-transform: rotate(-135deg);
	  -o-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
	nav#site-navigation {
		position: fixed;
		width: 100%;
		left: -100%;
		top: 80px;
		background-color: rgba(255,255,255,0.95);
		z-index: 99999;
		padding-top: 0;
		height: 100%;
		overflow: auto;
		box-shadow: 1px 1.732px 10px 0px rgba(0, 0, 0, 0.25);
	}
	nav#site-navigation ul {
		padding: 20px;
		text-align: right;
	}	
	nav#site-navigation ul li{
		display: block;
		margin: 0;
	}
	ul#menu-main li a {
		position: relative;
		padding: 0 10px;
	}
	
	ul#menu-main li.lang {
		padding: 0;
		margin-right: 20px;
	}	
	ul#menu-main li.lang a{
		padding: 0;
	}
	nav#site-navigation li.menu-item-has-children>a:after {
		content: "\f0d9";
		font: normal normal normal 22px/2 FontAwesome;
		display: block;
		position: absolute;
		left: 10px;
		top: -4px;
	}	
	nav#site-navigation li.menu-item-has-children>a.icon-open:after {
		content: "\f0d7";
	}
	.single-medical-information ul#menu-main > li.med-inf-parent, .single-brand ul#menu-main > li.zanim-parent, ul#menu-main > li.current-menu-parent, ul#menu-main > li.current-menu-item, ul#menu-main > li:hover {
		border-bottom: 0 none;
	}	
	.single-medical-information ul#menu-main > li.med-inf-parent > a, 
	.single-brand ul#menu-main > li.zanim-parent > a, 
	ul#menu-main > li.current-menu-parent > a, 
	ul#menu-main > li.current-menu-item > a, 
	ul#menu-main > li:hover > a{
		background-color: #00e575;
	}
	ul#menu-main ul.sub-menu li:hover ul.sub-menu,
	ul#menu-main li.menu-item-has-children:hover > ul.sub-menu {
		visibility: auto;
		opacity: 0;
	}
	ul#menu-main ul.sub-menu {
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		
		position: relative;
		box-shadow: none;
		margin: 0;
		padding: 0;
		display: block !important;
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		background: 0 none;
	}
	ul#menu-main ul.sub-menu.open{
		max-height: 1000px;
		opacity: 1 !important;
		visibility: visible;		
	}
	ul#menu-main ul.sub-menu li ul.sub-menu {
		right: 0;
	}
	ul#menu-main ul.sub-menu li ul.sub-menu li a{
		padding: 0 35px;		
	}
	ul#menu-main ul.sub-menu li a {
		padding: 0 20px;
	}
	
	
	
	#inner-page aside img {
		position: relative;
		right: 0;
		left: 0;
		width: 100%;
		height: auto;
	}	
	
	.bl-content img {
		max-width: 40%;
	}
	
	.brand-icon {
		display: block;
	}
	li.suitable-period > div {
		max-width: 100%;
	}
	ul.brand-information-main li > div,
	ul.brand-information-header li > div {
		margin-right: 4px;
		font-size: 16px;
	}
	h3.faq-title {
		/* font-size: 16px; */
		position: relative;
		margin-right: 20px;
	}
	.faq-item .minus,
	.faq-item .plus {
		position: absolute;
		right: -35px;
		top: 3px;
	}
	.faq-content {
		margin: 5px -15px 0;
		padding: 5px 15px 5px;
	}
	
	a.blog-element .block-wrapper {
		position: relative;
		top: 0;
		transform: translateY(0);
		padding: 10px;
	}

	a.blog-element .block-wrapper .entry-title {
		font-size: 35px;
	}	
}
@media only screen and (max-width: 480px){

	ul#brands-menu li{width:50%}
	ul#socials-wrapper {
		text-align: center;
		display: block;
		margin-bottom: 5px;
	}
	.credits {
		text-align: center;
	}
	span.footer-marker {
		display: none;
	}
	span.footer-breaker {
		display: block;
	}	
	
	div#directors-wrapper > div.director-item {
		width: 50%;
	}	
	.investors-menu {
		flex-wrap: wrap;
	}
	.investors-menu > a {
		width: 100%;
		margin: 0 15px 30px;
	}
	a.blog-element img.wp-post-image {
		min-height: 0; 
	}	
}

@media print {
	a[href]:after {
	content: none !important;
	}	
	html .accessibe-trigger-default.accessibe-trigger-size-medium,
	html .accessibe-quicknav-default.accessibe-ready,
	html .accessibe-navigator-default.accessibe-rtl{
		display:none !important
	}
	nav#site-navigation,
	.header-spacer,
	.recent-posts-wrapper, 
	#footer{
		display:none;
	}
	div#article-page {
		padding: 0;
	}
	.header-wrapper{
		position:relative;
	}
}
