@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
1.1 - Imports
2.0 - General styles
3.0 - Section elements
4.0 - Navigation
5.0 - Section sliding
6.0 - Content styles
	6.1 - Content styles - Comments area
	6.2 - Content styles - Layout specific
7.0 - Categories
7.1 - Search
7.2 - Comment counter, share
7.3 - Widgets
8.0 - Plugin overrides
9.0 - Responsive
10.0 - Slick Slider
11.0 - Alignments
12.0 - Captions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.cf:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1; }

/*TODO: check for rendering these elements */
.category-section .entry-content {
  display: none; }

.screen-reader-text {
  display: none; }

/*.site-header bi trebao da se prikaze u okviru clanka*/
/*--------------------------------------------------------------
1.1 - Imports
--------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?-ik5tvu");
  src: url("fonts/icomoon/icomoon.eot?#iefix-ik5tvu") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?-ik5tvu") format("truetype"), url("fonts/icomoon/icomoon.woff?-ik5tvu") format("woff"), url("fonts/icomoon/icomoon.svg?-ik5tvu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e209"; }

.icon-menu:before {
  content: "\e20e"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-chevron-with-circle-left:before {
  content: "\e602"; }

.icon-chevron-with-circle-right:before {
  content: "\e603"; }

.icon-heart:before {
  content: "\e604"; }

.icon-message:before {
  content: "\e605"; }

.icon-behance:before {
  content: "\e606"; }

.icon-soundcloud:before {
  content: "\e608"; }

.icon-vine:before {
  content: "\e609"; }

.icon-vk:before {
  content: "\e60a"; }

.icon-dribbble:before {
  content: "\e60b"; }

.icon-flickr:before {
  content: "\e60c"; }

.icon-google:before {
  content: "\e60d"; }

.icon-instagram:before {
  content: "\e60e"; }

.icon-lastfm:before {
  content: "\e600"; }

.icon-linkedin:before {
  content: "\e60f"; }

.icon-pinterest:before {
  content: "\e610"; }

.icon-tumblr:before {
  content: "\e611"; }

.icon-twitter:before {
  content: "\e612"; }

.icon-vimeo:before {
  content: "\e613"; }

.icon-youtube:before {
  content: "\e614"; }

.icon-search:before {
  content: "\e986"; }

/*--------------------------------------------------------------
2.0 - General styles
--------------------------------------------------------------*/
@font-face {
  font-family: 'Vollkorn-Italic';
  src: url("fonts/Vollkorn/Vollkorn-Italic.ttf"); }

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat-Regular.otf"); }

@font-face {
  font-family: 'Montserrat-Light';
  src: url("fonts/Montserrat/Montserrat-Light.otf"); }

@font-face {
  font-family: 'Montserrat-Hairline';
  src: url("fonts/Montserrat/Montserrat-Hairline.otf"); }

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("fonts/Montserrat/Montserrat-Bold.otf"); }

html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 1.2rem;
  letter-spacing: 0.05rem;
  overflow: hidden; }

p {
  padding-bottom: 30px; }

.site-content iframe {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px; }

h1 {
  font-family: 'Montserrat-Light', Open Sans, sans-serif; }

h2 {
  font-family: 'Montserrat', Open Sans, sans-serif; }

h3 {
  font-family: 'Vollkorn-Italic', Open Sans, sans-serif; }

