/*
Theme Name: ATL
Theme URI: http://www.visual23.com
Author: Visual23
Author URI: http://visual23.com/
Description: Awesome WordPress theme for Andrew Thomas Lee.
Version: 1.0.0
License: GNU General Public License
License URI: see license.txt
Tags: 

/* Import the necessary TK Bootstrap WP CSS additions 
@import url( includes/css/bootstrap-wp.css );*/
/* My Minimal WordPress Styling comes here */
/* Preloader */

#content-preloader {
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f0ede9;
    z-index: 59;
    display: block;
}

.home #content-preloader {
    display: none;
}

#content-preloader #logo {
    width: 120px;
    height: 93px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -46px;
    margin-left: -60px;
    z-index: 24;
    display: block;
}
/* BOOSTRAP CUSTOMIZATION
================================================== */

.center-block {
    float: none;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* TYPOGRAPHY
================================================== */

body {
    line-height: 1.543;
    color: #333;
    font-family: Baskerville, Times, Serif;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

a {
    color: #999;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}
a:focus {
    outline: 0;
    background-color: transparent;
}
.nav>li>a:focus {
  text-decoration: none;
  background-color: #fff;
}

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto Condensed', serif;
    font-weight: 700;
}

h1 {
    font-size: 30px;
}

.lfm {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* END TYPOGRAPHY
================================================== */
/* GENERAL
================================================== */

.wrapper {
    position: relative;
    visibility: hidden;
    overflow-x: hidden;
    width: 100%;
}

.clear-float {
    clear: both;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

h1 {}
/*fix webkit flickering bug*/

.webkit_fix {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.preloader-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
     
    background-image: url(includes/images/atl-logo.png);
    background-position: center;
    background-repeat: no-repeat;
     -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
}
.preloader-overlay.off {
    visibility: hidden;
    opacity: 0;
      -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
}
/* HEADER 
================================================== */

.menu-bar {
    height: 32px;
    background-image: url(includes/images/menu-bar-bg.png);
    background-repeat: repeat-x;
}

.menu-bar-left {
    width: 33px;
    float: left;
}

.menu-bar-right {
    height: 32px;
    width: 92px;
    float: right;
    background-image: url(includes/images/right-line.png);
    background-position: left;
    background-repeat: no-repeat;
}

.menu-bar-right a {
    padding-top: 10px;
    margin-right: 10px;
    font-size: 8px;
    float: right;
    font-family: 'SackersGothicHeavyATRegular', sans-serif;

    color: #999;
    text-transform: uppercase;
  text-decoration: none;
}
.menu-bar-right a:hover {
    color: #666;
}

.menu-bar .menu {
    float: left;
}

.logo-bar {
    text-align: center;
    background-image: url(includes/images/menu-bar-bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 26px;
}

.address-img {
    float: right;
    margin-right: 112px;
    margin-top: 8px;
}

.logo-img {
    width: 176px;
    margin: 0 auto;
    margin-top: 0px;
}

#nav-trigger {
    position: relative;
    float: left;
    width: 30px;
    height: 18px;
    cursor: pointer;
    display: none;
    margin-top: 6px;
    margin-left: 4px;
}

#nav-trigger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background-color: transparent;
    background-image:url(includes/images/line-bg.png);
    background-repeat: repeat-x'
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

#nav-trigger:hover span {
    background-color: #666;
}

#nav-trigger span.top {
    top: 0px;
}

#nav-trigger span.middle {
    top: 8px;
}

#nav-trigger span.bottom {
    bottom: 0;
}

#nav-trigger.selected span.top,
#nav-trigger.selected span.bottom {
    opacity: 0;
}

#nav-trigger.selected span.middle {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-trigger.selected span.middle-copy {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    
    z-index: 9999;
    /* makes sure it stays on top */
    
    opacity: 0;
    visibility: hidden;
}

