/*
Theme Name: SOPO Bootstrap Four
Theme URI: http://www.siamo.sk
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Alpha Twitter Bootstrap 4.
Author: Marek Suchy
Author URI: http://www.siamo.sk/
Version: 0.1
Text Domain: sopo

License: MIT
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, right-sidebar, responsive-layout, fluid-layout, custom-menu
*/

/* * * * * * * * * * * * * * *
 * WordPress Content Classes
 * * * * * * * * * * * * * * */

a, #menu-lave-menu li.current-menu-item a, #menu-lave-menu .sub-menu li.current-menu-item a, .entry-content a, #menu-lave-menu li ul.sub-menu a:hover {
  color: #4e9e45;
}
a:focus, a:hover {
  color: #4e9e45;
}
span{
	 text-decoration-color: #4e9e45!important;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.alignright {
  display: inline;
  float: right;
  margin: 0.4rem 0 1.6rem 1.6rem;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0.4rem 1.6rem 1.6rem 0;
}
.aligncenter {
  display: block;
  margin: 0.4rem auto 1.6rem auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {

}
.sticky {
  background: #f7f7f9;
  padding: 1rem;
}
.bypostauthor {
  background: #f7f7f9;
  padding: 0.5rem;
}
.gallery-caption {
  font-weight: bold;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
/* * * * * * * * * * * * * * *
 * ??? profit
 * * * * * * * * * * * * * * */

body {
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
  color: #3c3c3c;
}

body > nav.navbar {
  border-radius: 0;
}
.header-logo-mobile{
	display:none;
}
.main-container {
/*  border-radius: .5rem;*/
  background: white;
  margin-bottom: 2rem;
  padding-top: .3rem;
}

.widget {
  margin-bottom: 2rem;
}

.post {
  margin-bottom: 2rem;
}

nav.navbar {
  margin-bottom: 2rem;
}

.logoContainer, .footerContainer {
  background-color: #ffffff;
}
.logoContainer {
  height: 6em;
}
.footerContainer {
  height: 4em;
	font-size:10px!important;
	color:#8e8e8e;
}
.logo-footer {
  background-image: url("images/logo_footer.png");
  background-size: initial;
  background-repeat: no-repeat;
  height: 3em;
}
.logo-teva {
  background-image: url("images/logo_footer_teva.png");
  background-size: initial;
  background-repeat: no-repeat;
  height: 2em;
  background-position:55%;
}
.footer-support {
  font-size: 12px;
  color: #8e8e8e;
  line-height: 1.5;
  text-align: right;
}
.headerContainerPadding {
  padding-top:20px;
  padding-bottom: 20px;
}
.breadcrumbs {
  line-height: 1.2;
  padding: 17px 17px 17px 0px;
  font-style: italic;
}
.breadcrumbs a{
  color: #3c3c3c;
}
.display-1 {
  font-size: 36px;
  color: #3c3c3c;
  line-height: 1;
  font-weight: 400;
}
.textwidget {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.textwidget .faq, .textwidget .call-center {
  background-image: url("images/faq.png");
  background-size: contain;
  background-repeat: no-repeat;
  color: rgb(255, 255, 255);
  height: 85px;
  width: 100%;
  padding: 20px;
  text-align: left;
}
.textwidget .call-center {
  background-image: url("images/call-centrum.png");
}

.textwidget .bpp-ask, .textwidget .tzp-ask, .textwidget .iaid-ask {
 color: rgb(81, 86, 120);
    bottom: 12px;
    right: 0;
    position: absolute;
    width: 90px;
    height: 25px;
    padding-top: 6px;
    margin: 0 auto;
    border-radius: 15px 0 0 15px;
    background: #ffffff; 
    font-size: 11px;
}
.textwidget .bpp, .textwidget .tzp, .textwidget .iaid {
  color: rgb(255, 255, 255);
  height: 200px;
  position: relative;
  width: 100%;
  padding: 110px 15px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.textwidget .bpp {
  background-image: url("images/bpp.png");
}
.textwidget .tzp {
  background-image: url("images/tzp.png");
}
.textwidget .iaid {
  background-image: url("images/iaid.png");
}
.textwidget a {
  text-decoration: none;
  color: transparent;
}
#menu-lave-menu, #menu-lave-menu .sub-menu {
  list-style: none;
  padding: .5em .6em;
}
#menu-lave-menu .nav-link {
  padding: .5em .1em;
}
#menu-lave-menu .sub-menu .nav-link {
  padding: .2em .6em;
}
#menu-lave-menu li {
  border-bottom: 1px solid #e8ebf6;
}
#menu-lave-menu li a, #menu-lave-menu li ul.sub-menu a {
  font-size: 15px;
  color: #3c3c3c;
  font-weight: bold;
  line-height: 1.25;
}

#menu-lave-menu li ul.sub-menu a {
  font-weight: normal;
}

