/*
Theme Name: Designtel.co
Theme URI: http://designtel.co
Author: 
Author URI: 
Description: 
Version: 1.0
Text Domain: designtel

*/

/*

html.js, html.js body, html.js #main { height: 100%; overflow: hidden; position: relative;}

html.js #main { margin-top: 20px;}
*/

body {
    font-family: Garamond, "Crimson Text", serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}







/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	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. */
}



title {
    text-transform: lowercase;
}


body {
    animation: myfadeInAnimation 2s;
}

@keyframe myfadeInAnimation {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-webkit-keyframes myfadeInAnimation {
    from {opacity: 0;}
    to {opacity: 1;}
}







/* JS scroller */


.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ffffff !important;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.075) !important;
}


/* Front page */


#loader-wrapper {
    text-align: center;
    padding-top: 40px;
}

#loader-wrapper .container {
    padding: 0;
}

.page-standard {
    text-align: center;
    padding: 40px 0 0;
}

#loader-wrapper a.front-logo,
.page-standard a.front-logo {
    display: inline-block;
    width: 170px;
    height: 186px;
    margin: 120px auto 50px;
    background-image: url(img/front_logo.png);
    background-position: left top;
    cursor: pointer;
    font-size: 24px;
    color: #333333;
    text-decoration: none;
}


.page-standard a.front-logo {
    margin: 58px auto 44px;
    pointer-events: none;
    cursor: default;
}


#loader-wrapper a.front-logo span { 
    display: block;
    margin-top: 50px;
    -webkit-opacity: 0;
    opacity: 0; 
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#loader-wrapper a.front-logo:hover span { 
    -webkit-opacity: 1;
    opacity: 1;
}

#loader-wrapper a.front-logo input { 
    width: 100%;
    display: block;
    margin-top: 45px;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: transparent;
    border: none;
    outline: none;
}
#loader-wrapper a.front-logo:hover input { 
    -webkit-opacity: 1;
    opacity: 1;
}

#loader-wrapper a.front-logo input:focus {
  outline: none;
}

.tv-slider-container {
  float: left; 
  width: 100%;
}

.slider-container {
  float: left;
  width: 49%;
}

.slider-container #slider {
    background: #000;
    width: 0%;
    float: right;
    height: 2px;
}

.slider-container #slider2 {
    background: #000;
    width: 0%;
    float: left;
    height: 2px;
}

.front-info {
    padding-top: 30px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.front-info h1 {
    font-size: 15px;
}



/* Main */

#content {
	margin-top: 30px;
}

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

header .site-branding {
	display: none;
}

#main-column .post, #main-column .page {
	border: none;
	margin: 0 30px 30px;
	padding: 10px 0;
}

.design-item .hover-bg {
	height: 200px;
	width: 200px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #444444;
    background: rgba(247, 148, 29, 0.9);
    padding: 30% 0;
    height: 100%;
    width: 100%;
    max-height: 200px;
    opacity: 0;
    transition: all 0.5s;
}

.hover-bg:hover .hover-text {
    opacity: 1;
}

.hover-bg .hover-text h4, .hover-bg .hover-text p {
    color: #ffffff;
    font-size: 12px;
    
}

.entry-content p, .entry-content ul, .entry-content ol {
    text-align: justify;
    line-height: 2;
    margin: 0 0 30px;
}

nav.pagination-center {
	/* display: none; */
}


.alm-btn-wrap {
    float: left;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    overflow: hidden;
    display: block;
}




/* Splash */

#loader-wrapper {
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 1000;
}

#loader-wrapper p {
	width: 100px;
	margin: 200px auto 0;
}

body.single #main-column .post, body.single #main-column .page {
	border: none;
	margin: 0  ;
	padding: 10px 0;
    float: left;
}


ul.social-icons.social-home {
    width: 170px;
    margin: 0 auto;
    float: none;
    padding-top: 30px !important;
}



/* Menu */


.cd-main-content .cd-btn {
	float: left;
	width: auto;
    position: relative;
    z-index: 4100;
  display: inline-block;
  padding: 0;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-main-content .cd-btn:hover {
 /*  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3); */
}
@media only screen and (min-width: 1170px) {

}

.cd-panel {
  position: fixed;
  z-index: 4000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}
.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-panel.is-visible::after {
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}
.cd-panel.is-visible .cd-panel-close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}
.cd-panel.is-visible .cd-panel-close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(-45deg);
  }
}
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}





