/*  
Theme Name: Curiosity Lite
Description: Curiosity Lite - Responsive Newspaper Theme is a feature rich, newspaper style magazine theme with page builder. Curiosity Lite has different layouts, customizer options and demo content. The theme also has a pro version with a lot of extra elements, Event and Portfolio module, extra widgets and Woocommerce support. Imagine Your website and build it with Curiosity.
 
Version: 2.0.0
Author: webzakt
Author URI: http://webzakt.com/
Theme URI: http://webzakt.com/themes/curiosity-lite-multipurpose-wordpress-theme
Text Domain: curiosity-lite
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, custom-header, custom-background, post-formats, theme-options
*/
/*------------------------------------------------------------------

[Table of contents]

1. Global Elements
2. Container
3. Header 
	3.1. Header Elements
	3.2. Breadcrumbs
4. Content 
	4.1. Blog 
	4.2. Widgets
5. Shortcodes
6. Sidebar
7. Footer
8. Plugin
9. Colors
10. Fonts

-------------------------------------------------------------------*/
/* 1. GLOBAL ELEMENTS
-------------------------------------------------------------------*/
/* Main global 'theme' and typographic styles */

body {
    font-size: 17px;
    line-height: 1.7;
}
#crt-page-holder {
    width: 100%;
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.crt-pagecontent {
    background: url("images/content.png") top;
    background-size: contain;
}
.crt-pagebottom {
    background: url("images/bottom.png") bottom no-repeat;
    position: relative;
    background-size: contain;
    bottom: -37px;
}
.crt-pageholder {
    background: url("images/top.png") top no-repeat;
    position: relative;
    top: -62px;
    background-size: contain;
    padding: 60px 60px 0;
    min-height: 650px;
}
@media screen and (max-width: 400px) {
    .crt-pageholder {
        padding: 40px 20px 0;
    }
}
#crt-page-holder.crt-page-boxed {
    width: 1200px;
}
@media (max-width: 1200px) {
    #crt-page-holder.crt-page-boxed {
        width: 100% !important;
    }
}
#crt-outercontainer {
    width: 100%;
    margin: 0;
    padding: 0;
}
#crt-outerheader,
#crt-outersecondaryheader,
#crt-footer-sidebar,
#crt-footer {
    width: 100%;
    margin: 0 auto;
}
#crt-outerheader .crt-menu-area {
    position: relative;
    border-bottom: 1px solid;
    border-top: 1px solid;
    box-shadow: 0 0 20px -10px #000;
    -moz-box-shadow: 0 0 20px -10px #000;
    -ms-box-shadow: 0 0 20px -10px #000;
    -o-box-shadow: 0 0 20px -10px #000;
    -webkit-box-shadow: 0px 0px 20px -10px #000;
}
.column,
.columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}
.column.wrapper,
.columns.wrapper {
    padding: 0px;
}
.crt-col-content-center {
    margin: auto;
}
.crt-col-content-right {
    margin-left: auto;
}
/* layout */

.row .sidebarcol {
    width: 25%;
}
.row .contentcol {
    width: 75%;
}
/* columns  */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-1-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
@media (min-width: 900px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-1-5 {
        float: left;
    }
    .col-12 {
        width: 100%;
    }
    .col-11 {
        width: 91.5%;
    }
    .col-10 {
        width: 83.33333333333334%;
    }
    .col-9 {
        width: 75%;
    }
    .col-8 {
        width: 66.5%;
    }
    .col-7 {
        width: 58.333333333333336%;
    }
    .col-6 {
        width: 50%;
    }
    .col-5 {
        width: 41.5%;
    }
    .col-4 {
        width: 33.33333333333333%;
    }
    .col-3 {
        width: 25%;
    }
    .col-2 {
        width: 16.5%;
    }
    .col-1 {
        width: 8.333333333333332%;
    }
    .col-1-5 {
        width: 20%;
    }
    ;
}
@media (max-width: 900px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-1-5 {
        margin-bottom: 30px;
        padding: 0 !important;
    }
    ;
}
@media (max-width: 450px) {
    .column,
    .columns {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .fw-col-xs-1,
    .fw-col-sm-1,
    .fw-col-md-1,
    .fw-col-lg-1,
    .fw-col-xs-2,
    .fw-col-sm-2,
    .fw-col-md-2,
    .fw-col-lg-2,
    .fw-col-xs-3,
    .fw-col-sm-3,
    .fw-col-md-3,
    .fw-col-lg-3,
    .fw-col-xs-4,
    .fw-col-sm-4,
    .fw-col-md-4,
    .fw-col-lg-4,
    .fw-col-xs-5,
    .fw-col-sm-5,
    .fw-col-md-5,
    .fw-col-lg-5,
    .fw-col-xs-6,
    .fw-col-sm-6,
    .fw-col-md-6,
    .fw-col-lg-6,
    .fw-col-xs-7,
    .fw-col-sm-7,
    .fw-col-md-7,
    .fw-col-lg-7,
    .fw-col-xs-8,
    .fw-col-sm-8,
    .fw-col-md-8,
    .fw-col-lg-8,
    .fw-col-xs-9,
    .fw-col-sm-9,
    .fw-col-md-9,
    .fw-col-lg-9,
    .fw-col-xs-10,
    .fw-col-sm-10,
    .fw-col-md-10,
    .fw-col-lg-10,
    .fw-col-xs-11,
    .fw-col-sm-11,
    .fw-col-md-11,
    .fw-col-lg-11,
    .fw-col-xs-12,
    .fw-col-sm-12,
    .fw-col-md-12,
    .fw-col-lg-12,
    .fw-col-xs-15,
    .fw-col-sm-15,
    .fw-col-md-15,
    .fw-col-lg-15 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row .sidebarcol {
        margin-top: 30px;
    }
    ;
}
.clear,
.clr {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .column:last-child,
    .columns:last-child {
        float: none;
    }
    [ class*="column"] + [class*="column"]:last-child {
        float: none;
    }
    .column:before,
    .columns:before,
    .column:after,
    .columns:after {
        content: "";
    }
    .column:after,
    .columns:after {
        clear: both;
    }
    ;
}
@media (min-width: 1200px) {
    .crt-hide-on-desktop {
        display: none !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .crt-hide-on-smaller {
        display: none !important;
    }
    .crt-width-on-smaller {
        width: 100% !important;
    }
    .crt-width-on-smaller .crt-col-content-right,
    .crt-width-on-smaller .crt-col-content-left {
        margin: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .crt-hide-on-tablet {
        display: none !important;
    }
    .crt-width-on-tablet {
        width: 100% !important;
    }
    .crt-width-on-tablet .crt-col-content-right,
    .crt-width-on-tablet .crt-col-content-left {
        margin: auto;
    }
}
@media (max-width: 767px) {
    .crt-hide-on-mobile {
        display: none !important;
    }
    .crt-col-content-right,
    .crt-col-content-left {
        margin: auto;
    }
    .crt-hide-bg-on-mobile .section-layer-holder,
    .crt-hide-bg-on-mobile {
        background-image: none !important;
    }
}
/* links */

a,
a:visited {
    text-decoration: none;
    outline: 0;
}
a:hover {
    text-decoration: none;
    outline: 0;
}
a img {
    border: none;
}
a:active {
    background-color: transparent;
    outline: 0;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: 0;
}
/* heading */

h1,
h2,
h3 {
    margin-bottom: 20px;
}
h4,
h5,
h6 {
    margin-bottom: 14px;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: inherit;
}
@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    ;
}
blockquote:before {
    content: "" !important;
}
.crt-dropcap {
    vertical-align: middle;
    display: block;
    float: left;
    margin: 5px 10px 0 0 !important;
    font-size: 60px !important;
    line-height: 50px;
}
.highlight {
    padding: 0px 3px !important;
}
.highlight-2 {
    padding: 0px 3px !important;
}
.fw-table {
    border: 1px solid;
}
.fw-table table {
    margin-bottom: 0 !important;
}
.fw-table .default-col {
    text-align: center;
}
.fw-table .heading-row th {
    font-size: 120%;
}
.fw-table .desc-col {
    font-weight: inherit !important;
}
.panel {
    border-radius: 0;
}
/* Images */

img {
    max-width: 100%;
    height: auto;
}
.imgopacity:hover {
    opacity: 0.5;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
/* form & button */

form {
    margin: 0;
    padding: 0;
}
select {
    padding: 7px 5px;
    width: 90%;
    border: 2px solid;
}
textarea {
    width: 96%;
    padding: 12px 10px;
}
textarea:focus {
    outline: 0;
}
.crt-btn {
    display: inline-block;
    margin: 10px 5px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.crt-btn .crt-btn-content {
    padding: 8px 18px;
    position: relative;
    z-index: 10;
}
.crt-btn-small .crt-btn-content {
    padding: 3px 12px;
}
.crt-btn-big .crt-btn-content {
    padding: 12px 30px;
}
.crt-btn-bigger .crt-btn-content {
    padding: 20px 50px;
}
.crt-btn i.right-icon {
    margin-left: 10px;
}
.crt-btn i.left-icon {
    margin-right: 10px;
}
.crt-btn-no-content i {
    margin: 0 !important;
}
/* gallery */

#content .gallery {
    margin: 0 auto 1.625em;
}
#content .gallery.row {
    margin: 0px -15px;
}
#content .gallery a img {
    display: block;
}
.gallery .columns {
    margin-bottom: 20px;
}
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin: 0 0 20px 0;
    position: relative;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.gallery .gallery-item .gallery-icon {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    max-width: 100%;
}
.gallery .gallery-item .gallery-icon img {
    position: relative;
    display: block;
    opacity: 0.8;
    border: 2px solid;
}
.gallery .gallery-item .gallery-icon:hover img {
    opacity: 1;
}
.gallery .gallery-item .gallery-icon .attachment-thumbnail {
    border-radius: 10px;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery img {
    margin: 0px auto 12px;
}
.gallery img:hover {
    background: white;
}
.gallery .gallery-caption {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 20px;
}
.gallery dl,
.gallery dt {
    margin: 0;
}
.gallery br+br {
    display: none;
}
/* Tables */

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 18px;
}
table,
td,
th {
    text-align: center;
}
th {
    padding: 10px;
    text-transform: uppercase;
}
td {
    padding: 10px;
}
tfoot td {
    border: 0px;
}
table {
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}
tr th,
thead th {
    font-size: 12px;
    line-height: 18px;
    padding: 9px 24px;
    font-weight: inherit;
}
tr td {
    padding: 6px 24px;
}
tr.odd td {} button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
blockquote {
    font-style: italic;
    line-height: 30px;
    position: relative;
    font-size: larger;
    border-left: 5px solid;
    margin: 10px 0 20px 0px;
    padding: 20px;
}
.crt-blockquote-1 {
    border-bottom: 5px solid;
    border-top: 5px solid;
    margin: 0 0 20px;
    padding: 12px 8px;
}
.crt-blockquote-1-content {
    line-height: normal;
}
.crt-blockquote-1-author {
    float: right;
    text-transform: uppercase;
    margin: 0 0 0 10px;
}
.crt-blockquote-2 {
    padding: 25px;
    margin: 2px;
}
.crt-blockquote-2-holder {
    border: 4px double;
}
.crt-blockquote-2-content {
    font-style: italic;
    line-height: normal;
}
.crt-blockquote-2-author {
    text-align: right;
    padding-top: 10px;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .crt-blockquote-1-author {
        width: 100%;
        margin: 0 0 5px;
        text-align: center;
    }
    ;
}
pre {
    word-wrap: normal;
    font-size: 11px;
}
caption {
    color: inherit;
}
#crt-page-holder .fa {
    line-height: inherit;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="select"],
