/*  ################################################################

  File Name: style.css
  Template Name: Pretty
  Created By: Filiz OZER
  http://themeforest.net/user/jollythemes
  
  1) SKELETON
  2) INTRO HEADER
  3) SIDEBAR WIDGETS
  4) SITE SKELETON
  5) MODULES
  6) RESPONSIVE


################################################################# */ 

/* ----------------------------------------------------
  SKELETON
------------------------------------------------------- */

body {
    background: #fff;
    color: #121212;
    font-weight: 400;
    font-size: 1.7em;
    line-height: 1.8;
    font-family: 'Playfair Display', serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
a { 
    color:#121212;
    padding: 0;
    margin: 0;
    text-decoration: none; 
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#ffd4be;   
}

h1 {
  font-size:32px;
  line-height:48px;
}

h2 {
  font-size:28px;
  line-height:44px;
}

h3 {
  font-size:26px;
  line-height:38px;
}

h4 {
  font-size:21px;
  line-height:40px;
}

h5 {
  font-size:18px;
  line-height:35px;
}

h6 {
  font-size:16px;
  font-weight:600;
  margin-bottom:16px;
}

.alignleft {
  float:left;
  margin:20px 20px 20px 0;
}

.alignright {
  float:right;
  margin:20px 0 20px 20px;
}

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

p.drop-caps:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 7px;
    margin-top: 5px;
    font-family: Georgia;
}  
    
p.drop-caps.full:first-child:first-letter {
    color: #fff;
    background: #ffd4be;
    padding: 7px;
    margin-right: 7px;
}

.soundcloud {
     border:1px solid #fff;
    width: 100%;
}

.vimeo {
     width:695px; 
     height:391px;
     border:1px solid #fff;
}

html, body, .container, .header-wrapper {
    height: 100%;
}

blockquote {
    border-left: 5px solid #f9f9f9;
    font-size: 17.5px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 10px 20px;
    text-align: left;
}

/* ----------------------------------------------------
  INTRO HEADER
------------------------------------------------------- */

.header {
    position: relative;
    margin: 0 auto;
    min-height: 560px;
    width: 100%;
}

.bg-img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
}

.title {
    z-index: 1000;
    margin: 0 auto;
    padding: 0 1.25em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.title h1 {
    padding: 0 0 0.2em;
    color: #fff;
    font-weight: 800;
    font-size: 3em;
    margin: 0 auto;
}

.title p {
    color: #fff;
    padding: 0 0 0.6em;
    font-weight: 300;
    font-size: 0.85em;
    margin: 0 auto;
}

.title h1,
.title p.subline {
    line-height: 1;
}

.title p.subline {
    font-size: 2em;
}

button.trigger {
    position: fixed;
    bottom: 40px;
    left: 50%;
    z-index: 5000;
    display: block;
    margin-left: -0.5em;
    padding: 0;
    width: 1em;
    height: 1em;
    border: none;
    background: transparent;
    color: transparent;
    font-size: 2em;
    cursor: pointer;
}

.container:not(.notrans) button.trigger {
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.container.modify:not(.notrans) button.trigger {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

button.trigger::before {
    position: absolute;
    bottom: 100%;
    left: -100%;
    padding: 0.8em;
    width: 300%;
    color: #121212 !important;
    content: attr(data-info);
    font-size: 0.4em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

button.trigger:focus {
    outline: none;
}

button.trigger span {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

button.trigger span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #121212 !important;
    content: "\ea6c";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'jollyicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ----------------------------------------------------
  SIDEBAR WIDGETS
------------------------------------------------------- */


#sidebar,
.single-post,
.post-preview {
    padding:4em 0;
    position: relative;
    display:block;
}
.widget {
    padding:0 0 2em;
    position: relative;
    display:block;
}

.widget .form-control {
    margin-bottom: 20px;
    margin-top:0;
    text-align: center;
}
.categories,
.social-count {
    padding:0;
}
.social-count li span {
    color: #aeaeae !important;
    font-style: italic;
    margin: 10px 0;
    text-align: left;
    padding:;
    text-transform: none !important;
}

.categories,
.social-count li {
    list-style: none;
}

#sidebar .widget-title {
    padding:0;
}

.comments .widget-title {
    padding:0 !important;
}

/* ----------------------------------------------------
  SITE SKELETON
------------------------------------------------------- */

#container.container {
    width:100%;
    position: relative;
    padding:0 !important;
}

.content {
    position: relative;
    display: block;
    background: #fff;
    margin: 0 auto 0;
    padding: 1em 0 3em;
}

.content > div:not(.title) {
    margin: 0 auto 0;
    max-width: 1170px;
    padding: 0 2.25em;
}

.content > div:not(.title) p {
    margin: 0 auto 1.5em auto;
}

.content h3 {
    font-size: 1.4em;
}
.content .custom {
    background: #ffd4be;
    border-left:0;
    color: #b28771;
    font-family: "Lora",serif;
    font-size: 1.25em;
    font-style: italic;
    font-weight: normal;
    text-align:left;
    line-height: 1.4;
    padding: 2em;
}
.content .custom small {
    color:#121212;
    font-size:12px;
    margin:10px 0 0;
}

.media-element {
    margin:30px 0;
}
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #121212;
    border-radius: 0;
    display: block;
    font-size: 1em;
    margin-top:30px;
    font-weight: 400;
    padding: 6px 20px 6px 30px;
}

.pager li > a:hover, .pager li > span:hover {
    background-color: #fff;
    border-color:#ffd4be;
    color:#121212;
}
.footer {
    background:#fff;
    border-top: 1px solid #eee;
    color: #121212;
    display: block;
    overflow: hidden;
    padding: 5em 0;
    position: relative;
}

.back-to-top{color:#858e97;font-size:31px;}
.back-to-top:hover {
    color:#121212;
}

.box2 {
    border:1px solid #ededed;
    padding:20px;
    }

#payment .checkbox input, .billing-form .checkbox input {
    margin: 0 5px  !important;
    position: relative !important;
}
.form-control {
    border-color: -moz-use-text-color -moz-use-text-color #eee;
    border-left: 0 none;
    border-right: 0 none;
    border-style: none none solid;
    border-width: 0 0 3px;
    box-shadow: none;
    height: 50px;
    font-style: italic;
    margin-bottom: 5px;
}
.table img {
    display: table;
    float: right;
    width: 80px !important;
}
#payment label {
    border: 1px solid #ededed;
    padding: 15px 40px !important;
}
#payment label, .table a {
    color: #999 !important;
    display: block;
    font-family: Athelas !important;
    font-size: 15px;
    font-style: italic;
    padding: 20px;
}