#menu-lave-menu li:nth-last-child(1) {
  border-bottom: 0px solid #e8ebf6;
}
.search-form {
  border: 1px #d2d2d2 solid;
  border-radius: 10px;
  background-color: #f3f3f3;
  height: 2.8em;
}
.fa-search {
  background-color: #f3f3f3;
  font-size: 18px;
}
.search-form input {
  background-color: #f3f3f3;
  font-style: italic;
}
.input-group .form-control,.search-form .btn {
  border-radius: .5rem;
  border: 0px solid rgba(0,0,0,.15);
}
.entry-header {
  padding-bottom: 2em;
  border-bottom: 5px solid #d2d2d2;
  margin-bottom: 2.5rem;
}
.entry-header p{
  margin-bottom: -1rem;
}
.entry-content {
  line-height: 2;
}
.sidebar-nav-top .nav-toggle {
  display:none !important;
  text-align: center;
  font-size: 2em;
  color: rgb(18, 161, 154);
}
@media only screen and (max-width: 1200px) {
  .textwidget .faq, .textwidget .call-center {
    height: 8em;
    width: 100%;
    padding: 10px;
  }
  .textwidget {
    font-size:19px;
  }
  .textwidget .bpp-ask, .textwidget .tzp-ask, .textwidget .iaid-ask {
    width: 8em;
  }
 #huge_it_slideshow_image_container_1 .huge_it_slideshow_description_text_1 {
    font-size: 28px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .footerContainer {
    height: 4em;
    line-height: 1.1;
  }
  .textwidget .bpp-ask, .textwidget .tzp-ask, .textwidget .iaid-ask {
    width: 8em;
  }
  .left-menu-no-mobile {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .logoContainer {
    height: auto;
  }
  .breadcrumbs {
    padding:17px 17px 17px 17px;
  }
  .search-form {
    width: 100%;
  }
  .footer-support {
    line-height: 1.1;
	 text-align:center;
  }
  .logo-footer, .logo-teva {
    background-size: contain;
    background-position: center center;
    height: 3em;
  }
  .textwidget .bpp-ask, .textwidget .tzp-ask, .textwidget .iaid-ask {
    margin: 0 ;
    bottom:1em;
    padding-top:8px;
  }
  .textwidget .bpp, .textwidget .tzp, .textwidget .iaid {
    font-size: 1.5em;
       margin-top: 30px;
  }
  .textwidget .faq, .textwidget .call-center {
    background-size: cover;
    height: 11.1em;
    width: 100%;
    padding: 5em;
    text-align: center;
  }
  #text-2, .left-menu-no-mobile {
    display: none;
  }
  .sidebar-nav-top .nav-toggle {
    display:block !important;
  }
}
@media only screen and (max-width: 736px) {
  /* iphone vertical */
  .textwidget .faq, .textwidget .call-center {
    background-size: contain;
    padding: 4em;
    height: 9em;
  }
  .textwidget .bpp-ask, .textwidget .tzp-ask, .textwidget .iaid-ask {
    margin: 0;
  }
  .sidebar-nav-top .nav-toggle {
    display:block !important;
  }
   #huge_it_slideshow_image_container_1 .huge_it_slideshow_description_text_1 {
    font-size: 22px !important;
  }

}
@media only screen and (max-width: 576px) {
  .logo-footer,.logo-teva {
    height: 3em;
    background-size: contain;
    background-position: center center;
  }
  .textwidget .faq, .textwidget .call-center {
    height: 8em;
    width: 100%;
    padding: 2.4em;
    background-size: contain;
  }
  .textwidget .bpp-ask, .textwidget .tzp-ask, .textwidget .iaid-ask {
    margin: 0;
  }
 .header-logo{
	 display:none;
 }
 .header-logo-mobile{
	 display:block;
 }
 .sidebar-nav-top .nav-toggle{
	 text-align:left!important;
 }
}

ul#menu-footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#menu-footer-menu li {
  float: left;
}

#menu-footer-menu li a {
  display: inline-block;
  color: #8e8e8e;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding:0;
}

#menu-footer-menu li + li:before {
  content: " | ";
  color: #d5d9ee;
  padding-left: 10px;
  padding-right: 10px;
}
input[type='submit'][name="dwqa-question-submit"],
#submit-code{
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  width: 10em;
  height: 3em;
  border-style: solid;
  border-width: 1px;
  border-color: #509f47;
  border-radius: 5px;
  background-color: #509f47;
  cursor: pointer;
}
input[type='submit'][name="dwqa-question-submit"]:hover,
#submit-code:hover{
transition:0.5s all;
  background-color: #247f19;

}
.help-tip{
  position: absolute;
  top: .4em;
  left: 3em;
  text-align: center;
  background-color: #515678;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.help-tip:before{
  content:'?';
  font-weight: bold;
  color:#fff;
}