.cd-panel-header {
  position: fixed;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  transition: top 0.3s 0s;
}
.cd-panel-header h1 {
  font-weight: bold;
  color: #89ba2c;
  padding-left: 5%;
}
.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -50px;
}
.from-right .cd-panel-header {
  right: 0;
}
.from-left .cd-panel-header {
  left: 0;
}
.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s;
}
@media only screen and (min-width: 768px) {
  .cd-panel-header {
    width: 70%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel-header {
    width: 50%;
  }
}

.cd-panel-close {
    display: block;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 27px;
    color: #333;
    position: relative;
    z-index: 4300;
    background: url(img/menu-icon.png) no-repeat left top;
}

a.cd-panel-close img {
    vertical-align: top;
}

.cd-panel-close::before, .cd-panel-close::after {
  /* close icon created in CSS */
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.no-touch .cd-panel-close:hover {
  /* background-color: #424f5c; */
    text-decoration: none;
    color: #333;
}
.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}


.cd-panel-close:focus, .cd-panel-close:active  {
    text-decoration: none;
}

.cd-panel-container {
  position: fixed;
  width: 40%;
  height: 100%;
  top: 0;
  background: #dbe2e9;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
  left: 0;
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

ul.sub-menu.dropdown-menu.cd-panel-container {
    min-width: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    padding: 0;
}

ul.sub-menu.dropdown-menu.cd-panel-container li {
}

ul.sub-menu.dropdown-menu.cd-panel-container {
    animation: menufadeInAnimation 0.3s;
}

@keyframe menufadeInAnimation {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-webkit-keyframes menufadeInAnimation {
    from {opacity: 0;}
    to {opacity: 1;}
}


.dropdown-menu>li>a {
    border-bottom: 1px solid #333;
    padding: 5px 0;
    font-style: italic;
    text-transform: lowercase;
}



@media only screen and (min-width: 768px) {
  .cd-panel-container {
    width: 35%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel-container {
    width: 35%;
  }
}

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
.cd-panel-content p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}
.cd-panel-content p:first-of-type {
  margin-top: 0;
}




@media only screen and (min-width: 768px) {
  .cd-panel-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}

/* menu button  */


.cd-btn {
    line-height: 1.6;
    text-align: center;
    font-size: 20px;
    z-index: 4000;
    position: fixed;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    top: 35px;
    left: 20px;
}

a.cd-btn, a.cd-btn:visited, a.cd-btn:active, a.cd-btn:hover {
    color: #333;    
}

/* nav bar */

.navbar-default {
    background-color: #ffffff;
    border: none;
}

.navbar-nav {
    margin: 40px 0 0;
    width: 64%;
    padding-top: 0;
}


.navbar-nav>li {
    float: left;
    width: 42%;
    margin-left: 58%;
}

.navbar-nav>li span.caret {
    display: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #333333;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #ffffff;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background: rgba(247, 148, 29, 1)
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-nav>li>a {
    text-shadow: none;
    border-bottom: 1px solid #333;
    background-image: none;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0;
    color: #333333;
    text-transform: lowercase;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
}

.navbar-default {
    background-image: none;
	filter: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu {
    min-width: 180px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


a.close-page {
    position: fixed;
    top: 35px;
    right: 30px;
}

a.arrow-up, a.arrow-down {
    position: fixed;
    right: 30px;

}

a.arrow-down {
    bottom: 32px;
}

a[rel="next"] {
    position: fixed;
    right: 30px;
    bottom: 90px;
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 16px;
    color: #ffffff;
    background: url(img/arrow_left.png) no-repeat right center;    
}

span.next_link {
    color: #fff;
}

a[rel="prev"] {
    position: fixed;
    right: 30px;
    bottom: 32px;
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 16px;
    color: #ffffff;
    background: url(img/arrow_right.png) no-repeat right center;    
}

span.prev_link {
    color: #fff;
}

/* menu blanks */

li.menu-item a[href^="http://designtel.co/category/uncategorised/"] {
    color: #ffffff;
    border-bottom: 1px solid #000;
    pointer-events: none;
    cursor: default;
}

/* search */

.widget.widget_search .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0;
    font-size: 15px;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-transform: lowercase;
    color: rgba(0,0,0,1);
}

.widget.widget_search button.btn-default {
    text-shadow: none;
    background: url(img/magnifier.png) no-repeat center center;
    border: none;
    color: transparent;
    font-size: 1px;
    padding: 15px;
    box-shadow: none;
    height: 30px;
}

div#sidebar-left {
    width: 64%;
    padding: 0;
}

#sidebar-left .widget, #sidebar-right .widget {
    padding-left: 58%;
}

.widget.widget_search form {
    border-bottom: 1px solid #000;
}

#sidebar-left .widget ul {
    padding-left: 0;
    border-top: 1px solid #000;
}

ul.social-icons {
    height: 24px;
    float: left;
    margin: 31px 0 0;
    list-style: none;
    width: 100%;
    text-align: justify;
    padding: 0;
}

ul.social-icons li {
    display: inline-block;
    text-align: center;
}

ul.social-icons:after {
  content: '';
  display: inline-block;
  width: 100%;
}

#sidebar-left .widget ul.social-icons.social-sidebar {
    border: none;
    margin-top: 0;
}

@media (min-width: 961px) and (max-width: 1128px) {
    ul.social-icons li a img {
        width: 20px !important;
    }
}

@media (max-width: 1300px) {
    ul.social-icons li a img {
        width: 24px !important;
    }
}

@media (min-width: 1301px) {
    ul.social-icons li a img {
        width: 28px !important;
    }
}

ul.social-icons {
    padding-top: 16px !important;
}

ul.social-icons li a {
    opacity: 0.25;
}

ul.social-icons li a:hover {
    opacity: 1;
}


/* Content pages */


.left-col {
    max-width: 420px;
    padding: 0;
    margin: 0 60px 0 0;
}

.entry-header {
    margin-top: 30px;
}

.entry-header p {
    font-size: 14px;
    margin: 20px 0;
}

.entry-header p span {
    font-style: italic;
}


h1.entry-title {
    font-size: 16px;
    font-weight: bold;    
}

h1.entry-title span {
    font-weight: normal;
}

h1.entry-title.page {
    font-size: 36px;
    font-weight: bold;
}

a.vertical-footer {
    letter-spacing: 3px;
    position: fixed;
    -webkit-transform: rotate(270deg);
    z-index: 5000;
    bottom: 70px;
    left: 0;
    transform: rotate(270deg);
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}

a.vertical-footer:hover {
    text-decoration: none;
}

footer.entry-meta {
    display: none;
} 

.taxonomy-description {
    display: none;
}

.page-header {
    padding-bottom: 10px;
    margin: 40px 0 20px;
    border-bottom: none;
}

/* Galleries */

.fotorama {
    min-height: 490px;
}

.fotorama__thumb-border {
    border-color: #aaaaaa !important;
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    display: none !important;
}

.fotorama__thumb-border {
    border-color: #aaaaaa;
}

p.post-excerpt {
    font-weight: bold;
    margin-bottom: 1em;
}


a.instagram {
    color: #333333;
}


a.instagram:hover  {
    text-decoration: none;
}

span.imagery:before {
    content: "/";
    padding: 0 0.4em;
}

span.imagery-info {
    letter-spacing: 0;
    position: fixed;
    z-index: 3000;
    bottom: 32px;
    left: auto;
    color: #333333;
}



/* PAGE */




body {
    overflow:auto;
    height: 100%; /*could be whatever*/
}







/* MEDIA */

@media (min-width: 1200px) {

	.container {
	    width: 1070px;
	}

	.col-lg-3 {
	    width: 200px;
	}

}

@media (max-width: 767px) {

    .cd-panel-container {
        width: 92%;
        margin: 0 4%;
    }
    
    ul.sub-menu.dropdown-menu.cd-panel-container {
        margin: 0;
        min-width: 100px;
        width: 100%;
        position: initial;
        top: 0;
        left: 0;
        padding: 0;
    }
    
    .left-col {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
    
    a.vertical-footer {
        left: -12px;
        z-index: 3900;
    }
    
    a.close-page {
        top: 12px;
    }
    
    .cd-panel-close {
        left: 14px;
        top: -25px;
    }
    
    .cd-btn {
        top: 5px;
    }
    
.fotorama {
    min-height: auto;
}
    
    div#sidebar-left {
    width: 100%;
    padding: 0;
}
    
    #sidebar-left .widget, #sidebar-right .widget {
    padding-left: 0;
}

    .navbar-nav {
        margin: 40px 0 0;
        width: 100%;
        padding-top: 0;
    }

    .navbar-nav>li {
        float: left;
        width: 100%;
        margin-left: 0%;
    }
    
    ul.sub-menu.dropdown-menu.cd-panel-container {
        padding-top: 0;
    }
    
    .entry-content {
        margin-top: 40px;
        padding: 0;
    }

    a.vertical-footer.hide-mob {
      display: none;
    }
    
}





@media (min-width: 768px) and (max-width: 960px) {

    .cd-panel-container {
        width: 50%;
    }

    .navbar-nav {
        margin: 40px 0 0;
        width: 100%;
        padding-top: 0;
    }

    .navbar-nav>li {
        float: left;
        width: 100%;
        margin-left: 0%;
    }
    
    ul.sub-menu.dropdown-menu.cd-panel-container {
        left: 100%;
        width: 90%;
        padding-top: 103px;
    }
    
    .col-sm-6 {
        width: 40%;
    }
    
}