textarea.form-control {
    margin-bottom:20px;
}
.form-control:focus {
  border-color: #ffd4be;
  outline: 0;
    box-shadow: none;
}

.cart-form  label   {
    padding:10px 0;
}

.btn-primary {
    background-color: #121212;
    border-color: #121212;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #343434;
    border-color: #343434;
    color: #fff;
}
.btn {
    border-radius: 0;
}
/* Header */




.post-preview a:hover {
    text-decoration: none !important;
}

.readmore {
    font-style: italic;
    font-size:14px;
    color:#121212 !important;
    padding:0 0 3px;
    border-bottom: 1px double #ffd4be;
    font-weight: normal;
}

.readmore:hover  {
    border-color:#121212;
}

.media-list .media-object {
    width:75px;
    margin-right:15px;
}
.media-heading {
    color: #282828 !important;
    font-size: 21px !important;
    font-style: italic;
    margin: 10px 0;
    text-align: left;
    text-transform: none !important;
}
.media-heading .pull-right {
    font-size:13px;
}
.media-list {
    margin-top:60px;
}
.media, .media .media {
    margin-top: 60px;
}
.post-preview h2 {
    line-height: 125%;
    margin: 15px 0;
    overflow: hidden;
    text-align: center;
    color: #121212;
    display: block;
    font-size: 2.4em;
    font-weight: bold;
}

.single-post h2 {
    line-height: 125%;
    margin: 15px 0;
    overflow: hidden;
    text-align: left;
    color: #121212;
    display: block;
    font-size: 2.5em;
    font-weight: bold;
}

.mini-title,
.widget-title {
    padding:30px 0;
}


.shop-title h3,
.widget-title h3{
    line-height: 125%;
    margin: 15px 0;
    overflow: hidden;
    color: #121212;
    display: block;
    font-size:1.2em;
    font-weight: bold;
}

.shop-title h3 {
    margin:0;
    padding:0;
    font-size:18px !important;
}

.related .shop-title h2 {
  font-size:21px !important;
}


.shop-rating {
display:inline;
cursor:pointer;
margin-right:20px;
}

.shop-rating i {
color:#121212;
}


.shop-rating i:hover {
color:#ffd4be;
}