textarea {
    padding: 10px;
    border: 2px solid;
    width: 88%;
}
input[type="url"] {
    width: 100%;
}
.searcharea .search-submit {
    float: right;
    padding: 10px 20px;
}
.searcharea button {
    background-color: transparent;
    border: none;
    float: right;
    padding: 0;
    max-width: 21%;
}
.searcharea button:hover {
    border: none;
    background-color: transparent;
}
.searchform .s {
    width: 79%;
    border: 0;
}
.searchform {
    position: relative;
}
.searchbutton {
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    text-indent: -9999px;
}
.searchform input.searchbutton {
    padding: 0px;
}
.searchform input {
    background: transparent;
    border: 0;
}
input[type="search"] {
    box-sizing: border-box;
    width: 100%;
    outline: none;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    right: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
legend {
    border-bottom: none;
}
.owl-carousel .owl-buttons {
    position: absolute;
    top: 38%;
    width: 100%;
    font-size: 20px;
    text-align: center;
    opacity: 0;
}
.owl-carousel:hover .owl-buttons {
    opacity: 1;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 0;
    width: 35px;
}
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 0.8;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    opacity: 1;
}
.owl-carousel .owl-prev {
    left: -100px;
}
.owl-carousel:hover .owl-prev {
    left: 10px;
}
.owl-carousel .owl-next {
    right: -100px;
}
.owl-carousel:hover .owl-next {
    right: 10px;
}
.crt-owl-navigation-false .owl-prev,
.crt-owl-navigation-false .owl-next {
    display: none !important;
}
.crt-owl-navigation-big .owl-prev,
.crt-owl-navigation-big .owl-next {
    background-color: transparent !important;
    color: inherit !important;
    border: none;
    font-size: 40px;
}
.owl-carousel .owl-prev .icon {
    position: relative;
    right: 1px;
}
.owl-carousel .owl-next .icon {
    position: relative;
    left: 1px;
}
.crt-owl-pagination-false .crt-owl-pagination {
    display: none !important;
}
#crt-owl-event .owl-controls {
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
@media (max-width: 450px) {
    #crt-owl-products .owl-buttons,
    #crt-owl-news .owl-buttons,
    #crt-owl-news-2 .owl-buttons,
    .owl-content-slider .owl-buttons,
    .owl-book-carousel .owl-buttons,
    #crt-owl-member .owl-buttons,
    #crt-owl-event .owl-buttons,
    #crt-owl-event-2 .owl-buttons,
    #crt-owl-quote .owl-buttons {
        display: none;
    }
}
/* pagination */

.pagination {
    width: 100%;
}
.nav-links {
    display: table;
    margin: auto;
}
.page-numbers {
    margin: 10px;
    display: inline-block;
    padding: 9px;
    text-align: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
/* 2. CONTAINER
-------------------------------------------------------------------*/

.container {
    margin: 0px auto;
    width: auto;
    max-width: 1170px;
}
.row {
    max-width: 100%;
    margin: 0 auto !important;
}
.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px !important;
}
.row .column,
.row .columns {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after,
.clearfix:after {
    clear: both;
}
.row,
.clearfix {
    zoom: 1;
}
@media only screen and (max-width: 767px) {
    .container {
        margin: 0px auto;
        max-width: 420px;
    }
    .row {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .row .column,
    .row .columns {
        width: 100%;
        float: none;
    }
}
/* 3. HEADER 
-------------------------------------------------------------------*/
/*======= 3.1. Header Elements =======*/

#topnav {
    margin: 0;
    position: relative;
    padding: 0;
    list-style: none;
}
#topnav > li {
    position: relative;
}
#crt-header #crt-header-menus,
#crt-header #crt-header-buttons {
    display: table-cell;
}
/* Logo */

#crt-logo {
    padding-right: 20px;
    text-align: center;
}
#crt-logo .crt-default-logo {
    display: block;
    height: auto;
}
.crt-default-logo {
    display: block;
}
#crt-logo-tagline i {
    margin-left: 8px;
}
/* Header Navigation */

#crt-header-menus {
    width: 100%;
    vertical-align: bottom;
}
#crt-header-navigation li {
    margin: 0;
    float: left;
}
#crt-header-navigation a {
    position: relative;
    display: block;
}
#crt-header-navigation ul ul {
    position: absolute;
    z-index: 20;
    display: none;
    padding: 0;
    list-style: none;
    text-align: center;
    right: auto !important;
    margin-left: 50% !important;
}
#crt-header-navigation ul ul li {
    position: relative;
    margin: 0;
}
#crt-header-navigation ul li:hover ul a,
#crt-header-navigation ul ul li:hover ul a {
    text-decoration: none;
}
#crt-header-navigation ul li:hover ul,
#crt-header-navigation ul li:hover > .mega-menu {
    display: block !important;
    -moz-animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    animation: fadeIn .3s ease-in;
}
#crt-header-navigation ul li:hover ul ul,
#crt-header-navigation ul ul ul {
    display: none !important;
    top: 0 !important;
    left: 0 !important;
    margin-left: 100% !important;
    margin-top: 0;
}
#crt-header-navigation ul ul li:hover ul {
    display: block !important;
}
#crt-header-navigation .mega-menu {
    opacity: 0;
}
#crt-header-navigation ul li:hover .mega-menu {
    opacity: 1;
    -moz-animation: fadeIn 0 ease-in;
    -webkit-animation: fadeIn .0 ease-in;
    animation: fadeIn 0 ease-in;
}
#crt-header-navigation ul .menu-item-has-mega-menu .mega-menu ul {
    text-align: left;
    display: flex;
}
#crt-header-navigation ul .menu-item-has-mega-menu:hover .mega-menu ul {
    display: flex !important;
}
#crt-header-navigation ul .mega-menu ul li a {
    width: initial;
}
#crt-header-navigation ul .menu-item-has-mega-menu:hover .mega-menu ul ul {
    margin: 0 !important;
    position: inherit;
    display: block !important;
}
#crt-header-navigation ul .mega-menu ul ul li {
    padding-left: 0;
    padding-right: 0;
}
#crt-header-navigation ul .mega-menu ul ul li a {
    padding: 0;
}
#crt-header-navigation .menu-item-has-children a span:after {
    content: '\f107';
    font-family: FontAwesome;
    margin: 0px 0px 0px 5px;
}
#crt-header-navigation .menu-item-has-children ul a span:after {
    display: none;
}
#crt-header-navigation .mega-menu .menu-item-has-icon i {
    margin-right: 5px;
}
/* Menu Line Animation */

#crt-header-navigation.crt-line-animation .current-menu-item ul a:after,
#crt-header-navigation.crt-line-animation .current-menu-ancestor ul a:after,
#crt-header-navigation.crt-line-animation a:after,
#crt-bottom-footer.crt-bf-animation a:after {
    bottom: -5px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
#crt-header-navigation.crt-line-animation .current-menu-item ul a:before,
#crt-header-navigation.crt-line-animation .current-menu-ancestor ul a:before,
#crt-header-navigation.crt-line-animation a:before,
#crt-bottom-footer.crt-bf-animation a:before {
    top: -5px;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
#crt-header-navigation.crt-line-animation .current-menu-item ul a:after,
#crt-header-navigation.crt-line-animation .current-menu-item ul a:before,
#crt-header-navigation.crt-line-animation .current-menu-ancestor ul a:after,
#crt-header-navigation.crt-line-animation .current-menu-ancestor ul a:before,
#crt-header-navigation.crt-line-animation a:after,
#crt-header-navigation.crt-line-animation a:before,
#crt-bottom-footer.crt-bf-animation a:after,
#crt-bottom-footer.crt-bf-animation a:before {
    position: absolute;
    left: -7%;
    width: 115%;
    border-top: 1px solid;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
#crt-header-navigation.crt-line-animation .current-menu-item a:before,
#crt-header-navigation.crt-line-animation .current-menu-item a:after,
#crt-header-navigation.crt-line-animation .current-menu-ancestor a:before,
#crt-header-navigation.crt-line-animation .current-menu-ancestor a:after,
#crt-header-navigation.crt-line-animation .current-menu-ancestor .current-menu-item a:before,
#crt-header-navigation.crt-line-animation .current-menu-ancestor .current-menu-item a:after,
#crt-header-navigation.crt-line-animation .current-menu-item ul li:hover a:after,
#crt-header-navigation.crt-line-animation .current-menu-item ul li:hover a:before,
#crt-header-navigation.crt-line-animation .current-menu-ancestor ul a:hover:after,
#crt-header-navigation.crt-line-animation .current-menu-ancestor ul a:hover:before,
#crt-header-navigation.crt-line-animation li:hover a:before,
#crt-header-navigation.crt-line-animation li:hover a:after,
#crt-bottom-footer.crt-bf-animation .current_page_item a:before,
#crt-bottom-footer.crt-bf-animation .current_page_item a:after,
#crt-bottom-footer.crt-bf-animation a:hover:before,
#crt-bottom-footer.crt-bf-animation a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
#crt-header-navigation.crt-line-animation ul ul li a:after,
#crt-header-navigation.crt-line-animation ul ul li a:before {
    display: none !important;
}
/* Header Buttons */

#crt-header-buttons {
    vertical-align: bottom;
    text-align: right;
    white-space: nowrap;
    position: relative;
}
#crt-header-buttons .crt-btn-hb {
    margin: 0 2px;
    display: inline-flex;
    text-transform: inherit;
}
#crt-hb-search,
#crt-hb-cart {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    width: 250px;
    display: none;
}
#crt-menu-social-header.crt-menu-social {
    margin: 0 2px;
    display: inline-flex;
}
#crt-menu-social-header.crt-menu-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#crt-menu-social-header.crt-menu-social li {
    display: inline-block;
}
@media (max-width: 767px) {
    #crt-header-cart {
        display: none !important;
    }
}
/* Header Layouts */

#crt-header.crt-toplogo-menu-buttons #crt-logo img {
    margin: auto;
}
#crt-header.crt-toplogo-menu-buttons #crt-logo {
    text-align: center;
}
#crt-logo-wa #crt-logo {
    display: block;
    width: 40%;
    float: left;
}
#crt-logo-wa #crt-logo-advert {
    display: block;
    max-width: 60%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
#crt-logo-wa .crt-logo-advert-ph {
    width: 100%;
    height: 140px;
    position: relative;
}
#crt-logo-wa .crt-logo-advert-p {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: 90% 0%;
    background-repeat: no-repeat;
    border: 1px solid;
}
@media (max-width: 991px) {
    #crt-logo-wa #crt-logo {
        display: table;
        width: inherit;
        float: none;
        text-align: center;
        margin: auto;
    }
    #crt-logo-wa #crt-logo-advert {
        display: table;
        width: inherit;
        max-width: 100%;
        float: none;
        margin: auto
    }
    #crt-logo-wa .crt-logo-advert-ph {
        max-width: 800px !important;
        display: block !important;
        margin-bottom: 20px !important;
    }
    #crt-logo-wa .crt-logo-advert-p {
        background-position: center;
    }
}
@media (max-width: 767px) {
    #crt-logo-wa .crt-logo-advert-ph {
        display: none !important;
    }
}
/*  Mobil Menu  */

#crt-toggleMenu {
    display: none !important;
}
#crt-toggleMenu .menu-icon {
    margin-left: 8px;
}
#crt-mobile-navigation {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    text-align: center;
    width: 100%;
}
#crt-mobile-navigation ul {
    padding: 0;
    list-style: none;
}
@media (max-width: 400px) {
    #crt-header #crt-logo img {
        max-width: 200px;
    }
}
/*  Top Header  */

#crt-secondary-header {
    display: block;
}
#crt-secondary-header .crt-sh-column {
    width: 33.3333%;
    float: left;
    border-top: 5px solid;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    height: 200px;
}
#crt-secondary-header .crt-header-column-image {
    max-height: 225px;
    max-width: 140px;
    position: relative;
    bottom: 30px;
    margin-right: 10px;
    float: left;
}
#crt-secondary-header a h3,
#crt-secondary-header a.crt-header-column-link span {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#crt-secondary-header .crt-sh-column h3 {
    margin: 10px 0;
}
#crt-secondary-header .crt-header-column-link {
    font-weight: bolder;
    float: right;
}
@media (max-width: 991px) {
    #crt-secondary-header .crt-sh-column {
        width: 100%;
        float: none;
    }
    #crt-outersecondaryheader.crt-sh-hide-on-smallscreen {
        display: none !important;
    }
}
/*======= 3.2. Breadcrumbs =======*/

#crt-breadcrumbs {
    background-position: center center;
    border-bottom: 1px dotted;
    border-top: 1px dotted;
}
#crt-breadcrumbs a {
    text-decoration: none;
}
#crt-breadcrumbs .container {
    position: relative;
}
#crt-breadcrumbs ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
    position: inherit;
    z-index: 10;
}
#crt-breadcrumbs li {
    float: left;
    position: relative;
    margin: 5px 10px 5px 5px;
    ;
}
.crt-breadcrumbs-holder {
    position: relative;
    padding: 1px 10px 1px 20px;
    top: -1px;
    float: left;
    z-index: 2;
}
.crt-breadcrumbs-holder:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    top: 0;
    right: -20px;
    border-left: 15px solid;
    border-top: 19px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 19px solid transparent;
    z-index: 100;
}
.breadcrumbs-holder a:hover {
    color: #b3634e;
}
.breadcrumb > li + li:before {
    padding: 0px 5px 0px 0px;
    background: none;
}
.top-news-slider {
    overflow: hidden;
    position: relative;
}
.recent-marquee {
    position: relative;
    width: 9999px;
    overflow: hidden;
    z-index: 0;
}
.recent-marquee-item {
    padding-right: 20px;
    float: left;
}
/* 4. CONTENT
-------------------------------------------------------------------*/

#crt-maincontent {
    padding: 20px 0 20px 0;
    overflow: hidden;
}
#content.positionright {
    float: right;
    padding-right: 0;
    padding-left: 30px;
}
#content.positionleft {
    float: left;
    padding-left: 0;
    padding-right: 30px;
}
@media (max-width: 767px) {
    #content.positionright,
    #content.positionleft {
        padding: 0 8px;
    }
    #content.positionleft .main {
        padding-right: 0;
    }
    #content.positionright .main {
        padding-left: 0;
    }
    ;
}
@media (max-width: 450px) {
    #content.positionright,
    #content.positionleft {
        padding: 0;
    }
    ;
}
.center {
    text-align: center;
}
.nomargin {
    margin-right: 0px!important;
}
.displayblock {
    display: block;
}
.blogcontent {
    width: 80%;
    margin: auto;
    float: none;
}
/* List */

ul.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.list li {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
ul.checklist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.checklist li {
    padding: 0 0 6px 20px;
}
/*======= 4.1. BLOG =======*/

#crt-blog-normal-content {
    max-width: 890px;
    margin: auto;
}
.sticky .posttitle {
    padding-left: 30px;
}
.post,
.fw-portfolio {
    margin-bottom: 50px;
}
.postimg {
    margin-bottom: 23px;
}
.postimg img {
    display: block;
}
.entry-content img {} .entry-content p {
    margin-bottom: 16px;
}
.post .crt-btn {
    display: table;
    margin: 20px auto 0;
    float: none;
}
.post,
#searchresult .page,
#searchresult .hentry {
    clear: both;
}
#searchresult article {
    margin-bottom: 50px;
}
#singlepost {
    width: 75%;
    margin: 0 auto;
}
.positionleft #singlepost,
.positionright #singlepost {
    width: 100%;
}
#singlepost .post,
#singlepost .fw-portfolio {
    margin-bottom: 0px;
}
.crt-entry-utility {
    margin: 0 0 5px;
    display: inline-block;
    width: 100%;
}
.crt-entry-utility div {
    display: inline-block;
    line-height: 100%;
}
.crt-post-infos {
    overflow: hidden;
}
#crt-blog-news-2-content .crt-post-infos {
    display: block !important;
}
.crt-post-infos .date,
.crt-post-infos .user,
.crt-post-infos .category,
.crt-post-infos .comment {
    margin-right: 5px;
    padding: 5px 0;
}
.crt-post-infos i {
    margin-right: 5px;
}
.single .entry-content {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.single .entry-content.nometa {
    border: 0px;
    margin: 0px 0 45px 0;
    padding: 0px;
}
.last .entry-content {
    margin-bottom: 15px;
}
.entry-content {
    overflow: hidden;
    padding: 0;
    word-wrap: break-word;
}
.crt-social-share-bar {
    float: right;
}
.crt-social-share-bar ul {
    padding: 0;
    margin: 0;
}
.crt-social-share-bar ul li {
    display: inline-block;
    margin: 5px;
}
@media(max-width: 1170px) {
    .crt-social-share-bar {
        float: none;
        margin: 10px 0 5px;
        width: 100%;
    }
}
@media(max-width: 767px) {
    #singlepost {
        width: 100%;
    }
}
/* Post Format */

.flexslider {
    border: none;
    margin-bottom: 0;
}
.flexslider .flex-direction-nav a {
    width: 40px;
    height: 40px;
    text-indent: -555px;
    z-index: 60;
    direction: ltr;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 12px 19px;
    -mou-background-size: 12px 19px;
    background-size: 12px 19px;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    border-radius: 50px;
}
.flexslider .flex-direction-nav .flex-next {
    background-image: url(images/next.png);
    -webkit-background-size: 12px 19px;
    -mou-background-size: 12px 19px;
    background-size: 12px 19px;
    right: 20px;
    background-position: center;
}
.flexslider .flex-direction-nav .flex-prev {
    left: 20px;
    background-image: url(images/prev.png);
    -webkit-background-size: 12px 19px;
    -mou-background-size: 12px 19px;
    background-size: 12px 19px;
    background-position: center;
}
.format-gallery .postimg {
    margin-bottom: 0;
}
.curiosity-lite-post-flexslider {
    margin: 10px 0;
    max-width: 750px;
}
@media screen and (min-width: 1599px) {
    .curiosity-lite-post-flexslider {
        max-width: 1100px;
    }
    ;
}
.crt-flexslider .flexslider {
    border: 2px solid;
    border-radius: 3px;
    margin: 10px 0;
}
.crt-flexslider .flexslider .slides img {
    border-radius: 2px;
}
.crt-flexslider .flexslider li {
    margin: 0;
}
.crt-flexslider .flexslider .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.crt-flexslider .flexslider .flex-direction-nav a {
    width: 40px;
    height: 40px;
    text-indent: -555px;
    z-index: 60;
    direction: ltr;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 12px 19px;
    -mou-background-size: 12px 19px;
    background-size: 12px 19px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    border: 2px solid;
    border-radius: 50px;
}
.crt-flexslider:hover .flexslider .flex-direction-nav a {
    opacity: 0.35;
}
.crt-flexslider .flexslider .flex-direction-nav a:hover {
    opacity: 1;
}
.crt-flexslider .flexslider .flex-direction-nav .flex-next {
    background-image: url(images/next.png);
    -webkit-background-size: 12px 19px;
    -mou-background-size: 12px 19px;
    background-size: 12px 19px;
    right: 20px;
    background-position: center;
}
.crt-flexslider .flexslider .flex-direction-nav .flex-prev {
    left: 20px;
    background-image: url(images/prev.png);
    -webkit-background-size: 12px 19px;
    -mou-background-size: 12px 19px;
    background-size: 12px 19px;
    background-position: center;
}
.format-quote .crt-blockquote-2-author {
    margin: 0;
}
.aside {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.entry-links {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.avatar {
    display: block;
    padding: 0px;
    width: 100px;
    height: 100px;
    border: 2px solid;
}
.wp-caption {
    margin-top: 0.4em;
}
.wp-caption {
    margin: 0 0 20px 0;
    padding: 0;
    max-width: 100%;
    display: block;
}
.wp-caption img {
    margin: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 12px;
    font-style: italic;
}
.wp-caption .wp-caption-text {
    margin-bottom: 0;
    padding: 8px 0 0 0;
    position: relative;
}
img#wpstats {
    display: block;
    margin: 0 auto 1.625em;
}
.tag-links {
    padding: 10px 0;
    display: block;
}
/* Blog News */

#crt-blog-news-content {
    max-width: 890px;
    margin: auto;
}
.blog-news-articles {} #crt-blog-news-content article {
    width: 50%;
    padding: 0 25px 0;
    margin: 0 0 28px;
    float: left;
    clear: none;
    position: relative;
}
#crt-blog-news-content .crt-post-single-title {
    margin: 0;
}
#crt-blog-news-content .read-more {
    display: block !important;
    margin: 20px auto 0 !important;
    width: 100%;
}
#crt-blog-news-content .read-more .btn {
    padding: 5px 0;
}
#crt-blog-news-content .entry-content {
    margin-bottom: 15px;
}
#crt-blog-news-content .crt-post-infos {
    display: table;
    margin: auto;
    padding: 5px 0;
    float: none;
}
#crt-blog-news-content .crt-social-share-bar {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
}
#crt-blog-news-content .single-post-image {
    height: 163px;
}
#crt-blog-news-content .crt-blockquote-2-holder {
    margin-top: 0;
}
#crt-blog-news-content .iframe-holder {
    margin-bottom: 0;
}
#crt-blog-news-content .flexslider {
    box-shadow: none !important;
}
@media (max-width: 900px) {
    #crt-blog-news-content article {
        width: 100%;
        padding: 0;
        max-width: 390px;
        float: none;
        margin: auto;
        margin-bottom: 40px;
        position: static !important;
    }
}
/* Blog News 2 */

#crt-blog-news-2-content {
    max-width: 890px;
    margin: auto;
}
#crt-blog-news-2-content .entry-image {
    width: 32%;
    float: left;
}
#crt-blog-news-2-content .crt-entry-texts {
    width: 65%;
    float: right;
    padding: 0;
}
#crt-blog-news-2-content .entry-content p {
    margin-bottom: 0;
}
#crt-blog-news-2-content .crt-psth {
    text-align: left
}
#crt-blog-news-2-content .crt-post-single-title {
    margin-top: 0;
}
#crt-blog-news-2-content .crt-btn {
    display: inline-block;
    margin: 0;
}
#crt-blog-news-2-content .read-more .btn {
    padding: 5px 40px;
}
#crt-blog-news-2-content .entry-content {
    margin-bottom: 12px;
}
#crt-blog-news-2-content .crt-post-infos,
#crt-blog-news-2-content .crt-social-share-bar {
    display: table;
    float: none;
}
#crt-blog-news-2-content .single-post-image {
    height: 280px;
}
#crt-blog-news-2-content .crt-blockquote-2-holder {
    margin: 0;
}
@media (max-width: 767px) {
    #crt-blog-news-2-content .entry-image {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    #crt-blog-news-2-content .crt-entry-texts {
        width: 100%;
        float: none;
    }
}
/* Single Post */

embed,
iframe,
object {
    max-width: 100%;
}
img,
iframe,
embed {
    max-width: 100%;
    display: block;
}
iframe {
    border: none;
}
.crt-spih {
    margin: 0 auto;
    border: 4px double;
    display: table;
}
.flexslider .crt-spih {
    display: block;
}
#singlepost .crt-spih {
    display: block;
}
.crt-psth {
    border-bottom: 4px double;
}
.crt-psth .crt-ps-categories {
    margin-bottom: 0;
}
.crt-psth-a {
    text-align: right;
    display: block;
    font-size: 120%;
}
.single-post-image {
    height: 420px;
    background-size: cover;
    background-position: center center;
}
.crt-entry-texts {
    padding-top: 20px;
}
.crt-post-single-title {
    position: relative;
    margin: 0 auto 5px;
}
.crt-ps-categories a {
    text-transform: uppercase;
}
.iframe-holder {
    border: 4px double;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.iframe-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-navigation {
    border-bottom: 5px solid;
    border-top: 5px solid;
    padding: 5px 0;
    margin: 40px 0;
    position: relative;
    height: 66px;
}
.post-navigation h2 {
    font-size: 150%;
    font-weight: inherit;
    padding: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: -2px;
    text-align: center;
    position: inherit !important;
    margin: 0 auto;
    width: 33%;
}
.nav-indicator {
    line-height: 1;
}
.nav-previous {
    text-align: right;
    position: absolute;
    top: 6px;
    left: 0;
    width: 31%;
}
.nav-next {
    position: absolute;
    top: 6px;
    right: 0;
    width: 31%;
}
.nav-previous a,
.nav-next a {
    padding: 8px 0;
}
.nav-previous p,
.nav-next p {
    line-height: 1.5;
    margin: 0;
    max-height: 25px;
    overflow: hidden;
}
@media (max-width: 1140px) {
    .post-navigation h2 {
        display: none;
    }
    .nav-previous,
    .nav-next {
        float: left;
        width: 50%;
        margin: 0;
        padding: 0 10px !important;
    }
}
@media (max-width: 450px) {
    .nav-previous,
    .nav-next {
        padding: 0 4px !important;
    }
}
@media (max-width: 767px) {
    .single-post-image {
        height: 250px;
    }
}
/* navigation  */

.navigation {
    line-height: 20px;
}
.navigation a:link,
.navigation a:visited {
    text-decoration: none;
}
.navigation a:active,
.navigation a:hover {}
/* Comments */

#comments {
    clear: both;
    max-width: 1170px;
    margin: auto;
}
#comments .navigation {
    padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
    padding: 0;
    text-transform: uppercase;
}
.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    width: 96%;
}
.commentlist li.comment {
    margin: 0;
    padding: 0;
    position: relative !important;
}
.commentlist li.comment ul.children {
    margin: 0;
    padding: 0;
    margin-left: 11%;
}
.commentlist li.comment ul.children li {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 0;
}
.commentlist ol {
    list-style: decimal;
}
.comment-body cite a:hover {
    text-decoration: none;
}
.comment-author .says {
    font-style: normal;
}
.comment-meta {
    margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}
.commentlist .bypostauthor {
    margin-bottom: 30px !important;
}
.commentlist .bypostauthor .con-comment {
    border-radius: 15px;
    margin-bottom: 0;
}
.edit-link {
    float: none;
    clear: both;
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
}
a.comment-edit-link:hover {
    text-decoration: none;
}
.commentlist .children {
    list-style: none;
}
.nopassword,
.nocomments {
    display: none;
}
#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
#comments .pingback p {
    display: block;
    margin: 0;
}
#comments .pingback .url {
    font-size: 80%;
}
.con-comment {
    padding: 20px 20px 20px 0;
    margin-bottom: 30px;
}
.commentlist .comment-author {
    float: left;
    margin-top: 0px;
    padding: 3px;
}
.commentlist .comment-body {
    width: auto;
    margin-left: 125px;
    padding: 3px;
}
.commenttext {
    margin: 0 0 0 0;
    padding: 2px 0 0 0;
}
.commentlist .comment-body p {
    margin-bottom: 5px !important;
}
*+html .commentlist .comment-body {
    margin-top: 0;
}
.comment-body .fn {
    font-size: 120%;
}
.comment-body .time {
    font-size: 70%;
    padding: 0 5px 0 0;
    display: block;
}
.vcard {
    padding-bottom: 6px;
}
.com-link,
.com-reply {
    float: left;
    margin: 3px 8px 3px 0;
    padding: 0;
    display: table;
}
.com-link a,
.com-reply a {
    display: table-cell;
}
/* Comments form */