.modal-info {
    display: block;
    width: 100%;
    margin: 0 auto;
    /* is width and height divided by two */
    
    text-align: center;
    padding-top: 0px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.modal-info p {
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px;
}

.modal-info a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.modal-info a:hover {
    color: #fff;
    text-decoration: underline;
}

.close-modal {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 3px;
    right: 8px;
    background-image: url(includes/images/close-sm.png);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.pop-menu-holder {
    display: block;
    width: 250px;
    margin: 0 auto;
    margin-top: 40px;
    overflow-y: scroll;
    height: 100%;
}

.pop-menu {
    padding-bottom: 40px;
}

.pop-menu li {
    text-align: center;
}

.nav.pop-menu > li > a {
    position: relative;
    display: block;
    padding: 3px 10px;
    color: #666;
    font-weight: normal;
    color: #999;
    font-family: 'SackersGothicHeavyATRegular', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
}

.nav.pop-menu > li.reservation-menu-item > a {
    overflow: hidden;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(includes/images/reservations_btn.png);
    background-position: 0 0;
    width: 115px;
    height: 27px;
    margin-top: 13px !important;
    margin-left: 0px;
    margin: 0 auto;
    padding: 0 !important;
}

.nav.pop-menu > li > a:hover,
.nav.pop-menu > li.active > a {
    background-color: transparent;
    text-decoration: none;
    color: #666;
}

.navbar-toggle .icon-bar {
    background-color: #00b173;
}

.navbar-collapse {
    position: relative;
    z-index: 23;
    margin-right: 86px !important;
    margin-left: 130px !important;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    position: relative;
    padding-top: 6px;
}

.navbar-nav > li {
    padding-top: 0px;
    height: auto;
    line-height: normal;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 17px;
    padding-right: 17px;
    color: #999;
    font-family: 'SackersGothicHeavyATRegular', sans-serif;
    font-size: 8px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.navbar-nav > li:last-child a {
    padding-right: 0px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.active > a,
.navbar-nav > li.current-page-ancestor > a,
.navbar-nav > li.current-post-parent > a {
    background-color: transparent;
    text-decoration: none;
    color: #666;
    font-weight: bold;
}

.home-galleries{
    padding-top:50px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.small-block {
    width: 450px;
    height: 354px;
    background: #CCC;
    margin-bottom: 24px;
    cursor: pointer;
}

.large-block {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 24px;
    cursor: pointer;
    position: relative;
    
}
.item-wrapper{
    position: relative;
}
.small-block-left {
    padding: 0px;
    margin-bottom: 24px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    
}
.small-block-right {
    padding: 0px;
    margin-bottom: 24px;
    cursor: pointer;
    position: relative;
    
}
.l-block .item-wrapper{
    padding-right: 15px;
}
.r-block .item-wrapper{
    padding-left: 15px;
}
.overlay {
    opacity: 0;
    display: block;
    text-align: center;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(includes/images/overlay_tile.png);
    position: absolute;
    z-index: 23;
     
}
.overlay.on {
    opacity: 1;
    display: block;
    text-align: center;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    z-index: 23;
     
}
.r-block .overlay {
    left:15px;
    
}

.category {
    font-size: 20px;
    letter-spacing: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'SackersGothicHeavyATRegular', sans-serif;
    position: relative;
    top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
}
.overlay.on .category {
    display: none;
}

.large-block .overlay {
    height: 100%;
}

.large-block .category {
    
}

.side-title {
    position: absolute;
    font-size: 8px;
    color: #999;
    font-family: 'SackersGothicHeavyATRegular', sans-serif;
    bottom: 141px;
    left: -160px;
    height: 20px;
    width: 300px;
    text-align: left;
    /*-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);*/
    -webkit-transform: rotate(-90deg) translate3d( 0, 0, 0);
  -ms-transform: rotate(-90deg) translate3d( 0, 0, 0);
  transform: rotate(-90deg) translate3d( 0, 0, 0);
    letter-spacing: 4px;
    text-transform: uppercase;
    z-index: 24;
}

.r-block .side-title {
    left: -144px;
    height: 20px;
    width: 300px;
}

.large-block .side-title {
    
}

.title-bar{
    padding-top: 11px;
    padding-bottom: 16px;
    background-image: url(includes/images/line-bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: center;
    margin-bottom: 40px;
}
.title-bar h1 {
  display: block;
  text-align: center;
  font-family: 'SackersGothicHeavyATRegular', sans-serif;
  letter-spacing: 4px;
  font-size: 16px;
    text-transform: lowercase;
  color: #666;
    margin: 0;
}
.small-logo{
    background-image: url(includes/images/small_logo.png);
    background-repeat: no-repeat;
    background-size: 28px;
    width:28px;
    height: 68px;
    position: fixed;
    left: 10px;
    top:10px;
     z-index: 9998;
}
.small-logo a{
    display: block; 
    width:28px;
    height: 68px;
}
.mobile .small-logo, .tablet .small-logo{
    height: 38px;
}
.gallery-container{
    margin:0 auto;
    margin-top:55px;
    margin-left: 48px;
    margin-right: 48px;
    position: relative;
}
.gallery-navigation{
    height: 100%;
}
.mobile .gallery-navigation, .tablet .gallery-navigation{
    display: none;
}
.gallery-navigation button{
    background-color:transparent;
    border: 0;
    position: absolute;
  top: 0;
  height: 100%;
  z-index: 998;
}
.gallery-navigation button:focus{
    outline: 0;
    border: 0;
}
.gallery-navigation span{
      color: #999;
}
.atl-slick-prev{
    width: 50%;
    left: 0;
  cursor: w-resize;
}
.atl-slick-next{
    width: 50%;
    right: 0;
  cursor: e-resize;
}
.swipe-arrows{
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -50px;
    width:100px;
    height: 29px;
    display: none;
}
.mobile .swipe-arrows, .tablet .swipe-arrows{
    display: block;
}
/*.gallery-title{
    width:100%;
    text-align: center;
    position: relative;
   padding-top: 20px;
    z-index: 23;
    color: #000;
}*/
.gallery-title{
    width:100%;
    height: 22px;
    left: 0;
    bottom: 0px;
    text-align: center;
    position: absolute;
   padding-top: 0px;
    z-index: 23;
    color: #000;
}
.gallery-copyright{
      font-family: Baskerville, Times, Serif;
      color: #999;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
.slick-slide{
    text-align: center;
    background-color: #fff;
    position: relative;
    text-align: center !important;
    height: 100%;
}

.slick-slide .slide-content{
    top: 50%;
    position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-slide img{
    max-width: 100% !important;
        max-height: 100% !important;
    display: block;
    margin:0 auto;
    
}
.slick-slider {
  margin-bottom: 0px;
    padding: 0;
  /*padding-top: 55px;
  padding-bottom: 55px;
    padding-left: 45px;
    padding-right: 45px;*/
}
.gallery-img-wrapper{
    padding-bottom: 41px;
    position: relative;
}
.about-photo{
    display: inline-block;
    margin-bottom: 20px;
}
.about-content{
      margin-top: 40px;
}


footer{
    margin-top: 40px;
}
footer .container {
    padding-top: 16px;
    padding-bottom: 16px;
    background-image: url(includes/images/line-bg.png);
    background-repeat: repeat-x;
    background-position: top;
}
footer .row {}
.footer-left {
    font-family: Baskerville, Times, Serif;
    color: #999;
}
#social-links {
    float: right;
}
.footer-left,
.footer-right {
    padding: 0;
}
/* HOME
================================================== */
/* Blog styles */
/*.page-title {
    margin-top: 52px;
    margin-bottom: 0px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.page-title a {
    margin-bottom: 20px;
    font-size: 28px;
    text-align: left;
    text-decoration: none !important;
    letter-spacing: 1.5px;
}*/

.post-meta {
    color: #A4A5A5;
    font-family: "proxima-nova", "sans-serif";
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}
.meta-sep {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
}
.post-navigation {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: -60px;
}
.post-navigation .pager li a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.post-navigation .pager li a:hover {
    color: #0096a4;
    background-color: transparent;
}
.book-an-event-btn {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 72px;
    height: 82px;
    border: none;
    text-indent: -9999px;
    white-space: nowrap;
    background: url(includes/images/ui.totop.png) no-repeat left top;
    cursor: pointer;
    z-index: 60;
}
.mobile #toTop {
    display: none !important;
}
#toTopHover {
    background: url(includes/images/ui.totop.png) no-repeat left top;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    bottom: 20px;
    right: 20px;
}
#toTop:active,
#toTop:focus {
    outline: none;
}
/* END MISCELANIOUS
================================================== */

a.more-link {
    display: block;
    float: left;
    clear: both;
    margin-top: 20px;
}
/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
/* Images and wp-captions should always fit and be responsive */

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wp-caption.aligncenter {
    margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
}
.wp-caption .wp-caption-text {
    text-align: left;
    margin-top: 10px;
}
/* WP Gallery */

.gallery {
    margin-bottom: 1.5em;
}
.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.gallery dd {
    margin: 0;
}
/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}
/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
/* Content */

.main-content-inner {
    padding-bottom: 1.5em;
}
.hentry {
    margin: 0px 0 .4em;
}
/* Clearing */

.clear {
    clear: both;
}
.sidebar {
    padding-bottom: 10px;
}
.sidebar .sidebar-padder {
    padding-left: 30px;
    padding-top: 40px;
    padding-right: 14px;
}
.page-header {
    padding-bottom: 9px;
    margin: 0px 0 0px;
    border-bottom: 0;
}
.entry-meta {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 0;
}
.page-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: left;
}
.page-title a {
    margin-bottom: 20px;
    font-size: 28px;
    text-align: left;
    text-decoration: none !important;
    letter-spacing: 1.5px;
}
.topPostHeader {
    margin-top: 0px;
    margin-bottom: 0px;
}
.topPostHeader .page-title {
    margin-bottom: 20px;
    font-size: 40px;
    text-align: left;
}
.posted-on {
    font-size: 22px;
    color: #4a4a4a;
}
.posted-on a,
.byline a {
    color: #4a4a4a !important;
    text-decoration: none !important;
}
.byline {
    font-size: 22px;
    font-style: italic;
    color: #4a4a4a;
}
.tags-links {
    color: #7ec8e0;
    font-size: 20px;
    font-style: italic;
    line-height: 22px;
    display: block;
    padding-top: 10px;
}
.tags-links a {
    font-size: 18px;
    color: #7ec8e0 !important;
    text-decoration: none !important;
    font-style: normal;
}
.tags-links a:hover {
    text-decoration: underline !important;
}
.entry-content,
.entry-summary {
    font-size: 20px;
}
.main-content-inner {
    padding-left: 30px;
    padding-top: 40px;
}
.main-content-inner a {
    color: #231f20;
    text-decoration: underline;
}
div.pagination {
    padding: 3px;
    margin: 3px;
    text-align: center;
}
div.pagination a,
div.pagination span.pages,
div.pagination span.dots,
div.pagination span.current {
    -khtml-border-radius: 0px;
    border-radius: 0px;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 1px 6px;
    padding: 0px 0px;
    display: inline-block;
    border-top: 0;
    text-decoration: none !important;
    color: #4a4a4a !important;
    font-size: smaller !important;
    text-shadow: none;
    background-color: transparent;
    background-image: none !important;
    border-bottom: 1px solid #4a4a4a;
}
div.pagination a:hover,
div.pagination a:focus {
    border-color: transparent;
    background-color: transparent;
    background-image: none !important;
}
div.pagination span.current {
    -o-box-shadow: none;
    box-shadow: none;
    border-color: transparent !important;
    color: #4a4a4a !important;
    text-shadow: none;
    background-color: transparent;
    background-image: none !important;
    text-decoration: none !important;
}
/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */

.widget {
    margin-bottom: 2em;
}
.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
    padding-left: 15px;
}
/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */

.widget_search .search-form input[type="submit"] {
    display: none;
}
/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}
.widget-title {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    color: #4a4a4a;
    font-size: 20px;
    border-bottom: 2px solid #fff;
}
.widget .nav {
    text-align: left;
}
.widget .nav li {
    position: relative;
    margin: 0;
    float: none;
    display: block;
    width: auto;
    text-align: left;
    height: auto;
    line-height: 20px !important;
}
.widget .nav li a {
    text-decoration: none;
    width: 100%;
    margin: 0;
    color: #4a4a4a;
    font-size: 18px;
    font-family: 'brandon-grotesque';
    font-weight: 400;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 0px;
    text-transform: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
}
.widget .nav li a:hover {
    color: #4a4a4a;
    text-decoration: underline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    font-size: 20px;
}
/* Images */