h4, h5, h6 {
  font-family: 'Vollkorn-Italic', Open Sans, sans-serif;
  color: #414141; }

/*p:last-of-type{
	padding-bottom: 0;
	}*/
a, a:visited {
  text-decoration: none;
  color: #414141;
  transition: color 0.2s ease-in-out; }

a:hover {
  transition: color 0.2s ease-in-out; }

ul, ol {
  padding-left: 35px;
  margin-bottom: 30px; }
  ul li, ol li {
    line-height: 3rem; }

ul li {
  list-style-type: disc; }

ol li {
  list-style-type: decimal; }

blockquote, q {
  font-family: 'Vollkorn-Italic', sans-serif;
  border-left: 2px solid #b39a25;
  padding: 10px 0 10px 20px;
  quotes: "“" "“" "“" "“";
  position: relative;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 30px;
  color: #414141;
  letter-spacing: 0; }
  blockquote *, q * {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit; }

blockquote * {
  padding-left: 53px;
  padding-bottom: 0; }

blockquote:before {
  color: #414141;
  content: open-quote;
  font-family: 'Georgia', 'Open Sans', sans-serif;
  font-size: 5rem;
  top: 20px;
  font-weight: bold;
  position: absolute;
  margin-left: 0.6rem; }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.absoulute-full-width-heigth {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.textwidget {
  color: #909090;
  line-height: 1.4rem; }

.comments-author-link {
  color: #FFFFFF; }

body.wp-customizer-unloading {
  opacity: 1 !important; }

/*--------------------------------------------------------------
3.0 - Section elements
--------------------------------------------------------------*/
.site-header {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 2; }

.site-footer {
  position: absolute;
  bottom: 70px;
  padding: 0 35px;
  width: 100%; }
  .site-footer .site-info {
    text-align: center;
    color: #909090;
    font-size: 1.1rem;
    font-family: 'Open Sans'; }
    .site-footer .site-info img {
      height: 34px;
      max-width: 100%; }
    .site-footer .site-info .credits {
      margin: 25px 0 0 0; }

.site-branding .site-title a {
  color: white;
  font-size: 24px;
  font-style: italic; }

.site-branding .site-description {
  display: none; }

.site-branding .site-title {
  margin-top: 30px; }
  .site-branding .site-title a {
    font-style: normal; }

.category-section {
  max-width: calc(100% - 255px);
  transition: all 0.1s ease-in-out;
  /* Safari */
  transition-delay: 1s;
  position: fixed;
  overflow: auto;
  width: 50%;
  height: 100%;
  top: 0;
  background-color: #f0f0f0;
  padding: 85px 50px 50px; }

.page-content-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: white;
  transition: 0.4s all ease-in-out; }

.page-title-image, .page-main-content {
  width: 50%;
  height: 100%;
  float: left;
  position: relative; }

.page-main-content {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 190px 50px 50px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  line-height: 2.4rem;
  color: #676767;
  font-size: 1.3rem; }
  .page-main-content article + article {
    margin-top: 50px; }
  .page-main-content .entry-title {
    font-size: 4rem;
    margin-bottom: 10px;
    line-height: 4.5rem; }
    .page-main-content .entry-title a:hover {
      color: #b39a25; }
  .page-main-content .entry-meta {
    margin-bottom: 10px; }

.page-title-image {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #909090;
  background-position: center; }
  .page-title-image .ct-logo {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.nav-toggle, .posts-toggle, .nav-toggle-close {
  position: absolute;
  cursor: pointer; }
  .nav-toggle i, .posts-toggle i, .nav-toggle-close i {
    font-size: 2.4rem;
    padding: 0;
    display: block;
    transition: all 0.2s ease-in-out; }

.nav-toggle, .posts-toggle {
  right: 50px;
  font-family: 'Montserrat', sans-serif; }

.nav-toggle-close {
  right: 20px;
  top: 80px;
  color: #909090;
  z-index: 3; }
  .nav-toggle-close:hover {
    color: white; }
  .nav-toggle-close .ion {
    font-size: 2.1rem;
    padding: 30px 15px 0 0; }

.nav-toggle-menu {
  color: black;
  top: 80px; }
  .nav-toggle-menu:hover {
    color: #909090;
    transition: all 0.15s ease-in-out; }
  .nav-toggle-menu .ion {
    margin-top: 10px; }

.posts-toggle {
  top: 70px;
  font-family: 'Montserrat-Light', sans-serif;
  letter-spacing: .13rem;
  font-size: 1.2rem;
  color: white;
  border-radius: 20px;
  color: white;
  border: 1px solid white;
  padding: 15px 30px; }
  .posts-toggle a, .posts-toggle a:visited {
    color: white; }
  .posts-toggle a:hover {
    color: black; }
  .posts-toggle:hover {
    background-color: white;
    color: black;
    transition: all 0.2s ease-in-out; }
    .posts-toggle:hover a {
      color: black;
      transition: color 0.2s ease-in-out; }

.posts-toggle-gold {
  border: 1px solid #b39a25;
  transition: all 0.2s ease-in-out; }
  .posts-toggle-gold a, .posts-toggle-gold a:visited {
    color: black; }
  .posts-toggle-gold:hover {
    background-color: #b39a25;
    transition: all 0.2s ease-in-out; }
    .posts-toggle-gold:hover a {
      color: white;
      transition: all 0.2s ease-in-out; }

.main-navigation {
  position: absolute;
  background-color: #111111;
  right: 0;
  width: 255px;
  height: 100%;
  overflow: auto;
  top: 0;
  z-index: -1; }
  .main-navigation .inner-nav-wrapper {
    position: relative;
    min-height: 100%; }

.bg-overlay {
  background-color: black;
  opacity: 0.70;
  pointer-events: none; }

.upper-layer {
  padding: 50px; }

.post-navigation {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
  padding: 0 50px; }

.no-results, .not-found {
  text-align: center;
  vertical-align: top;
  color: black;
  letter-spacing: 0.1rem;
  font-family: 'Montserrat-Light', sans-serif;
  font-size: 1.4rem; }

/*--------------------------------------------------------------
4.0 - Navigation
--------------------------------------------------------------*/
.main-navigation {
  padding-top: 80px; }
  .main-navigation li {
    line-height: 1.6rem;
    list-style-type: none;
    padding-right: 20px;
    color: #FFFFFF; }
    .main-navigation li a {
      line-height: 3.3rem;
      font-size: 1.4rem;
      color: #909090;
      font-family: 'Montserrat', Open Sans, sans-serif;
      letter-spacing: 0.12rem;
      text-transform: uppercase; }
      .main-navigation li a:hover {
        color: white;
        transition: color 0.2s ease-in-out; }
    .main-navigation li span {
      color: #FFFFFF; }
  .main-navigation .current_page_item a {
    color: white; }
  .main-navigation .menu > li:first-of-type {
    width: 80%;
    width: calc(100% - 55px);
    display: inline-block; }
  .main-navigation .menu {
    margin-bottom: 40px; }

.nav-links div {
  float: left;
  width: 50%;
  font-family: 'Montserrat-Bold', Open Sans, sans-serif;
  font-size: 1.4rem; }
  .nav-links div a {
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.12rem;
    transition: color 0.2s ease-in-out; }
    .nav-links div a:hover {
      transition: color 0.2s ease-in-out;
      color: #b39a25; }
    .nav-links div a i {
      font-weight: bold; }

.nav-links .nav-next {
  text-align: right;
  float: right; }

.blog .posts-navigation, .archive .posts-navigation {
  height: 1.4rem;
  margin: 50px 0 90px 0; }

.blog .nav-links a, .archive .nav-links a {
  color: #414141; }

/*--------------------------------------------------------------
5.0 - Section sliding
--------------------------------------------------------------*/
.nav-oppened .page-content-wrapper {
  -webkit-transform: translate3d(-255px, 0, 0);
  transform: translate3d(-255px, 0, 0);
  transition: all 0.4s ease-in-out; }

.post-navigation, .posts-toggle-white {
  transition: all 0.2s ease-in-out; }

.posts-oppened .post-navigation, .posts-oppened .posts-toggle-white {
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out; }

.posts-oppened .page-content-wrapper {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  cursor: pointer;
  transition: all 0.4s ease-in-out; }

.posts-oppened .category-section {
  max-width: 100%;
  transition: all 0.4s ease-in-out; }

.search-oppened .search-section {
  right: 0;
  transition: all 0.4s ease-in-out; }

.close-sidebar {
  display: block;
  padding: 0 10px !important; }

/*--------------------------------------------------------------
6.0 - Content styles
--------------------------------------------------------------*/
.entry-content a {
  color: #b39a25;
  transition: color 0.2s ease-in-out; }
  .entry-content a:hover {
    color: black;
    transition: color 0.2s ease-in-out; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content h1 {
  font-size: 2.7rem; }

.entry-content h2 {
  font-size: 2.3rem; }

.entry-content h3 {
  font-size: 2rem; }

.entry-content h4 {
  font-size: 1.8rem; }

.entry-content h5 {
  font-size: 1.6rem; }

.entry-content h6 {
  font-size: 1.3rem; }

.entry-content strong {
  font-weight: bold; }
  .entry-content strong em {
    font-style: italic; }

.entry-content em {
  font-style: italic; }
  .entry-content em strong {
    font-weight: bold; }

.ion {
  font-size: 2.8rem;
  transition: color 0.2s ease-in-out; }
  .ion:hover {
    transition: color 0.2s ease-in-out; }

.page-title-image .entry-title {
  font-size: 7rem;
  line-height: 8rem;
  margin-left: -0.6rem;
  margin-bottom: 160px;
  color: white;
  height: 28rem;
  overflow: hidden; }

.page-title-image .long-title {
  font-size: 4rem;
  line-height: 5rem; }

.page-title-image .entry-subtitle {
  color: white;
  padding-top: 138px;
  padding-bottom: 3px;
  font-size: 1.7rem;
  letter-spacing: 0.19rem; }

.page-title-image .entry-subtitle + .entry-title {
  padding-top: 0; }

.page-title-image .entry-meta {
  color: white;
  padding-top: 141px;
  padding-bottom: 13px;
  font-family: 'Vollkorn-Italic', Open Sans, sans-serif;
  font-size: 1.7rem;
  line-height: 2rem;
  letter-spacing: 0.19rem; }
  .page-title-image .entry-meta a {
    color: white; }
    .page-title-image .entry-meta a:hover {
      color: #b39a25; }

.sticky {
  display: block; }
  .sticky .entry-title a {
    color: #b39a25; }

/*gallery styles */
.gallery {
  margin-top: 15px;
  margin-bottom: 15px; }

.gallery .gallery-item {
  float: left;
  width: 50%;
  /*a{
			display: block;
			position: relative;
			@include transition(all,0.2s, ease-in-out);
			&:hover{
				img{
					opacity: 0.8;
					@include transition(all, 0.2s, ease-in-out);
				}
			}
			&:after{
				content: "\f48a";
				left: 48%;
				left: calc(48% - 21px);
				top: 48%;
				top: calc(48% - 21px);
				font-size: 4.2rem;
				position: absolute;
				color: transparent;
				display: inline-block;
				font-family: "Ionicons";
				speak: none;
				font-style: normal;
				font-weight: normal;
				font-variant: normal;
				text-transform: none;
				text-rendering: auto;
				line-height: 1;
				-webkit-font-smoothing: antialiased;
				@include transition(color,0.2s, ease-in-out);
			}
			&:hover:after{
				@include transition(color,0.2s, ease-in-out);
				color: white;
			}
			}*/ }
  .gallery .gallery-item .gallery-icon {
    position: relative; }
  .gallery .gallery-item img {
    width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    -moz-backface-visibility: hidden; }

.gallery:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1; }

/*.gallery-columns-2{
	.gallery-item{
		width: 48%; 
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.gallery-item:nth-of-type(2n+2){
		margin-right: 0;
	}
}
.gallery-columns-3{
	.gallery-item{
		width: 32%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.gallery-item:nth-of-type(3n + 3){
		margin-right: 0;
	}
}
.gallery-columns-4{
	.gallery-item{
		width: 22%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.gallery-item:nth-of-type(4n + 3){
		margin-right: 0;
	}
	}*/
.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
6.1 - Content styles - comments area
--------------------------------------------------------------*/
.comment-list li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 25px;
  padding-bottom: 25px; }

.comment-list .children {
  padding-left: 45px !important; }

.comment-author a, .comment-author b {
  text-transform: uppercase;
  color: black;
  font-family: 'Montserrat';
  letter-spacing: 0.12rem; }

.says, .comments-title, .form-allowed-tags, .comment-notes {
  display: none; }

.comment-reply-title {
  font-family: "Vollkorn-Italic";
  font-size: 2rem;
  letter-spacing: 0.06rem;
  padding-bottom: 10px;
  color: #414141; }

.comment-list {
  padding-left: 0;
  margin-bottom: 0; }

.comment-body {
  position: relative;
  padding-left: 100px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 25px;
  margin-top: 0 !important; }
  .comment-body .comment-author img {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid silver;
    border-radius: 37px;
    height: 75px;
    width: 75px; }
  .comment-body .comment-metadata time, .comment-body .comment-metadata .comment-reply-link, .comment-body .comment-metadata .comment-edit-link {
    font-family: 'Vollkorn-Italic';
    letter-spacing: 0.07rem;
    font-size: 1.5rem;
    color: #bababa; }
  .comment-body .comment-metadata .comment-reply-link, .comment-body .comment-metadata .comment-edit-link {
    color: #b39a25;
    transition: color 0.2s ease-in-out; }
    .comment-body .comment-metadata .comment-reply-link:hover, .comment-body .comment-metadata .comment-edit-link:hover {
      color: black;
      transition: color 0.2s ease-in-out; }

.comment-respond {
  margin-top: 60px; }

.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
  width: 31.3%;
  margin-right: 3%;
  float: left; }

.comment-form .comment-form-url {
  margin-right: 0; }

.comment-form .comment-form-comment {
  width: 100%;
  padding-bottom: 13px !important; }

.comment-form label {
  display: none; }

.comment-form input, .comment-form textarea {
  font-size: 1.5rem;
  height: 51px;
  border: 1px solid #f0f0f0;
  width: 100%;
  transition: border 0.2s ease-in-out;
  box-sizing: border-box;
  padding: 10px;
  font-family: 'Vollkorn-Italic'; }

.comment-form textarea {
  height: 200px;
  width: 100%;
  padding-top: 10px; }

.comment-form input:focus, .comment-form textarea:focus {
  border: 1px solid #b39a25;
  outline: none;
  color: #000000;
  transition: border 0.2s ease-in-out; }

.comment-form p {
  padding-bottom: 22px; }

.comment-form .submit {
  color: white;
  background-color: black;
  font-family: 'Montserrat-Light', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.13rem;
  font-size: 12px;
  height: auto;
  width: auto;
  padding: 15px 30px 15px 27px;
  transition: background-color 0.2s ease-in-out; }
  .comment-form .submit:focus {
    outline: none;
    color: white;
    border: none !important;
    width: 168px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 1px; }
  .comment-form .submit:hover {
    cursor: pointer;
    background-color: #b39a25;
    transition: background-color 0.2s ease-in-out; }

/*.ct-comments-text {
  font-weight: bold;
  font-size: 1.2rem;
  color: #000000;
  }*/
.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
6.2 - Layout specific
--------------------------------------------------------------*/
.edit-pen-icon {
  background-image: url(img/editpen.png);
  background-repeat: no-repeat;
  right: 50%;
  right: calc(50% - 14px);
  height: 28px;
  width: 28px;
  cursor: auto;
  top: 78px; }

.page-layout .entry-title {
  padding-top: 200px; }

.list-header .entry-meta {
  font-size: 1.6rem;
  color: #a1a1a1;
  font-family: Vollkorn-Italic; }
  .list-header .entry-meta a {
    color: #a1a1a1; }
    .list-header .entry-meta a:hover {
      color: #b39a25; }

/*--------------------------------------------------------------
7.0 - Categories
--------------------------------------------------------------*/
.category-links {
  margin-bottom: 50px;
  padding-right: 150px; }
  .category-links a {
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    margin-right: 44px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    transition: color 0.2s ease-in-out; }
    .category-links a:last-of-type {
      margin-right: 0; }
    .category-links a:hover {
      color: #b39a25;
      transition: color 0.2s ease-in-out; }
  .category-links .active {
    color: #b39a25; }

.category-posts {
  width: 104%;
  margin-left: -2%;
  margin-top: 82px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }
  .category-posts .post {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 4%;
    float: left;
    background-color: white;
    border-bottom: 2px solid white; }
    .category-posts .post h2 {
      font-size: 1.5rem;
      color: black;
      text-transform: uppercase;
      line-height: 2rem;
      margin: 30px 15px 15px 15px;
      text-align: center;
      letter-spacing: 0.2rem;
      overflow: hidden;
      height: 40px;
      line-height: 20px; }
      .category-posts .post h2:before {
        content: "";
        float: left;
        width: 5px;
        height: 40px; }
      .category-posts .post h2 > *:first-child {
        float: right;
        width: 100%;
        margin-left: -5px; }
      .category-posts .post h2:after {
        content: "\02 ";
        float: right;
        position: relative;
        top: -20px;
        left: 100%;
        width: 60px;
        margin-left: -60px;
        padding-right: 5px;
        text-align: right;
        background: white;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white); }
      .category-posts .post h2 a {
        transition: color 0.2s ease-in-out;
        color: black; }
      .category-posts .post h2:hover a {
        color: #b39a25;
        transition: color 0.2s ease-in-out; }
    .category-posts .post .category-post-bg {
      height: 260px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .category-posts .post small {
      display: block;
      padding: 0 55px 35px;
      font-size: 1.4rem;
      text-align: center;
      font-family: 'Vollkorn-Italic', sans-serif;
      color: #b0b0b0;
      letter-spacing: 0.12rem;
      line-height: 1.1; }
      .category-posts .post small a {
        font-size: inherit;
        color: inherit;
        transition: color 0.2s ease-in-out; }
        .category-posts .post small a:hover {
          color: #b39a25;
          transition: color 0.2s ease-in-out; }
  .category-posts .active-post h2 a {
    color: #b39a25; }
  .category-posts .ct_sticky {
    border-bottom: 2px solid #b39a25; }

.loading-posts .category-posts {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none; }

.object-value {
  color: white;
  padding-top: 5px;
  padding-bottom: 3px;
  font-family: 'Vollkorn-Italic', Open Sans, sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.19rem;
  display: block;
  line-height: 1; }

/*--------------------------------------------------------------
7.1 - Search
--------------------------------------------------------------*/
.search-btn {
  line-height: inherit;
  font-size: 1.4rem;
  padding: 0 35px;
  color: #909090;
  font-family: 'Montserrat', Open Sans, sans-serif;
  display: block;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease-in-out; }
  .search-btn i {
    margin-right: 5px; }
  .search-btn:hover {
    color: white;
    transition: color 0.2s ease-in-out; }

.search-section {
  padding: 50px;
  position: fixed;
  background-color: #f0f0f0;
  right: -50%;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out; }
  .search-section .search-field {
    width: 100%;
    border: none;
    background-color: #f0f0f0;
    font-size: 5rem;
    margin-top: 42px;
    margin-bottom: 20px;
    color: black;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    font-family: 'Vollkorn-Italic';
    outline: none; }
  .search-section .search-submit {
    display: none; }
  .search-section ::-webkit-input-placeholder {
    color: #d5d5d5; }
  .search-section :-moz-placeholder {
    /* Firefox 18- */
    color: #d5d5d5; }
  .search-section ::-moz-placeholder {
    /* Firefox 19+ */
    color: #d5d5d5; }
  .search-section :-ms-input-placeholder {
    color: #d5d5d5; }
  .search-section .nav-toggle-close.close-search:hover {
    color: black;
    transition: color 0.2s ease-in-out; }
  .search-section .search-result {
    display: block;
    height: 80%;
    /*fallback*/
    height: calc(100% - 180px);
    overflow: auto;
    margin-top: 50px; }
    .search-section .search-result article {
      display: table; }
    .search-section .search-result .entry-meta, .search-section .search-result .entry-title {
      padding: 0;
      margin: 0;
      display: table-cell;
      line-height: 5rem; }
    .search-section .search-result .entry-meta {
      width: 145px;
      vertical-align: top; }
      .search-section .search-result .entry-meta .posted-on {
        font-size: 1.6rem;
        margin-right: 20px;
        color: #a1a1a1;
        font-family: Vollkorn-Italic; }
        .search-section .search-result .entry-meta .posted-on a {
          font-size: 1.5rem;
          letter-spacing: 0.1rem;
          color: #909090;
          font-family: 'Vollkorn-Italic'; }
    .search-section .search-result .entry-title {
      overflow: hidden; }
      .search-section .search-result .entry-title a {
        vertical-align: top;
        color: black;
        display: inline-block;
        letter-spacing: 0.1rem;
        font-family: 'Montserrat-Light', sans-serif;
        font-size: 1.4rem; }
        .search-section .search-result .entry-title a:hover {
          color: #b39a25; }

/*--------------------------------------------------------------
7.2 - Comment counter, share
--------------------------------------------------------------*/
.ct-post-comment-like {
  float: left;
  margin-bottom: 6px;
  font-family: 'Montserrat-Light', sans-serif; }

.ct-social-share {
  float: right; }
  .ct-social-share .ct-social-share-links, .ct-social-share .ct-social-share-text {
    display: inline;
    padding: 0 0 0 4px;
    margin: 0; }
    .ct-social-share .ct-social-share-links li, .ct-social-share .ct-social-share-text li {
      display: inline-block;
      list-style: none;
      vertical-align: middle;
      line-height: 2.4rem;
      padding: 0 2px; }
      .ct-social-share .ct-social-share-links li a, .ct-social-share .ct-social-share-text li a {
        color: white;
        display: block;
        font-size: 1.4rem;
        background-color: black;
        height: 24px;
        width: 24px;
        border-radius: 12px;
        text-align: center;
        padding-top: 3px;
        padding-left: 1px;
        transition: background-color 0.2s ease-in-out; }
        .ct-social-share .ct-social-share-links li a:hover, .ct-social-share .ct-social-share-text li a:hover {
          background-color: #b39a25;
          transition: background-color 0.2s ease-in-out; }
  .ct-social-share .ct-social-share-links {
    position: relative;
    top: -1px; }

.ct-social-likes, .comments-link {
  position: relative;
  margin-right: 20px;
  font-family: 'Montserrat';
  letter-spacing: 0.2rem;
  font-weight: bold; }
  .ct-social-likes:after, .comments-link:after {
    font-size: 1.4rem;
    padding-left: 1px;
    position: absolute;
    display: inline-block;
    text-align: center;
    left: 0;
    font-family: "icomoon";
    height: 24px;
    width: 24px;
    border-radius: 12px;
    text-align: center;
    background-color: black;
    color: white;
    transition: background-color 0.2s ease-in-out; }

.ct-social-share-text {
  font-family: 'Montserrat';
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  line-height: 2.2rem !important; }

.liked:after {
  background-color: #b39a25; }

.ct-social-likes {
  padding-left: 30px;
  font-family: 'Montserrat' !important; }
  .ct-social-likes:after {
    content: "\e604"; }
  .ct-social-likes span {
    text-transform: uppercase; }
  .ct-social-likes:hover:after {
    transition: background-color 0.2s ease-in-out;
    background-color: #b39a25; }

.comments-link:after {
  content: "\e605"; }

.comments-link:hover a {
  transition: color 0.2s ease-in-out;
  color: #b39a25; }

.comments-link a {
  padding-left: 30px;
  text-transform: uppercase;
  font-family: 'Montserrat' !important; }

.entry-social {
  margin: 46px 0 72px;
  display: block; }
  .entry-social a {
    font-family: 'Vollkorn-Italic';
    letter-spacing: 0.2rem;
    font-size: 1.2rem;
    color: black;
    font-weight: bold; }
    .entry-social a:hover {
      color: #b39a25; }
      .entry-social a:hover:after {
        color: white; }

.ct-social-like-count {
  font-weight: bold; }

/*--------------------------------------------------------------
7.3 - Widgets
--------------------------------------------------------------*/
.widget-area {
  margin-top: 30px;
  padding-bottom: 200px;
  margin-left: 35px;
  margin-right: 35px; }
  .widget-area .widget h1 {
    line-height: 3.2rem;
    list-style-type: none;
    font-size: 1.4rem;
    color: white;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    font-weight: bold; }
  .widget-area > aside {
    margin-bottom: 35px; }
  .widget-area ul, .widget-area ol {
    padding-left: 0;
    margin-bottom: 0; }
  .widget-area .widget_calendar caption {
    margin-bottom: 5px; }
  .widget-area .widget_calendar table {
    width: 100%;
    text-align: center;
    color: #909090; }
  .widget-area .widget_search .search-submit {
    display: none; }
  .widget-area .widget_cremethemes-social-links .social-icons {
    padding-top: 2.1rem; }
    .widget-area .widget_cremethemes-social-links .social-icons a {
      font-size: 1.7rem;
      margin-right: 10px;
      color: #909090; }
      .widget-area .widget_cremethemes-social-links .social-icons a:hover {
        color: white; }
    .widget-area .widget_cremethemes-social-links .social-icons a:last-of-type {
      margin-right: 0; }

.widget_recent_entries li a {
  display: block;
  margin: 0;
  line-height: 1.6rem;
  font-size: 1.1rem; }

.widget_recent_entries li span {
  display: block;
  margin-bottom: 15px; }

.widget_recent_comments li a {
  display: block !important;
  margin-bottom: 15px !important;
  line-height: 1.6rem;
  font-size: 1.1rem; }

.widget_recent_comments li span {
  display: inline-block;
  color: #FFFFFF; }

.widget_recent_comments li .comment-author-link a {
  color: white;
  display: inline-block !important;
  text-transform: none;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: 'Montserrat-Light', sans-serif;
  margin: 0 !important; }

.tagcloud {
  color: #909090; }

/*--------------------------------------------------------------
8.0 - Plugin overrides
--------------------------------------------------------------*/
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
  box-shadow: none !important;
  border-radius: 0 !important; }

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
  background-color: transparent !important; }

.slb_details {
  opacity: 0 !important; }

.slb_prev, .slb_next {
  position: absolute !important;
  top: 50%; }

.slb_prev {
  left: -50px; }

.slb_next {
  right: -50px; }

.slb_slideshow {
  display: none; }

.slb_close {
  position: fixed !important;
  right: 30px !important;
  top: 20px !important; }
  .slb_close .slb_template_tag {
    background: none !important;
    right: 20px !important;
    text-align: right !important;
    top: 20px !important;
    position: fixed !important; }
    .slb_close .slb_template_tag:after {
      content: "\f129";
      font-size: 2rem;
      position: absolute;
      color: white;
      display: inline-block;
      font-family: "Ionicons";
      transition: color 0.2s ease-in-out; }
    .slb_close .slb_template_tag:hover:after {
      transition: color 0.2s ease-in-out;
      color: f0f0f0; }

.wpcf7-form .col4, .wpcf7-form .col6, .wpcf7-form .col12 {
  float: left; }

.wpcf7-form .col4 {
  width: 30%;
  margin-right: 5%; }

.wpcf7-form .col6 {
  width: 48%;
  margin-right: 3.5%;
  padding-bottom: 22px; }

.wpcf7-form .col12 {
  width: 100%;
  padding-bottom: 13px; }

.wpcf7-form .col4:nth-of-type(3n + 3), .wpcf7-form .col6:nth-of-type(2n + 2) {
  margin-right: 0; }

.wpcf7-form input, .wpcf7-form textarea {
  height: 51px;
  border: 1px solid #f0f0f0;
  width: 101%;
  transition: border 0.2s ease-in-out;
  font-family: 'Vollkorn-Italic';
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 1.5rem; }

.wpcf7-form textarea {
  height: 200px;
  width: 100%;
  padding-top: 10px; }

.wpcf7-form input:focus, .wpcf7-form textarea:focus {
  border: 1px solid #b39a25;
  outline: none;
  transition: border 0.2s ease-in-out; }

.wpcf7-form .wpcf7-submit {
  color: white;
  background-color: black;
  font-family: 'Montserrat-Light', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.13rem;
  font-size: 12px;
  height: auto;
  padding: 15px 30px;
  width: auto;
  transition: background-color 0.2s ease-in-out; }
  .wpcf7-form .wpcf7-submit:focus {
    outline: none;
    border: none;
    width: 108px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 1px; }
  .wpcf7-form .wpcf7-submit:hover {
    cursor: pointer;
    background-color: #b39a25;
    transition: background-color 0.2s ease-in-out; }

/*--------------------------------------------------------------
9.0 - Responsive
--------------------------------------------------------------*/
.page-content-wrapper-inner {
  position: fixed;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 1600px) {
  .page-title-image .entry-title {
    font-size: 6rem;
    line-height: 7rem; } }

@media only screen and (max-width: 1280px) {
  .page-title-image .entry-title {
    font-size: 5rem;
    line-height: 6rem; }
  .category-section {
    width: 80%; }
  .posts-oppened .page-content-wrapper {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0); }
  .ct-social-share {
    float: left; }
    .ct-social-share .ct-social-share-links {
      float: left;
      padding-left: 0; } }

@media only screen and (max-width: 1024px) {
  .page-content-wrapper {
    overflow: auto; }
  .page-content-wrapper-inner {
    position: static; }
  .page-title-image, .page-main-content {
    overflow: none;
    width: 100%;
    position: relative;
    height: auto; }
  .page-title-image {
    min-height: 400px;
    height: auto; }
    .page-title-image .entry-title {
      height: auto;
      font-size: 5rem;
      line-height: 6rem;
      margin-bottom: 0;
      word-wrap: break-word; }
    .page-title-image .site-header {
      left: 20px; }
  .page-main-content {
    position: static;
    padding: 40px 20px;
    overflow-x: hidden;
    overflow-y: hidden; }
  .edit-pen-icon {
    display: none; }
  .nav-toggle {
    right: 20px; }
  .nav-toggle-menu {
    color: white; }
  .posts-toggle {
    right: 60px; }
  .upper-layer {
    padding: 20px 20px 80px;
    position: relative; }
  .post-navigation {
    bottom: 40px;
    padding: 0 20px; }
  .entry-meta {
    padding-top: 150px; }
  .entry-title {
    font-size: 4rem;
    line-height: 6rem; }
  .category-section {
    width: 95%; }
  .posts-oppened .page-content-wrapper {
    -webkit-transform: translate3d(95%, 0, 0);
    transform: translate3d(95%, 0, 0); }
  .nav-oppened .category-section {
    -webkit-transform: translate3d(-255px, 0, 0);
    transform: translate3d(-255px, 0, 0); }
  .search-section {
    width: 100%;
    right: -100%; }
  .ct-social-share {
    float: right; }
    .ct-social-share .ct-social-share-links {
      float: none; } }

@media only screen and (max-width: 700px) {
  .category-posts .post {
    width: 96%; }
  .ct-social-share {
    float: left; }
    .ct-social-share .ct-social-share-links {
      float: left; }
  .category-posts .post h2 {
    height: auto;
    line-height: 2rem; }
    .category-posts .post h2:before {
      height: auto;
      content: none; } }

@media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (max-width: 480px) and (min-resolution: 120dpi) {
  .page-title-image {
    text-align: center;
    padding-top: 120px; }
    .page-title-image .site-header {
      position: relative;
      margin: 0;
      top: 0;
      left: 0; }
    .page-title-image .ct-logo-link {
      display: block; }
    .page-title-image .ct-logo {
      text-align: center;
      position: relative;
      margin-top: 20px; }
    .page-title-image .upper-layer {
      text-align: center;
      position: static; }
      .page-title-image .upper-layer .entry-title, .page-title-image .upper-layer .entry-meta {
        position: relative; }
    .page-title-image .posts-toggle {
      position: absolute;
      display: table;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .page-title-image .entry-meta {
      padding-top: 20px; }
  .nav-links div {
    text-align: left; } }

@media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-resolution: 192dpi) {
  .page-title-image {
    text-align: center; }
    .page-title-image .ct-logo {
      text-align: center;
      position: relative;
      margin-top: 20px; }
    .page-title-image .upper-layer {
      text-align: center;
      position: static; }
      .page-title-image .upper-layer .entry-title, .page-title-image .upper-layer .entry-meta {
        position: relative; }
    .page-title-image .posts-toggle {
      position: absolute;
      display: table;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .nav-links div {
    text-align: left; }
  /*	    .entry-title{
	    	font-size: 12px !important;
	    	}*/ }

/*--------------------------------------------------------------
10.0 Slick Slider
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

.slick-slide img {
  display: block;
  width: 90%;
  margin: 0 auto; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block;
  padding-bottom: 10px; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Icons */
/*@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
  }*/
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  height: 66px;
  width: 30px;
  border-radius: 2px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  margin-top: -33px;
  padding: 0;
  border: none;
  outline: none;
  transition: color 0.2s ease-in-out;
  /*fIonicons styles*/
  display: inline-block;
  font-family: "icomoon";
  color: rgba(255, 255, 255, 0.5);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  /*font-family: "FontAwesome";*/
  font-size: 26px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev:hover:before, .slick-next:hover:before {
  color: white;
  transition: color 0.2s ease-in-out; }

.slick-prev {
  left: 10px; }

.slick-prev:before {
  content: "\f104"; }

.slick-next {
  right: 10px; }

.slick-next:before {
  content: "\f105"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.testimonial-slider {
  margin-bottom: 45px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #ddd;
  border-radius: 6px;
  border: 2px solid transparent; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active, .slick-dots li:hover {
  border: 2px solid red;
  background: #fff; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  transition: all, 150ms, ease; }

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px; }

[dir="rtl"] .slick-next:before {
  /*content: "\2190";*/ }

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto; }

[dir="rtl"] .slick-prev:before {
  /*content: "\2192";*/ }

[dir="rtl"] .slick-slide {
  float: right; }

/*--------------------------------------------------------------
11.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
12.0 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }
