/*
Theme Name: clv ripstop
Text Domain: clv
Domain Path: /languages
Theme URI:
Author: Arkadiusz Meszka
Author URI: http://clivio.pl
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*wordpress wyswig*/
.woocommerce-terms-and-conditions-wrapper
 .woocommerce-form__label-for-checkbox.checkbox {
 position: relative;
 padding-left: 30px;
 cursor: pointer;
 display: inline-flex;
 align-items: center;
 user-select: none;
}

.woocommerce-terms-and-conditions-wrapper
 .woocommerce-form__label-for-checkbox.checkbox
 input[type="checkbox"] {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}

.woocommerce-terms-and-conditions-wrapper
 .woocommerce-form__label-for-checkbox.checkbox::before {
 content: "";
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 height: 20px;
 width: 20px;
 border: 2px solid #006fff;
 border-radius: 3px;
 background-color: #fff;
 transition: all 0.3s ease;
}

.woocommerce-terms-and-conditions-wrapper
 .woocommerce-form__label-for-checkbox.checkbox
 input[type="checkbox"]:checked
 + .woocommerce-terms-and-conditions-checkbox-text::before {
 background-color: #006fff;
 border-color: #006fff;
}

.woocommerce-terms-and-conditions-wrapper
 .woocommerce-form__label-for-checkbox.checkbox
 input[type="checkbox"]:checked
 + .woocommerce-terms-and-conditions-checkbox-text::after {
 content: "";
 position: absolute;
 left: 7px;
 top: 50%;
 transform: translateY(-60%) rotate(45deg);
 width: 6px;
 height: 12px;
 border: solid #006fff;
 border-width: 0 2px 2px 0;
}
.entry-content img {
 margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
 margin-right: 1.5em;
 display: inline;
 float: left;
}
.alignright,
img.alignright {
 margin-left: 1.5em;
 display: inline;
 float: right;
}
.aligncenter,
img.aligncenter {
 margin-right: auto;
 margin-left: auto;
 display: block;
 clear: both;
}
.alignnone,
img.alignnone {
 /* not sure about this one */
}
.wp-caption {
 margin-bottom: 1.5em;
 text-align: center;
 padding-top: 5px;
}
.wp-caption img {
 border: 0 none;
 padding: 0;
 margin: 0;
}
.wp-caption p.wp-caption-text {
 line-height: 1.5;
 font-size: 10px;
 margin: 0;
}
.wp-smiley {
 margin: 0 !important;
 max-height: 1em;
}
blockquote.left {
 margin-right: 20px;
 text-align: right;
 margin-left: 0;
 width: 33%;
 float: left;
}
blockquote.right {
 margin-left: 20px;
 text-align: left;
 margin-right: 0;
 width: 33%;
 float: right;
}
.gallery dl {
}
.gallery dt {
}
.gallery dd {
}
.gallery dl a {
}
.gallery dl img {
}
.gallery-caption {
}

.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.sticky {
}
.bypostauthor {
}

.screen-reader-text {
 clip: rect(1px, 1px, 1px, 1px);
 position: absolute !important;
 height: 1px;
 width: 1px;
 overflow: hidden;
}

.screen-reader-text:focus {
 background-color: #f1f1f1;
 border-radius: 3px;
 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 clip: auto !important;
 color: #21759b;
 display: block;
 font-size: 14px;
 font-size: 0.875rem;
 font-weight: bold;
 height: auto;
 left: 5px;
 line-height: normal;
 padding: 15px 23px 14px;
 text-decoration: none;
 top: 5px;
 width: auto;
 z-index: 100000; /* Above WP toolbar. */
}
@media (min-width: 993px) {
 body #header .navbar .dropdown:hover > .dropdown-menu a:hover {
  color: #006fff;
  background: #efefef;
 }
 body #header .navbar .dropdown:hover > .dropdown-menu {
  background: #fff;
 }
 body #header .navbar .dropdown .dropdown-item.active {
  color: #fff;
 }
}