#commentform {
    padding: 0;
}
#commentform label {
    margin-top: 0px;
    padding: 5px 0;
    display: inline-block;
}
#commentform code {
    padding: 0;
    margin: 10px 0;
    border: 0;
}
#commentform input[type=text] {
    vertical-align: middle;
    display: block;
    page-break-after: always;
}
#commentform textarea {
    margin-bottom: 12px;
    padding: 8px 5px;
    vertical-align: top;
    display: block;
}
#respond .comment-reply {
    padding: 0px 0px;
    margin: 0 0 10px 0;
}
#respond p {
    margin: 0;
}
#respond .comment-notes {
    margin-bottom: 1em;
}
.form-allowed-tags {
    line-height: 1em;
}
.children #respond {
    margin: 0 0px 0 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
    padding: 0;
}
#respond .form-submit {
    margin: 12px 0;
    clear: both;
}
#respond .form-submit input {
    text-transform: uppercase;
    border: none;
    padding: 5px 20px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
    width: 33.33333%;
    float: left;
    margin-bottom: 20px !important;
}
@media (max-width: 900px) {
    .comment-form-author,
    .comment-form-email,
    .comment-form-url,
    .comment-form-comment {
        width: 100%;
    }
}
.comment-form-comment {
    width: 100%;
}
.form-submit {
    clear: both;
}
#today {
    font-weight: bold;
}
/* Tag */

.tagcloud a {
    padding: 3px 8px;
}
.crt-entry-tag {
    padding: 5px 0;
    margin: 10px 0;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.crt-tag-items {
    display: inline;
}
.crt-tag-items span {
    display: inline-block;
    padding: 0px 5px 0 0;
}
.crt-tag-items span:after {
    content: ",";
    cursor: default;
    font-weight: 400;
    margin: 0 0px;
}
.crt-tag-items span:last-of-type:after {
    display: none;
}
/*** EVENTS ***/

.single-fw-event .crt-spih {
    position: relative;
}
.crt-spih .crt-date-box-holder {
    position: absolute;
    top: 30px;
    left: 30px;
}
.details-event {
    margin: 0 0 20px !important;
}
.details-event li {
    display: inline-block;
    margin: 0 5px 0 0;
}
.event-map .fw-map {
    border: 2px solid;
}
.event-map .fw-map-canvas {
    border-radius: 15px;
}
.no-padding-right {
    padding-right: 0;
}
.event-schedule,
.event-organizer {
    padding: 20px 5px;
    margin-bottom: 30px;
    border: 4px double;
}
.schedule-title,
.organizer-title {
    width: 100%;
    margin-bottom: 0;
}
.schedule-title h4,
.organizer-title h4 {
    margin: 0;
    padding: 10px;
}
.schedule-point {
    width: 100%;
    padding: 8px 10px;
    position: relative;
}
.schedule-point-title {
    margin-bottom: 0;
}
.schedule-point-time {
    font-weight: bold;
    margin-bottom: 0;
}
.schedule-icon-holder {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
}
.schedule-icon-box {
    border-radius: 5px;
    padding: 4px 0;
    font-size: 24px;
}
.schedule-icon {
    font-size: 24px;
}
.organizer-point {
    padding: 10px;
}
.organizer-point .organizer-name {
    font-weight: bold;
}
.organizer-point p {
    margin-bottom: 5px;
}
/*======= 4.2. WIDGET =======*/
/*** POSITION ON THEME ***/

.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.widget_recent_entries a,
.widget_meta a,
.widget_pages a,
.widget_product_categories a {
    text-transform: uppercase;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_nav_menu a:hover,
.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_product_categories a:hover {
    margin: 0 0 0 8px !important;
}
.crt-widget-content {
    display: table;
    line-height: 1.5;
}
.crt-widget-thumb {
    display: table-cell;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-right: 10px;
}
.crt-widget-thumb-img,
.flickr_badge_image img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}
.crt-widget-thumb .crt-date-box {
    height: 80px;
    width: 80px;
    padding: 6px 2px;
}
.crt-widget-texts {
    text-align: left;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 5px;
    display: table-cell;
    vertical-align: top;
}
.crt-widget-texts h6 {
    margin: 0;
    text-transform: uppercase;
    font-size: 100%;
}
.crt-widget-texts p {
    font-size: 80%;
    margin: 0;
}
/* Recent post widget */

.curiosity-lite-recentpost-widget .recent-item {
    margin-bottom: 20px;
}
.panel-grid-cell .panel.widget_curiosity-lite-advancedposts-widget .curiosity-lite-recentpost-widget {
    margin-bottom: -20px!important;
    width: 100%;
    float: left;
}
.widget_search .searchform,
.widget_product_search .searchform {
    border: 2px solid;
    width: 80%;
    max-width: 450px;
}
@media (max-width: 767px) {
    .widget-area .searchform,
    #crt-fs-content .searchform {
        margin: auto;
        width: 100%;
    }
    ;
}
.widget_search .searcharea,
.widget_product_search .searcharea {
    border-radius: 10px;
}
.widget_search .searchform .s,
.widget_product_search .searchform .s {
    width: 75%;
}
/* Calendar */

.widget_calendar #wp-calendar {
    width: 100%;
    text-align: left;
    border: 0px !important;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
    text-align: center;
    padding: 3px;
    font-size: 70%;
    border: 0px;
}
#crt-fs-content .widget_calendar thead th {
    border-top: 0px;
}
#crt-fs-content .widget_calendar thead th:first-child {
    border-left: 0px;
}
.widget_calendar #wp-calendar caption {
    font-size: inherit;
    text-align: center;
    padding: 3px 0 10px 0 !important;
    text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
    font-weight: bold;
    padding: 3px;
}
.widget_calendar #wp-calendar td#prev {
    text-align: left;
    padding-left: 5px;
}
.widget_calendar #wp-calendar td#next {
    text-align: right;
    padding-right: 5px;
}
/* 5. SHORTCODES
-------------------------------------------------------------- */
/* CALL TO ACTION, POST 1, EVENT 1, PRODUCT CATEGORIES */

.crt-cta-content {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.crt-cta-cover {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
    opacity: 1;
    overflow: hidden;
}
.crt-cta-hover {
    text-align: center;
    padding: 15px 30px;
    opacity: 0;
    z-index: 2;
}
.crt-cta-hover-content {
    position: relative;
    z-index: 3;
}
.crt-cta-layer,
.crt-cta-layer-2,
.crt-cta-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.crt-cta-layer {
    opacity: 0.3;
}
.crt-cta-colors .crt-cta-layer {
    opacity: 1;
}
.crt-cta-layer-2 {
    opacity: 0;
}
.crt-cta-content:hover .crt-cta-layer,
.crt-cta-content:hover .crt-cta-cover {
    opacity: 0;
}
.crt-cta-content:hover .crt-cta-layer-2 {
    opacity: 0.7;
}
.crt-cta-colors .crt-cta-content:hover .crt-cta-layer-2 {
    opacity: 1;
}
.crt-cta-content:hover .crt-cta-hover {
    opacity: 1;
}
.crt-cta-layer-2,
.crt-cta-hover,
.crt-cta-layer,
.crt-cta-cover,
.crt-cta-content,
.crt-cta-content-bg {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/* Line effect */

.crt-cta-col-frame-line .crt-cta-hover::before,
.crt-cta-col-frame-line .crt-cta-hover::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
}
.crt-cta-col-frame-line .crt-cta-hover::before {
    top: 25px;
    right: 10px;
    bottom: 25px;
    left: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.crt-cta-col-frame-line .crt-cta-hover::after {
    top: 10px;
    right: 25px;
    bottom: 10px;
    left: 25px;
    border-right: 1px solid;
    border-left: 1px solid;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.crt-cta-col-frame-line .crt-cta-content:hover .crt-cta-hover::before,
.crt-cta-col-frame-line .crt-cta-content:hover .crt-cta-hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
/* Image animation */

.crt-cta-content-bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.crt-cta-col-zoom-img-an:hover .crt-cta-content-bg {
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
/*--- Event Carousel ---*/

#crt-owl-event {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.crt-event-item {
    margin: 0 auto;
    max-width: 289px;
    padding: 0 20px;
}
.crt-event-item-2 {
    margin: 0 auto;
}
.crt-event-item-2 .crt-event-box {
    display: table;
    line-height: 1.5;
}
#crt-owl-event .crt-event-item-2 {
    padding: 0 20px;
}
#crt-owl-event-2 .crt-event-item-2 .crt-event-box {
    margin: auto;
}
.crt-event-content-item .crt-event-item {
    padding: 0 20px 0 0;
    float: left;
}
.crt-event-box a {
    text-transform: uppercase;
}
.crt-event-box a h4,
.crt-event-box a h6 {
    margin: 0;
}
.crt-date-box-holder {
    display: table-cell;
    height: 90px;
    width: 90px;
}
.crt-event-item-2-small .crt-date-box-holder {
    height: 80px;
    width: 80px;
}
.crt-date-box {
    padding: 12px 6px;
    text-align: center;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    display: block;
}
.crt-event-item-2-small .crt-date-box {
    padding: 6px 2px;
    text-align: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: block;
}
.crt-date-box-ch {
    height: 66px;
    width: 100%;
    display: table;
}
.crt-date-box-c {
    vertical-align: middle;
    display: table-cell;
}
.crt-post-date-ch {
    height: 60px;
    width: 100%;
    display: table;
}
.crt-post-date-c {
    vertical-align: middle;
    display: table-cell;
}
.crt-date-box-day {
    margin: 0 0 -7px;
}
.crt-date-box-month {
    margin: 0;
}
.crt-event-box-description {
    float: left;
    text-align: left;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-top: 5px;
}
.crt-event-box-start,
.crt-event-box-location {
    margin: 2px 0;
}
.crt-event-box-icon:before {
    margin: 0 5px 0 0px !important;
}
#crt-owl-event {} @media (max-width: 450px) {
    .crt-event-item-holder figure {
        width: 214px;
    }
    .crt-event-item-image {
        width: 220px;
    }
}
/*--- Events Content ---*/