.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%;
    /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
    max-width: 97.5%;
    width: auto;
    /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}
.wp-caption {
    max-width: 100%;
    font-style: italic;
    font-size: 18px;
}
.wp-caption.alignleft {
    float: left;
}
.wp-caption img {
    padding-bottom: 10px;
}
.attachment-post-thumbnail {
    float: left;
}
/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */

.comment .children {
    margin-left: 1.5em;
}
/*


 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */
/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/
/*** MEDIA QUERIES ***/
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {

     #nav-trigger {
        display: block;
    }
    .menu-bar .menu {
        display: none;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {

#nav-trigger {
        display: block;
    }
    .menu-bar .menu {
        display: none;
    }
    
    .address-img {
      float: none;
        width:153px;
        margin: 0 auto;
      margin-top: 8px;
        margin-bottom: 20px;
    }
    .about-photo{
        text-align: center;
    }
    .about-content{
        text-align: center;
    }
    .contact-form{
        margin-bottom: 30px;
    }
    .content-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-left{
       text-align: center;
        margin-bottom: 10px;
    }
    .footer-right{
       text-align: center;
    }
    #social-links{
        float: none;
        width:150px;
        margin: 0 auto;
    }
    .small-block-left {
      
      margin-bottom: 24px;
      cursor: pointer;
      position: relative;
      overflow: hidden;
    }
    .small-block-right {
      
      margin-bottom: 24px;
      cursor: pointer;
      position: relative;
      overflow: hidden;
    }
    .small-block-right .overlay {
      left: 15px;
    }
    .home-galleries {
      padding-top: 30px;
    }
    .slick-prev {
      left: 0px;
    }
    .slick-next {
      right: 0px;
    }

    .large-block{
        margin-left: 10px;
        margin-right: 10px;
    }
    .l-block{
        margin-left: 0px;
        margin-right: 0px;
    }
    .r-block{
        margin-left: 0px;
        margin-right: 0px;
    }
    .l-block .item-wrapper {
      padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .r-block .item-wrapper {
      padding: 0px;
        padding-left: 10px;
         padding-right: 10px;
    }
    /*.item-wrapper>.side-title {
    left: -156px;
    }
    .l-block .item-wrapper>.side-title {
    left: -135px;
    }
    .r-block .item-wrapper>.side-title {
    left: -141px;
    }*/
    .side-title {
      position: absolute;
      font-size: 8px;
      bottom: -24px;
      left: 0px;
      height: 20px;
      width: auto;
      text-align: left;
      -webkit-transform: rotate(0deg) translate3d( 0, 0, 0);
      -ms-transform: rotate(0deg) translate3d( 0, 0, 0);
      transform: rotate(0deg) translate3d( 0, 0, 0);
      letter-spacing: 4px;
      text-transform: uppercase;
      z-index: 24;
    }
    .r-block .side-title {
      left:auto;
      height: 20px;
      width: auto;
    }
    .l-block .side-title {
      left:auto;
      height: 20px;
      width: auto;
    }
    .r-block .overlay {
        left:10px;

    }
    .l-block .overlay {
      left: 10px;
    }
    .category {
  font-size: 16px;
  letter-spacing: 7px;
  color: #FFF;
}
    .home-galleries {
      padding-top: 30px;
        overflow: hidden;
    }
    .gallery-container {
  margin: 0 auto;
  margin-top: 55px;
  margin-left: 10px;
  margin-right: 10px;
}
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
#nav-trigger {
        display: block;
    }
    .menu-bar .menu {
        display: none;
    }
    .address-img {
      float: none;
        width:153px;
        margin: 0 auto;
      margin-top: 8px;
        margin-bottom: 20px;
    }
    .about-photo{
        text-align: center;
    }
    .about-content{
        text-align: center;
    }
    .contact-form{
        margin-bottom: 30px;
    }
    .content-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-left{
       text-align: center;
        margin-bottom: 10px;
    }
    .footer-right{
       text-align: center;
    }
    #social-links{
        float: none;
        width:150px;
        margin: 0 auto;
    }
    
    #social-links{
        float: none;
        width:150px;
        margin: 0 auto;
    }
    
    .large-block{
        margin-left: 10px;
        margin-right: 10px;
    }
    .l-block{
        margin-left: 0px;
        margin-right: 0px;
    }
    .r-block{
        margin-left: 0px;
        margin-right: 0px;
    }
    .l-block .item-wrapper {
      padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .r-block .item-wrapper {
      padding: 0px;
        padding-left: 10px;
         padding-right: 10px;
    }
    
    .side-title {
      position: absolute;
      font-size: 8px;
      bottom: -24px;
      left: 0px;
      height: 20px;
      width: auto;
      text-align: left;
      -webkit-transform: rotate(0deg) translate3d( 0, 0, 0);
      -ms-transform: rotate(0deg) translate3d( 0, 0, 0);
      transform: rotate(0deg) translate3d( 0, 0, 0);
      letter-spacing: 4px;
      text-transform: uppercase;
      z-index: 24;
    }
    .r-block .side-title {
      left:auto;
      height: 20px;
      width: auto;
    }
    .l-block .side-title {
      left:auto;
      height: 20px;
      width: auto;
    }
    
    .r-block .overlay {
        left:10px;

    }
    .category {
      font-size: 14px;
      letter-spacing: 6px;
      color: #FFF;
    }
    .home-galleries {
      padding-top: 30px;
        overflow: hidden;
    }

}