/*
Theme Name: Aronia
Description: Aronia is a multi-niche wordpress theme. Codeless Themes are simple and powerful. Create awesome corporate, business, startup and much much more pages with this theme.
Version: 1.0.2
Author: Codeless
Author URI: https://codeless.co
License: GNU General Public License v2 or later
License URI: LICENSE
Theme URI: https://codeless.co/aronia/default
Text Domain: aronia
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, full-width-template
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Layout
--------------------------------------------------------------*/

/* Typography */

.wp-caption.alignleft {
    margin-right: 20px;
    float: left;
}
.wp-caption.alignright {
    margin-left: 20px;
    float: right;
}
.wp-caption-text {
    padding-left: 7px;
    margin-bottom: 7px;
    text-align: center;
    font-size: 13px;
}
.wp-caption-text,
.gallery-caption,
.entry-caption {
    line-height: 1.5em;
}

.post-password-form input[type="password"] {
    background: #fff;
    height: 45px;
    width: 180px;
    border-width: 1px;
    border-style: solid;
}
article embed {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}
.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background-image: url('img/icon_top.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(34, 34, 34, 0.6);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.cl-entry__content table, .content-col>table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

.cl-entry__content thead th, .content-col>table thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em;
}

.cl-entry__content th, .content-col>table th {
    padding: 0.4em;
    text-align: left;
}

.cl-entry__content tr, .content-col>table tr {
    border-bottom: 1px solid #eee;
}

.cl-entry__content td, .content-col>table td {
    padding: 0.4em;
}

.cl-entry__content th:first-child, .content-col>table th:first-child .cl-entry__content td:first-child, .content-col>table td:first-child {
    padding-left: 0;
}

.cl-entry__content th:last-child, .content-col>table th:last-child .cl-entry__content td:last-child, .content-col>table th:last-child {
    padding-right: 0;
}

.tp-caption a i {
    color: #fff !important;
}
::selection,
::moz-selection {
    color: #fff;
    background: #000;
}
.content-col>.page-title {
    margin-bottom: 60px;
}


/* Search Page */

.content-col>.search-form {
    position: relative;
    display: inline;
}
.content-col>.search-form label {
    display: none;
}
.content-col>.search-form input[type="search"] {
    width: 100%;
    max-width: 650px;
    border: 1px solid #ebebeb;
    padding-left: 10px;
    height: 35px;
    background: #fafafa;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.content-col>.search-form i {
    position: absolute;
    right: 10px;
    top: -2px;
}
.content-col>.search__related {
    margin-top: 45px;
    pointer-events: auto;
}
.content-col>.search__related .search__col {
    padding-right: 20px;
}

@media (max-width: 767px) {
    .content-col>.search__related {
        display: block !important;
        width: 100%;
    }
    .content-col>.search__related .search__col {
        margin-bottom: 30px;
    }
}





/* End Search Page */


/* 404 not found title */

h2.not-found-404 {
    width: 100%;
    text-align: left;
    font-size: 160px !important;
    color: #eee !important;
    line-height: 200px !important;
}
@media (min-width: 992px) {
    .cl-hide-not-mobile {
        display: none !important;
        visibility: hidden;
    }
}
@media (max-width: 991px) {
    .cl-hide-on-mobile {
        display: none;
        visibility: hidden;
    }
}





/** 
 *  ------------------------- END BASE WP -------------------------
 *  ---------------------------------------------------------------
 */


/** 
 *  ------------------------- TYPOGRAPHY -------------------------
 *  --------------------------------------------------------------
 */

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: inherit;
}





/** 
 *  ------------------------- END TYPOGRAPHY -------------------------
 *  ------------------------------------------------------------------
 */


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

@media(min-width:1200px) {
    .container {
        max-width: 100%;
    }
}
#content {
    position: relative;
}
#content>p {
    margin: 0;
    padding: 0;
}

.elementor-image-gallery .gallery-item img {
    height: 300px;
}
.elementor-widget-image-gallery .gallery-item .gallery-caption {
    margin-top: 10px !important;
}


@media only screen and (max-width: 700px) {
/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
	
}
.wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 10px;
}
.wpcf7-checkbox label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 30px !important;
height: 30px !important;
top: 0;
left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 30px;
width: 30px;
top: 0px;
left: 0px;
border: 1px solid #3FE827;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "\2713";
height: 30px;
width: 30px;
top: 0;
left: 0;
visibility: hidden;
font-size: 18px;
text-align: center;
line-height: 30px;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 40px;
display: inline-block;
}
}
/* acum nu mai e pt mobil.. e pt desktop */
/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;

}
.wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 10px;
}
.wpcf7-checkbox label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 30px;
height: 30px;
top: 0;
left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 30px;
width: 30px;
top: 0px;
left: 0px;
border: 1px solid #3FE827;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "\2713";
height: 30px;
width: 30px;
top: 0;
left: 0;
visibility: hidden;
font-size: 18px;
text-align: center;
line-height: 30px;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 40px;
display: inline-block;
}