.crt-event-content-image {
    position: relative;
    border: 4px double;
}
.crt-event-content-image img {
    margin: 0;
}
.crt-event-content-image .crt-date-box-holder {
    position: absolute;
    float: none;
    top: 15px;
    left: 15px;
}
.crt-event-content-description h3 {
    margin-bottom: 0;
}
.crt-event-content-description .crt-btn {
    margin: 0;
}
.crt-event-content-info {
    margin-bottom: 12px;
}
.crt-event-content-info p {
    margin: 0;
}
.crt-event-content-social {
    margin-top: 5px;
}
.crt-event-content-social .crt-social-share-bar {
    float: none;
}
.crt-event-content-item {
    padding: 0;
    margin-bottom: 30px;
}
.event-carousel-content h3 {
    margin-bottom: 15px;
}
.event-carousel-content p {
    max-height: 155px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .crt-event-item {
        float: none !important;
        padding: 0 !important;
        margin: 0 0 20px;
    }
    #crt-owl-event .crt-event-item {
        margin: 0 auto 20px;
    }
    .crt-event-item-image {
        margin: 0 0 20px;
    }
    #crt-owl-event .crt-event-item-image {
        margin: 0 auto 20px;
    }
}
/* 6. SIDEBAR 
-------------------------------------------------------------------*/

#sidebar.positionleft {
    float: left;
    padding-left: 0;
}
#sidebar.positionright {
    float: right;
    padding-right: 0;
}
#sidebar.positionright div.widget-area {
    padding-left: 0px;
}
#sidebar.positionleft div.widget-area {
    padding-right: 0px;
}
.widget-title {
    padding: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.widget-area ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}
.widget-area ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget-area .widget-container {
    margin-bottom: 59px;
    padding: 10px;
    max-width: 450px;
    border: 1px solid;
    border-top: 5px solid;
}
.widget-area li.widget-container > ul {
    margin-top: 0;
}
.widget-area li li {
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0;
}
.widget-area li li a {
    margin: 0;
}
.widget-area li li a:hover,
.widget-area li li a.active {
    text-decoration: none;
}
.widget-area li li a:hover,
.widget-area li li a.active {
    text-decoration: none;
}
/* Child */

.widget-area ul.sub-menu,
.widget-area ul.children,
.widget-area ul ul ul {
    margin: 5px 0 0;
}
.widget-area ul.sub-menu li {
    padding: 3px 0 0;
    margin-top: 0;
}
.widget-area ul.sub-menu li a {
    padding-left: 13px;
}
.widget-area ul.sub-menu ul.sub-menu li a {
    padding-left: 23px;
}
.widget-area ul.sub-menu ul.sub-menu ul.sub-menu li a {
    padding-left: 33px;
}
.widget-area ul.sub-menu ul.sub-menu ul.sub-menu li ul.sub-menu li a {
    padding-left: 43px;
}
.widget-area ul.children li {
    padding: 3px 0 0 0px;
    margin-top: 0px;
}
.widget-area ul.children li a {
    padding-left: 13px;
}
.widget-area ul.children ul.children li a {
    padding-left: 23px;
}
.widget-area ul.children ul.children li a {
    padding-left: 33px;
}
.widget-area ul.children ul.children li ul.children li a {
    padding-left: 43px;
}
@media (max-width: 900px) {
    #sidebar,
    .row .contentcol {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .widget-area {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 30px;
    }
    #crt-fs-content {
        text-align: center;
    }
    .crt-widget-content {
        margin: auto;
    }
    .widget-area img,
    #crt-fs-content img {
        margin: auto;
    }
    .widget-area ul.children li a,
    .widget-area ul.children ul.children li a,
    .widget-area ul.children ul.children li ul.children li a {
        padding-left: 0;
    }
    #sidebar.positionleft,
    #sidebar.positionright {
        padding: 0 8px;
    }
    ;
}
@media (max-width: 450px) {
    #sidebar.positionleft,
    #sidebar.positionright {
        padding: 0;
    }
    ;
}
/* 7. FOOTER
-------------------------------------------------------------------*/

#crt-footer-sidebar {
    border: 1px dotted #1d1d1d;
    border-top: 2px solid #555;
    border-bottom: 3px solid #555;
    border-radius: 8px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}
#crt-footer-sidebar-container {
    margin: 0 auto;
}
#crt-footer-sidebar-container .container,
#crt-footer-container .container {
    padding: 0;
}
#crt-fs-content ul,
#crt-bottom-footer #footernav,
#crt-bottom-footer #crt-menu-social-items-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#crt-bottom-footer .crt-bottom-footer-col {
    width: 49%;
    float: left;
}
#crt-bottom-footer.crt-bf-cr-menu .crt-bf-cr {
    padding-right: 2%
}
#crt-bottom-footer.crt-bf-menu-cr .crt-bf-menu {
    padding-right: 2%
}
#crt-bottom-footer.crt-bf-cr-menu .crt-footer-menu,
#crt-bottom-footer.crt-bf-cr-menu #crt-menu-social-items-footer {
    float: right;
}
#crt-bottom-footer.crt-bf-menu-cr .crt-bf-cr {
    text-align: right;
}
#crt-bottom-footer .crt-footer-menu,
#crt-bottom-footer #crt-menu-social-items-footer {
    display: inline-flex;
}
@media (max-width: 767px) {
    #crt-bottom-footer .crt-bottom-footer-col {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0 10px 20px !important;
    }
    #crt-bottom-footer.crt-bf-menu-cr .crt-bf-cr {
        text-align: center;
    }
    #crt-bottom-footer #footernav {
        float: none;
        display: block;
    }
    #crt-bottom-footer .crt-footer-menu li {
        padding: 0 10px 20px;
        display: inline-block;
    }
}
#crt-fs-content li li {
    list-style-type: none;
    margin: 0 0 8px 0;
    padding: 0 0 0px 0;
}
#crt-fs-content li li a {
    margin: 0 0 0 0px;
}
#crt-fs-content li a:hover {
    text-decoration: none;
}
#crt-fs-content .gallery {
    margin: 0 auto;
}
.footer-image {
    margin-bottom: 15px;
}
#crt-bottom-footer a {
    position: relative;
}
#crt-bottom-footer-holder {
    position: relative;
}
/* Child */

#crt-fs-content ul.sub-menu,
#crt-fs-content ul.children,
#crt-fs-content ul ul ul {
    margin: 0 0 0 0px;
}
#crt-fs-content ul.sub-menu li {
    padding: 3px 0 0 0px;
}
#crt-fs-content ul.sub-menu li a {
    padding-left: 13px;
}
#crt-fs-content ul.sub-menu ul.sub-menu li a {
    padding-left: 23px;
}
#crt-fs-content ul.sub-menu ul.sub-menu ul.sub-menu li a {
    padding-left: 33px;
}
#crt-fs-content ul.sub-menu ul.sub-menu ul.sub-menu li ul.sub-menu li a {
    padding-left: 43px;
}
#crt-fs-content ul.children li {
    padding: 3px 0 0 0px;
}
#crt-fs-content ul.children li a {
    padding-left: 13px;
}
#crt-fs-content ul.children ul.children li a {
    padding-left: 23px;
}
#crt-fs-content ul.children ul.children li a {
    padding-left: 33px;
}
#crt-fs-content ul.children ul.children li ul.children li a {
    padding-left: 43px;
}
#crt-fs-content .gallery img {
    margin: 0px;
}
@media(max-width: 900px) {
    #crt-footer-sidebar-container {
        padding: 50px 0 30px;
    }
    #crt-fs-content .crt-footer-widget {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #footer .curiosity-lite-menu {
        text-align: center;
        float: none;
        display: table;
        margin: auto;
    }
}
@media only screen and (max-width: 767px) {
    #crt-footer-sidebar-container .container,
    #crt-footer-container .container {
        padding: 15px;
    }
    #crt-bottom-footer-holder #crt-menu-social-footer {
        top: -35px;
        max-height: 44px;
        overflow: hidden;
    }
}
.gallery-pic a:nth-child(3) img,
.gallery-pic a:nth-child(6) img {
    margin-right: 0px!important;
}
.gallery-pic img {
    margin: 0 12px 12px 0;
    display: block;
    float: left;
    padding: 3px;
}
#footer {
    padding: 40px 0px 20px;
}
.widget-footer .crt-blockquote-2 {
    padding: 10px !important;
}
.widget-footer .crt-blockquote-2-content {
    text-align: left !important;
}
#crt-fs-content ul.crt-fw-element {
    margin-bottom: 40px;
}
.crt-footer-desc-widget-h {
    padding-right: 30px;
}
.crt-footer-desc-widget {
    width: 100%;
    background: #2d283d;
    border: 2px solid;
    padding: 35px 15px 30px;
}
.crt-footer-desc-widget p {
    text-align: center;
    font-size: 80%;
    margin: 35px 0 18px;
}
@media only screen and (max-width: 900px) {
    .crt-footer-desc-widget-h {
        padding-right: 0;
    }
}
.crt-footer-image {
	border: 4px double #6b7b91;
}
/* 8. PLUGIN
-------------------------------------------------------------- */
/* Contact Form  */

.wpcf7 p {
    margin-bottom: 10px;
}
.wpcf7 label {
    display: block;
    text-align: left;
}
.wpcf7-submit {
    margin: 0;
}
.contact {
    margin: 0 200px;
    text-align: center;
}
.contact label {
    padding-left: 20px;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact input[type="password"] {
    margin: 4px 0px 24px 0px;
    width: 96%;
    display: block;
}
.contact textarea {
    margin: 4px 0px 30px 0px;
    padding: 8px 5px;
    width: 98.1%;
    display: block;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"] {
    margin: 4px 0px 6px 0px;
    border: 2px solid;
    padding: 8px 10px;
    width: 100% !important;
}
.wpcf7 textarea {
    margin: 4px 0;
    border: 2px solid;
    padding: 12px 10px;
    width: 100%;
    height: 185px;
}
.wpcf7 input[type=submit] {
    float: right;
    text-transform: uppercase;
    padding: 10px 60px;
    border: none;
}
/* 9. COLORS
-------------------------------------------------------------- */

a,
a:visited {
    color: #404040;
}
a:hover,
a:focus,
a:active {
    color: #b3634e;
}
.crt-blogger-post-excerpt,
.crt-blogger-post-side-border {
    border-color: #404040 !important;
}
/* Color 1 */

.crt-iconbox .icon,
#crt-video-image .crt-video-image-holder:before,
.crt-portfolio-grid figure figcaption,
.crt-post-1-date,
.fw-tabs-container,
.crt-tab-holder .nav > li > a,
.crt-toggle,
.toggle .toggle-arrow:after,
.toggle a,
.highlight,
.highlight-2,
#respond .form-submit input,
.wpcf7 input[type=submit],
.page-numbers,
a.page-numbers:hover,
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    color: #ffffff;
}
.crt-btn,
.crt-cta-hover {
    color: #ffffff !important;
}
.crt-flexslider .flexslider .flex-direction-nav a,
.crt-flexslider .flexslider .flex-direction-nav a:hover,
.crt-btn-bw:hover {
    background-color: #ffffff;
}
/* Color 2 */

.crt-ps-categories a:hover,
.crt-iconbox .desc p,
.crt-separator-normal,
.crt-separator-small {
    color: #404040;
}
#respond .form-submit input:hover {
    background-color: #404040;
}
/* Color 3 */

.crt-iconbox .name,
.crt-member-role,
.crt-post-tags a,
.crt-cta-hover,
.crt-post-single-title,
a.page-numbers,
.crt-post-sc-2 .entry-elements a:hover {
    color: #1d1d1d;
}
.crt-btn-bw:hover {
    color: #1d1d1d !important;
}
#crt-video-image .crt-video-image-holder:after,
figure.crt-portfolio-effect,
.crt-pricing-column,
.crt-btn-bw,
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    background-color: #1d1d1d;
}
.crt-post-sc-2 .small-thumb-holder,
.crt-flexslider .flexslider .flex-direction-nav a,
.fw-table table > thead > tr > th,
.fw-table table > tbody > tr > th,
.fw-table table > tfoot > tr > th,
.fw-table table > thead > tr > td,
.fw-table table > tbody > tr > td,
.fw-table table > tfoot > tr > td {
    border-color: #1d1d1d;
}
a.page-numbers {
    box-shadow: 0 0 0 2px #1d1d1d inset;
}
/* Color 4 */

.crt-ps-categories a,
.crt-post-single-title:hover,
.crt-post-infos a:hover,
.crt-cta-more:hover,
.crt-cta-hover a:hover,
.crt-heading,
#crt-owl-quote .crt-quote-image i,
.fw-shortcode-calendar-wrapper .page-header h3,
.crt-post-sc-2 .entry-elements a {
    color: #b3634e;
}
.crt-post-1-date,
.fw-tabs-container,
.highlight-2,
.crt-btn-basic,
.crt-btn-custom,
#respond .form-submit input,
.crt-date-box,
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit],
.crt-owl-navigation-normal-2 .owl-prev,
.crt-owl-navigation-normal-2 .owl-next {
    background-color: #b3634e;
}
.page-numbers {
    box-shadow: 0 0 0 20px #b3634e inset;
}
a.page-numbers:hover {
    box-shadow: 0 0 0 20px #b3634e inset;
}
/* Color 5 */

.crt-imagebox .name,
.crt-post-tags a:hover {
    color: #da9481;
}
.crt-iconbox .icon,
#crt-video-image:hover .crt-video-image-holder:before,
.small-thumb-holder .small-thumb-overlay:before,
.crt-btn-basic:hover,
.fw-table thead {
    background-color: #da9481;
}
.crt-imagebox .image,
.crt-member-img-h,
.crt-blockquote-1,
.crt-flexslider .flexslider {
    border-color: #da9481;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    box-shadow: 0 0 0 6px #da9481 inset;
}
/* Color 6 */

.fw-table tbody .desc-col,
.crt-bfah .crt-article-container,
.crt-bfah-title-holder-bg {
    background-color: #ffe3dc;
}
/* Color 7 */

.crt-post-infos a,
.crt-post-sc-2 .post-author {
    color: #33455e;
}
.crt-btn-inverse {
    background-color: #33455e;
}
/* Color 8 */

.crt-psth,
.crt-entry-tag,
.crt-blockquote-2-holder,
.iframe-holder,
.crt-post-sc-2 .entry-title,
.crt-post-tags {
    border-color: #6b7b91;
}
.highlight,
.crt-btn-inverse:hover {
    background-color: #6b7b91;
}
/* Color 9 */

.panel,
.crt-member-content,
.crt-iconbox,
.cal-row-fluid.cal-row-head [class*="cal-cell"],
.fw-table {
    background-color: #c5cbd3;
}
.crt-tab-holder .nav-tabs > li.ui-tabs-active > a,
.crt-tab-holder .nav-tabs > li.ui-tabs-active > a:hover,
.crt-tab-holder .nav-tabs > li.ui-tabs-active > a:focus,
.toggle .active a,
.toggle:hover a,
.toggle a:hover,
.toggle a:focus,
.toggle a:active,
.crt-event-infos a:hover {
    color: #c5cbd3;
}
#crt-outerheader .crt-menu-area {
    background-color: rgba(255, 255, 255, 0.25);
}
#crt-logo #crt-logo-text a:hover {
    color: #b3634e;
}
#crt-header-buttons .crt-btn-hb {
    background: rgba(255, 255, 255, 0);
    color: #1d1d1d !important;
}
#crt-hb-search,
#crt-hb-cart {
    background: rgba(221, 221, 221, 0.9);
    color: #1d1d1d !important;
}
#crt-header-buttons .crt-btn-hb:hover {
    color: #b3634e !important;
}
#crt-header-navigation li {
    background-color: rgba(255, 255, 255, 0);
}
#crt-header-navigation li:hover {
    background-color: rgba(255, 255, 255, 0);
}
#crt-header-navigation li:hover a {
    color: #b3634e;
}
#crt-header-navigation li.current-menu-item,
#crt-header-navigation li.current-menu-ancestor {
    background-color: rgba(255, 255, 255, 0);
}
#crt-header-navigation li.current-menu-item a,
#crt-header-navigation li.current-menu-ancestor a {
    color: #b3634e;
}
#crt-header-navigation ul ul {
    background-color: rgba(221, 221, 221, 0.9);
}
#crt-header-navigation ul .mega-menu ul li {
    color: #1d1d1d !important;
}
#crt-header-navigation ul ul li {
    background-color: rgba(255, 255, 255, 0);
    padding: 10px 10px 10px 10px;
}
#crt-header-navigation ul .mega-menu ul li a {
    padding: 0 0 10px;
}
#crt-header-navigation ul ul li:hover {
    background-color: rgba(255, 255, 255, 0);
}
#crt-header-navigation ul ul li:hover a,
#crt-header-navigation ul ul ul li:hover a {
    color: #b3634e !important;
}
#crt-header-navigation ul ul li:hover ul li:hover a {
    color: #b3634e !important;
}
#crt-header-navigation ul ul li.current-menu-item,
#crt-header-navigation ul ul li.current-menu-ancestor,
#crt-header-navigation ul ul ul li.current-menu-item,
#crt-header-navigation ul ul ul li.current-menu-ancestor {
    background-color: rgba(255, 255, 255, 0);
}
#crt-header-navigation ul ul li.current-menu-item a,
#crt-header-navigation ul ul li.current-menu-ancestor a,
#crt-header-navigation ul ul li.current-menu-ancestor ul li.current-menu-item a {
    color: #b3634e !important;
}
#crt-header-navigation ul ul li.current-menu-item ul a,
#crt-header-navigation ul ul li.current-menu-ancestor ul a,
#crt-header-navigation ul ul li:hover ul a {
    color: #1d1d1d !important;
}
#crt-mobile-navigation {
    background: #dddddd;
}
#crt-mobile-navigation li a:hover {
    color: #b3634e !important;
}
#crt-outersecondaryheader {
    background: rgba(255, 255, 255, 0);
}
#crt-secondary-header .crt-header-column-link span {
    color: #1d1d1d !important;
}
#crt-secondary-header .crt-header-column-link:hover span,
.crt-sh-column a h3:hover {
    color: #b3634e !important;
}
.crt-sh-column-1 h3 {
    color: #26496b;
}
.crt-sh-column-1 {
    border-color: #26496b !important;
    border-right: 2px solid rgba(38, 73, 107, 0.2) !important;
    background-color: rgba(38, 73, 107, 0.2);
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(38, 73, 107, 0)), to(rgba(38, 73, 107, 0.2)));
    background: -moz-linear-gradient(center top, rgba(38, 73, 107, 0.2) 0%, rgba(38, 73, 107, 0) 100%);
    background: -o-linear-gradient(top, rgba(38, 73, 107, 0.2), rgba(38, 73, 107, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(38,73,107,0.2)', EndColorStr='rgba(38,73,107,0)');
}
.crt-sh-column-2 h3 {
    color: #5a2d34;
}
.crt-sh-column-2 {
    border-color: #5a2d34 !important;
    border-right: 2px solid rgba(90, 45, 52, 0.2) !important;
    background-color: rgba(90, 45, 52, 0.2);
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(90, 45, 52, 0)), to(rgba(90, 45, 52, 0.2)));
    background: -moz-linear-gradient(center top, rgba(90, 45, 52, 0.2) 0%, rgba(90, 45, 52, 0) 100%);
    background: -o-linear-gradient(top, rgba(90, 45, 52, 0.2), rgba(90, 45, 52, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(90,45,52,0.2)', EndColorStr='rgba(90,45,52,0)');
}
.crt-sh-column-3 h3 {
    color: #908937;
}
.crt-sh-column-3 {
    border-color: #908937 !important;
    background-color: rgba(144, 137, 55, 0.2);
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(144, 137, 55, 0)), to(rgba(144, 137, 55, 0.2)));
    background: -moz-linear-gradient(center top, rgba(144, 137, 55, 0.2) 0%, rgba(144, 137, 55, 0) 100%);
    background: -o-linear-gradient(top, rgba(144, 137, 55, 0.2), rgba(144, 137, 55, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(144, 137, 55,0.2)', EndColorStr='rgba(144, 137, 55,0)');
}
#crt-breadcrumbs .crt-breadcrumbs-holder {
    background-color: #1d1d1d;
}
.crt-breadcrumbs-holder:after {
    border-left-color: #1d1d1d;
}
#crt-breadcrumbs .crt-breadcrumbs-holder,
#crt-breadcrumbs .crt-breadcrumbs-holder a {
    color: #ffffff !important;
}
#crt-breadcrumbs {
    color: #1d1d1d !important;
}
#crt-breadcrumbs a:hover {
    color: #b3634e !important;
}
.crt-w-d-c-1 .widget-container,
.crt-w-rp-c-1 .widget-area .widget_recent_entries,
.crt-w-a-c-1 .widget-area .widget_archive,
.crt-w-ca-c-1 .widget-area .widget_calendar,
.crt-w-cat-c-1 .widget-area .widget_categories,
.crt-w-m-c-1 .widget-area .widget_meta,
.crt-w-s-c-1 .widget-area .widget_search,
.crt-w-cu-c-1 .widget-area .widget_nav_menu {
    background-color: rgba(38, 73, 107, 0.2);
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(38, 73, 107, 0)), to(rgba(38, 73, 107, 0.2)));
    background: -moz-linear-gradient(center top, rgba(38, 73, 107, 0.2) 0%, rgba(38, 73, 107, 0) 100%);
    background: -o-linear-gradient(top, rgba(38, 73, 107, 0.2), rgba(38, 73, 107, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(38,73,107,0.2)', EndColorStr='rgba(38,73,107,0)');
    border-color: rgba(38, 73, 107, 0.5);
    border-top-color: #26496b;
}
.crt-w-d-c-2 .widget-container,
.crt-w-rp-c-2 .widget-area .widget_recent_entries,
.crt-w-a-c-2 .widget-area .widget_archive,
.crt-w-ca-c-2 .widget-area .widget_calendar,
.crt-w-cat-c-2 .widget-area .widget_categories,
.crt-w-m-c-2 .widget-area .widget_meta,
.crt-w-s-c-2 .widget-area .widget_search,
.crt-w-cu-c-2 .widget-area .widget_nav_menu {
    background-color: rgba(90, 45, 52, 0.2);
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(90, 45, 52, 0)), to(rgba(90, 45, 52, 0.2)));
    background: -moz-linear-gradient(center top, rgba(90, 45, 52, 0.2) 0%, rgba(90, 45, 52, 0) 100%);
    background: -o-linear-gradient(top, rgba(90, 45, 52, 0.2), rgba(90, 45, 52, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(90,45,52,0.2)', EndColorStr='rgba(90,45,52,0)');
    border-color: rgba(90, 45, 52, 0.5);
    border-top-color: #5a2d34;
}
.crt-w-d-c-3 .widget-container,
.crt-w-rp-c-3 .widget-area .widget_recent_entries,
.crt-w-a-c-3 .widget-area .widget_archive,
.crt-w-ca-c-3 .widget-area .widget_calendar,
.crt-w-cat-c-3 .widget-area .widget_categories,
.crt-w-m-c-3 .widget-area .widget_meta,
.crt-w-s-c-3 .widget-area .widget_search,
.crt-w-cu-c-3 .widget-area .widget_nav_menu {
    background-color: rgba(144, 137, 55, 0.2);
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(144, 137, 55, 0)), to(rgba(144, 137, 55, 0.2)));
    background: -moz-linear-gradient(center top, rgba(144, 137, 55, 0.2) 0%, rgba(144, 137, 55, 0) 100%);
    background: -o-linear-gradient(top, rgba(144, 137, 55, 0.2), rgba(144, 137, 55, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(144, 137, 55,0.2)', EndColorStr='rgba(144, 137, 55,0)');
    border-color: rgba(144, 137, 55, 0.5);
    border-top-color: #908937;
}
#crt-footer-sidebar {
    background-color: rgba(144, 137, 55, 0.15) !important;
}
#crt-fs-content .crt-footer-widget {
    color: #404040;
}
#crt-fs-content .crt-footer-widget a {
    color: #404040;
}
#crt-fs-content .crt-footer-widget a:hover {
    color: #b3634e;
}
#crt-footer,
#crt-bottom-footer-holder #crt-menu-social-items-footer li {
    background-color: rgba(255, 255, 255, 0) !important;
}
#crt-menu-social-footer a {
    color: #404040;
}
#crt-bottom-footer a:hover,
#crt-menu-social-footer a:hover {
    color: #b3634e;
}
/* 10. FONTS
-------------------------------------------------------------- */

body {
    font-family: 'Playfair Display';
    font-size: 17px;
    font-weight: 400;
    color: #404040;
    letter-spacing: 0px;
}
h1 {
    font-family: 'Josefin Slab';
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0px;
}
h2 {
    font-family: 'Josefin Slab';
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0px;
}
h3 {
    font-family: 'Josefin Slab';
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
}
h4 {
    font-family: 'Josefin Slab';
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0px;
}
h5 {
    font-family: 'Josefin Slab';
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
}
h6 {
    font-family: 'Josefin Slab';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
}
@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
}
.crt-btn,
#respond .form-submit input,
.wpcf7 input[type=submit],
button,
.btn {
    font-family: 'PT Serif';
    font-weight: 400;
}
.crt-post-single-title,
.post-navigation-title,
crt-dropcap,
.crt-post-tags,
.crt-category-list,
.crt-heading-font-1 {
    font-family: 'PT Serif Caption';
    font-weight: 400;
}
.crt-ps-categories a,
.crt-psth-a,
.crt-post-infos a,
.crt-entry-tag,
.tagcloud a,
.crt-heading-font-2 {
    font-family: 'Fondamento';
    font-weight: 400;
}
#crt-header-navigation ul ul li a {
    font-family: 'Playfair Display';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #1d1d1d !important;
    letter-spacing: 0px;
    text-transform: none;
}
#crt-header-navigation li a,
#crt-toggleMenu {
    font-family: 'Playfair Display SC';
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    color: #1d1d1d;
    letter-spacing: 0px;
    text-transform: uppercase;
}
#crt-header-buttons .crt-btn-content {
    font-family: 'Playfair Display SC';
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
}
#crt-logo #crt-logo-tagline {
    font-family: 'Playfair Display';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    color: #404040;
}
#crt-logo #crt-logo-text a {
    font-family: 'PT Serif Caption';
    font-size: 72px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0px;
    color: #404040;
}
#crt-mobile-navigation li a {
    font-family: 'Playfair Display';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #1d1d1d !important;
    letter-spacing: 0px;
}
#crt-secondary-header {
    font-family: 'Playfair Display';
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    color: #404040;
}
#crt-secondary-header h3,
#crt-secondary-header .crt-header-column-link span {
    font-family: 'Fondamento';
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
}
#crt-breadcrumbs {
    background-color: rgba(144, 137, 55, 0.15);
    font-family: 'PT Serif';
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #ffffff;
    letter-spacing: 0px;
    border-color: #1d1d1d !important;
    min-height: 36px;
}
#crt-breadcrumbs .recent-marquee,
#crt-breadcrumbs .crt-breadcrumbs-holder:after,
#crt-breadcrumbs .top-news-slider {
    height: 36px;
}
#crt-fs-content .crt-footer-widget .crt-footer-title {
    font-family: 'Playfair Display SC';
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1d1d1d;
}
#crt-bottom-footer {
    padding: 10px 0;
    font-family: 'PT Serif';
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #404040;
}
#crt-bottom-footer a {
    font-family: 'PT Serif';
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #404040;
}
/* TRANSITIONS
-------------------------------------------------------------- */

.crt-imagebox .image img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a:active,
a:focus,
a:hover,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.crt-post-single-title,
.button:visited,
.curiosity-lite-menu li li,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_product_categories a,
.widget_recent_entries a,
.wpcf7 input[type=submit],
.main-button,
.main-button .btn,
.button,
.button .btn,
.crt-iconbox .name,
#crt-owl-member .owl-controls .crt-imagebox .name:hover,
.owl-carousel .owl-buttons,
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.crt-event-content-description h3 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery .gallery-item .gallery-icon img,
.crt-menu-social li a,
.page-numbers li,
#crt-video-image .crt-video-image-holder:before,
#crt-video-image .crt-video-image-holder:after,
.toggle:hover a,
.crt-progress .fore .bar,
.crt-progress .fore .name,
.crt-post-sc-2 .small-thumb,
.small-thumb-holder .small-thumb-overlay:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wrap-nivoslider.theme-default .nivo-controlNav a {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
}
a.crt-psth-a {
    display: none;
}
.post-thumbnail {
    display: none !important;
}
#crt-maincontent .entry-content a {
    color: #b3634e !important;
}
#crt-maincontent article#post-759 p a {
    color: #404040 !important;
}