.help-tip:hover p{
  display:block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.help-tip p{	/* The tooltip */
  display: none;
  text-align: left;
  background-color: #fffded;
  /*top:18px;*/
  /*right: -8px;*/
  bottom: 6px;
  left:8px;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #9e912e;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
}
.help-tip p:before{ /* The pointer arrow of the tooltip */
  position: absolute;
  content: '';
  width:0;
  height: 0;
  border:6px solid transparent;
  border-bottom-color:#fffded;
  /*right:10px;
  top:-12px;*/
  left: 0px;
  bottom: -7px;
}
.help-tip p:after{ /* Prevents the tooltip from being hidden */
  width:100%;
  height:40px;
  content:'';
  position: absolute;
  top:-40px;
  left:0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
    transform: scale(0.6);
  }
  100% {
    opacity:100%;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:100%; }
}
.submit-dwqa-question .display-1 + p {
  display:none;
}
.pagination li {
  padding-left: 10px;
  padding-right: 10px;
}
div.mce-toolbar-grp, div.wp-editor-tools, div.mce-flow-layout {
  display: none;
}
.dwqa-btn {
  bottom: 1em;
  right: 4em;
  position: absolute;
}

@media only screen and (max-width: 576px){
  .textwidget .call-center {
    padding: 0em;
    height: 5em;
    text-align: center;
    line-height: 5em;
    background-size: 100% auto;
    border-radius: 15px;
  }

  .textwidget .bpp, .textwidget .tzp, .textwidget .iaid{
    height: 220px;
  }

  .textwidget .bpp-ask, .textwidget .tzp-ask, .textwidget .iaid-ask{

    position: absolute;
 
    right: 0;  
  }

  .logo-footer, .logo-teva{
    margin: 20px 0;
  }

  .footerContainer{
    height: auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px){
  .textwidget .faq, .textwidget .call-center{
    background-size: 100% auto;
    border-radius: 35px;
    line-height: 7em;
  } 
}

.textwidget .bpp h1, .textwidget .tzp h1, .textwidget .iaid h1,
.textwidget .faq h2, .textwidget .call-center h2{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.sticky-popup-right .popup-content{
  overflow: hidden;
}

@media screen and (max-width: 481px){
  .call-center h2{
    line-height: 5em !important;
  }
  .textwidget .bpp h1, .textwidget .tzp h1, .textwidget .iaid h1{
    font-size: 24px;
  }

  #attachment_1245{
    width: 130px !important;
  }
}


#text-2 p, #text-3 p { display: none; }
#text-2{margin-top: 67px;}

.content-fade{
  position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f7f8fd;
    padding: 20px;
    border-radius: 15px;
}
.content-fade > div{
  position: relative;
}
.content-fade input[type='text']{
  max-width: 240px;
}

.related-post:before{
  content: '•';
  margin-right: 4px;
  color: rgb(81, 86, 120);
  font-size: 20px;
  line-height: 14px;
  position: relative;
  top: 2px;
}

@media screen and (min-width: 992px) {
  .padding-left{
    padding-left: 25px !important;
  }
}
.place-container{
  position: relative;}
.place-container p.placeholder{
  position: absolute;
    top: 45px;
    left: 10px;
    color: #ccc;
}

.dwqa-search{
  margin-bottom: 0px;
}

.content-fade p.alert{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}

.huge_it_slideshow_image_container_1{
	border-radius: 0 !important;
}
.huge_it_slideshow_description_text_1{
	border-bottom-left-radius:0!important;
	border-bottom-right-radius:0!important;	
}
.huge_it_slideshow_description_text_1{
	  background-image: url("images/banner_footer.png");
	background-repeat:no-repeat;
	background-size:cover;
	opacity:1!important;
}
.huge_it_slideshow_dots_1{
	background:white!important;
}
.huge_it_slideshow_dots_active_1{
	background:#a7d552!important;
}
.pt12{
	font-size:12px;
}
.padding0{
	padding:0!important;
}
.logo-teva{
	    background-image: url(images/logo_footer_teva.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 31px;
}
.sticky-popup .popup-header {
    background-color: #204e77!important;
	border-color: #204e77!important;
}
.popup-content{
	 background-color: #204e77!important;
}
.sticky-popup-right .popup-content .tlac{
	background:white!important;
	    bottom: 12px!important;
    right: 0!important;
    position: absolute;
    padding-top: 5px!important;
    margin: 0 auto!important;
    border-radius: 15px 0 0 15px!important;
    background: #ffffff;
    font-size: 20px!important;
    font-weight: normal!important;
}
.popup-content-pad{
	padding-top:35px!important;
}

.wp-editor-area{
  color: #000 !important;
}
#menu-lave-menu li.current-menu-item a, #menu-lave-menu .sub-menu li.current-menu-item a, .entry-content a, #menu-lave-menu li ul.sub-menu a:hover{
	color:#4e9e45;
}
.active .doubleTapToGo{
	color:#4e9e45!important;
}
.sticky-popup-right .popup-title hr{
	border-top:1px solid #ffffff!important;
	background:white!important;
}
.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group{
	position:relative;
	left:-3px;
}
.fa-search{
	font-size: 17px;
}
.post-2920 table td{border: 1px solid #e8e8e8;}