.shop-desc {
    padding:20px 0;
}
.shop-title small {
    letter-spacing: 0.15em !important;
    color:#aeaeae !important;
}
.shop-tab {
    margin:60px 0;
    display:block;
    position: relative;
}
.nav-tabs {
    border-bottom:0 none;
    padding:0;
}
.nav-tabs > li > a {
    border-radius:0;
    color:#343434;
}
.tab-content {
    border:1px solid #DDD;
    padding:20px;
}
.panel-title {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 30px;
    margin: 0 !important;
    padding: 0 !important;
}
.panel-default > .panel-heading:hover,
.panel-default > .panel-heading:focus,
.panel-default > .panel-heading {
    background-color:#fff;
}

.rating {
    margin-bottom:15px;
}

.shop-title {
    margin-bottom: 15px;
}
.post-meta a:hover {
    background:#ffd4be;
    color:#fff;
}
.post-meta a {
    color:#858e97;
}
.menu-footer {
    margin:0 0 20px;
}
.social-icons {
    margin:20px auto 0;
}
.social-icons li a {    
    color: #121212;
    font-size:1.6em;
    text-transform: uppercase;
}
.menu-footer li a:hover,
.social-icons li a:hover {
    color:#858e97;
}

.single-post small,
.menu-footer li a,
.post-preview small,
.post-meta {    
    color: #121212;
    font-size: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.shop-item {
    border:1px solid #eee;
    margin:15px 0;
}


/* ----------------------------------------------------
  MODULES
------------------------------------------------------- */

.magnifier .buttons {
    visibility:hidden;
    position:absolute;
    cursor: pointer;
    width:100%;
    top:50%;
    margin-top:-20px;
    opacity:0;
    -webkit-transform:scale(0.2);
    -moz-transform:scale(0.2);
    -ms-transform:scale(0.2);
    -o-transform:scale(0.2);
    transform:scale(0.2);
    -webkit-transition:all .3s ease 0;
    -moz-transition:all .3s ease 0;
    -ms-transition:all .3s ease 0;
    -o-transition:all .3s ease 0;
    transition:all .3s ease 0;
}
.magnifier .buttons a {
    color:#fff;
    font-size:31px;
}
.shop-item .buttons a {
    font-size:24px;
}
.magnifier .buttons a:hover {
    color:#fff;
}
.magnifier:hover .authordate,.magnifier:hover .hoverbutton,.magnifier:hover .buttons {
    opacity:1;
    visibility:visible;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.entry:hover .magnifier {
    opacity:1;
    visibility:visible;
}
.entry {
    display:block;
    overflow: hidden;
    position:relative;
}
.magnifier {
    position:absolute;
    background:rgba(255,212,190,0.8);
    text-align:center;
    top:15px;
    left:15px;
    z-index:998;
    bottom:15px;
    right:15px;
    opacity:0;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}

.magnifier.purple {
    background:rgba(176, 109, 127,0.6);
}

.entry img {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}
.entry:hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: rotate(-10deg) scale(1.4);
    -moz-transform: rotate(-10deg) scale(1.4);
    -ms-transform: rotate(-10deg) scale(1.4);
    -o-transform: rotate(-10deg) scale(1.4);
    transform: rotate(-10deg) scale(1.4);
}

.animationload {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#343434; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
.loader {
    width:200px;
    text-indent:-99999;
    height:200px;
    font-size:0;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(images/loading.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* ----------------------------------------------------
  RESPONSIVE
------------------------------------------------------- */

@media screen and (max-width: 47em) {

    .title, .content {
        font-size: 80%;
    }

    .intro-effect-side .title {
        width: 100%;
        padding: 0 1em;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .intro-effect-side.modify .bg-img::before {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .intro-effect-side .bg-img::after {
        border-left-width: 0px;
        border-right-width: 0px;
        right: 0px;
        left: 0px;
        background: rgba(255,255,255,0.1);
    }

    .intro-effect-side.modify .bg-img::after {
        background: rgba(255,255,255,0.8);
    }

    .intro-effect-sidefixed .content {
        width: 100%;
        margin-left: auto;
    }

    .intro-effect-sidefixed .bg-img::after {
        width: 95%;
    }
    .intro-effect-side .header-wrapper h1 {
        font-size: 3em;
    }
}
@media screen and (max-width: 27em) {
    .intro-effect-jam3 .content {
        padding: 0 2em 5em;
    }

    .intro-effect-grid .grid li h2 {
        display: none;
    }

    .intro-effect-push .header-wrapper .title {
        top: 60px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .title, .content {
        font-size: 70%;
    }

    button.trigger::before {
        display: none;
    }
}
