/*
Theme Name: Thype
Description: Thype is a multi-niche wordpress theme. Codeless Themes are simple and powerful. Create awesome portfolio, corporate, business, restaurant and much much more pages with this theme.
Version: 2.0
Author: Codeless
Author URI: http://www.codeless.co
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
License: GNU General Public License
Theme URI: http://www.codeless.co/thype/presentation 
Text Domain: codeless
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, full-width-template
Tested up to: 6.4
Requires PHP: 7.4
*/

.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;
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image>h2{
    color:#fff !important;
}

.wp-block-cover-text a{color:pink; text-decoration: underline;}
.wp-block-embed.alignwide .wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed.alignwide .wp-block-embed__wrapper:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.wp-block-embed.alignwide .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed.alignfull .wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed.alignfull .wp-block-embed__wrapper:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.wp-block-embed.alignfull .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-pullquote__content p {
  font-weight: normal;
}
.wp-block-pullquote cite {
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px;
}

.wp-block-pullquote blockquote{
  padding-bottom: 35px;
  padding-top: 35px;
}
.wp-block-pullquote p{
    margin-bottom:20px !important;
    margin-top:0px;
}

.wp-block-image.alignfull {
  margin-bottom: 1.4em;
}

.wp-block-columns{
  width:100%;
}

.page-links{
  float:left;
  width:100%;
}
.wp-block-cover{
  margin-bottom:30px;
}
.wp-block-cover p{
  font-size:24px;
}

.wp-block-cover.alignleft{
  margin-top:0;
  margin-right:20px;
}

.wp-block-cover .wp-block-cover-text{
  color:#fff !important;
  padding-top:0;
  padding-bottom:0;
}

.content-col.cl-page-content p{
  font-size:18px !important;
}

.wp-block-button {margin-top: 5px !important; margin-bottom: 5px !important;}
.cl-header__row--extra{
    display: none;
}