/* ------------------------- very Small Screens ------------------------*/
@media (max-width:576px) {
  .h1{
    font-size: 23px;
  }
  .home .h1{
    display: inline;
    font-size: 24px;
    line-height: 31px;
  }
  .h1 .h1 a span{
    display: inline;
    font-size: 24px;
    line-height: 31px;
  }
  .home .h1 a span{
    display: inline;
    line-height: 31px;
  }
  .single-post .container{
    width: auto;
    padding: 0 5px;
  }
  .container{
    width: auto;
    padding: 0 15px;
  }
  .carousel .container{
    padding: 0 0px;
  }
  .home .heading{
    margin-top: 12px;
  }
  .home h5{
    font-size: 14px;
  }
  .home .load-more .btn{
    width: 240px;
    height: auto;
    padding: 10px 0;
    line-height: 26px;
    letter-spacing: 2.2pt
  }
  footer .links{
    display: none;
  }
  footer .links.small{
    display: block;
  }
  footer .social .links-list li{
    padding: 0 0px;
  }
  footer .links-list li{
    padding: 0 4px;
  }
  footer .links-list h6{
    text-align: left;
    font-size: 14px;
  }
  .home .load-more{
    margin: 66px 0 138px;
  }
  .home h5{
    margin-top: 5px;
  }
  .bread{
    font-size: 16px;
    padding: 12px 0;
    letter-spacing: 0.8px;
    margin-bottom: 69px;
  }
  .content .head p{
    margin-left: 0;
    padding: 0 25px;
    font-size: 14px;
    line-height: 18px;
  }
  .content .looks{
    width: auto;
  }
  .content .look h4{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .content .look .image{
    width: 85%;
  }
  .content .look p{
    font-size: 16px;
    line-height: 25px;
    padding: 0 7.5%;
  }
  .content .carousel .arrow {
    margin-top: -22px;
  }
  .content .carousel .arrow .btn {
    font-size: 14px;
    font-weight: 500;
    width: 94px;
    padding: 6px 0 7px;
    line-height: 18px;
    margin: 0 20px;
  }
  .content .carousel .slick-arrow{
    top: -0px;;
    left: 18px;
    width: 96px;
    height: 31px;
  }
  .content .carousel .slick-arrow.slick-next{
    left: auto;
    right: 18px;;
  }
  .content .carousel .items {
    width: 98%;
    margin: 23px auto 0px;
  }
  .content .carousel .item {
    padding: 18px 9px 5px;
  }
  .content .carousel .item .image{
    width: 48px;
    height: 48px;
    margin-right: 18px;
  }
  .content .carousel .item h4{
    font-size: 18px;
  }
  .content .carousel .item p{
    font-size: 14px;
    padding-right: 10px;
  }
  .posts{
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .posts h3{
    font-size: 24px;
    margin-bottom: 14px;
  }
  .posts .post{
    width: 280px;
    margin-right: 18px;
    padding-top: 0px !important;
  }
  .posts .post .text {
    padding-left: 8px;
  }
  .posts .post h5 {
    font-size: 16px;
    padding-right: 105px;
    margin-top: 5px;
  }
  .posts .post span{
    display: none;
  }
  .comments h3{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .comments .body{
    padding: 20px 15px 0 22px;
  }
  .comments .head {
    margin: 0 5px;
  }
  .comments .body h5{
    font-size: 14px;
    margin: 5px 0 15px;
  }
  .comments .body h5 span {
    font-size: 10px;
  }
  .comments .body .image{
    margin-right: 20px;
  }
  .comments .body p{
    font-size: 14px;
    margin: 0 0 8px;
  }
  .comments .btn {
    font-size: 12px;
    padding: 6px 16px;
    position: relative;
    left: -70px;
  }
  .comments .reply h4{
    font-size: 16px;
  }
  .comments .group {
    margin-top: 8px
  }
  .comments .reply input{
    height: 24px;
  }
  .comments .reply label{
    font-size: 8px;
  }
  .comments .reply input[type="submit"] {
    font-size: 10px;
    padding: 5px 15px;
  }
}
/* ------------------------- Small Screens ------------------------*/
@media (min-width:577px) {
  .links.small{
    display: none;
  }
  .container{
    padding: 0 30px;
   width: auto;
    overflow: hidden;
  }
}
@media (min-width:577px) and (max-width:767px) {
  .content .h1{
    font-size: 30px;
  }
  .content .head p {
    font-size: 16px;
    margin-left: 0;
  }
  .content .carousel .items{
    width: 100%;
  }
  .content .carousel .items{
    margin-top: 60px;
  }
  .content .carousel .arrow .btn {
    width: 104px;
    padding: 8px 0 8px;
    margin: 0 18px;
  }
  .content .carousel .item p{
    font-size: 16px;
  }
  .content .carousel .slick-arrow{
    left: 48px;
    width: 106px;
    height: 36px;
  }
  .content .carousel .slick-arrow.slick-next{
    left: auto;
    right: 48px;;
  }
  .content .look p{
    font-size: 18px;
    padding: 0 10%;
    line-height: 28px;
  }
  .content .look h4{
    font-size: 22px;
  }
  .content .look .image{
    width: 80%;
    margin: auto;
  }
  .content .looks{
    width: 100%;
  }
  .posts .post{
    margin-right: 34px;
  }
  .comments .comment{
    margin: 0 18px;
  }
  .comments .body {
    padding: 18px;
  }
  .comments .reply input[type="submit"]{
    font-size: 14px;
  }
  .comments .body h5 {
    margin-top: 4px;
  }
  .comments .body p{
    font-size: 16px;
  }
  .comments .btn{
    font-size: 14px;
  }
  footer ul.links-list li {
    padding: 0 9px;
  }
}
@media (max-width:767px) {
  body{
    overflow-x: hidden;
  }
  .comments .reply {
    margin: 0;
    margin-top: 25px;
  }
  .comments .reply h4{
    font-size: 18px;
  }
  .comments .reply form{
    width: 100%;
  }
  .comments .reply input{
    width: 45%;
  }
  .comments .reply input[type="submit"] {
    right: -5px;
    left: auto;
  }
  .posts img.dir{
    display: none;
  }
  .navbar{
    display: none;
  }
  header{
    padding: 2pt 12pt 2pt 16pt;
  }
  header .head .hamburger{
    display: block;
    width: auto;
    margin-top: 10px;
  }
  header .head .hamburger.active{
    padding-top: 4pt;
    margin-right: 16pt;
    position: fixed;
    z-index: 5;
    left: 17px;
    top: 18px;
  }
  header .head .hamburger.active{
    margin-top: -12px;
    margin-left: -2px;
  }
  header .head .hamburger.active span{
    background-color: #bdbdbd;
    border-color: #bdbdbd;
    margin: 3px 0;
    width: 15px;
    height: 1px;
    border-width: 1px;
  }
  header .head >div:first-of-type{
    /* width: 0; */
  }
  header .head >div:nth-of-type(2){
    width: 67.6666667%;
    margin-left: 0px;
  }
  header .head >div:nth-of-type(2) .logo{
    padding-left: 19px;
    text-align: left;
  }
  header .shop {
    padding-top: 16px;
  }
  header .shop span{
    display: none;
  }
  header .navbar.active{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000010;
    width: 100%;
    height: 100vh;
  }
  header .navbar.active .back{
    left: 0;
  }
  header .navbar .back{
    position: absolute;
    background-color: #fff;
    width: 243px;
    height: 100%;
    text-align: left;
    top: 0;
    left: -243px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header .links-list li{
    display: block;
    margin: 10px;
  }
  header .navbar .logo{
    display: flex;
    padding-left: 55px;
    padding-top: 5px;
  }
  header .navbar .logo div:last-of-type{
    margin-top: 2px;
    margin-left: -2px;
  }
  header .search{
    padding-top: 20px;
    position: relative;
    top: 0px;
    left: 0;
    padding-left:12px;
  }
  header .search input{
    width: 180px;
  }
  header .search input::placeholder{
    font-weight: 400;
    font-size: 16px;
    font-family: "Mod Futura PT";
    color: #7d7d7d;
  }
  header .search img{
    position: absolute;
    top: 25px;
    right: 25px;
    right: -2px;
    width: 18px;
  }
  header .navbar ul li{
    font-weight: 400;
    font-size: 14px;
    margin: 20px 10px 0 8px;
  }
  header .navbar ul li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  header .navbar ul li img{
    display: block;
  }
  .page.active{
    position: relative;
    left: 195px;
    max-height: 100vh;
    overflow: hidden;
  }
.archive.active {
    position: relative;
    left: 195px;
    max-height: 100vh;
    overflow: hidden;
}
.single-post.active {
    position: relative;
    left: 195px;
    max-height: 100vh;
    overflow: hidden;
}
.search-results.active {
    position: relative;
    left: 195px;
    max-height: 100vh;
    overflow: hidden;
}
	
.search.active {
position: relative;
left: 195px ;
max-height: 100vh;
overflow: hidden;
}
  .large{
    display: none;
  }
  .posts .posts-container .slick-arrow{
    opacity: 0;
    display: none !important;
  }
}
/* ------------------------- Mediem Screens ------------------------*/
@media (min-width:768px){
  .small{
    display: none;
  }
  .single-post .entry p {
    text-align: left !important;
  }
}
@media (min-width:768px) and (max-width:992px) {
  header{
    padding-bottom: 40px;
    padding-left: 34px;
    padding-right: 34px;
  }
  header .head .logo{
    margin-left: 30.33333%;
  }
  .navbar .links{
    margin-top: 30px;
  }
  header .search {
    top: -100px;
  }
  .content .h1{
    font-size: 34px;
  }
  .content .carousel .items{
    width: 707px;
  }
  .comments .reply{
    width: 100%;
    margin: 15px 45px 70px;
  }
  .comments .reply form{
    width: 90%;
  }
  .posts .post{
    margin-right: 34px;
  }
  .content .looks{
    width: 100%;
  }
  .content .look p{
    font-size: 22px;
    padding: 0 30px 0 40px;
  }
  .content .carousel .slick-arrow{
    left: 48px;
    background-color: #333;
  }
  .content .carousel .slick-arrow.slick-next{
    left: auto;
    right: 48px;;
  }
}
@media (max-width:991px) {
  .home  .container,
  .banner .container,
  .posts .container,
  footer .container{
    padding: 0 0px;
  }
  .home .element .image{
    width: auto;
  }
}
/* ------------------------- Large Screens ------------------------*/
@media (min-width:992px) {
  .container{
    width: 942px;
    margin: auto;
    padding: 0 15px;
  }
}
@media (min-width:992px) and (max-width:1199px) {


}
@media (max-width:1199px) {
  footer .container{
    padding: 0 0px;
  }
}
/* ------------------------- X Large Screens ------------------------*/
@media (min-width:1200px) {
  .container{
    width: 1023px;
  }
}
/*------------------------------ Custom Css ---------------------------------*/

@media (max-width:576px) {

#menu-footer-menu {
display: none;

}

#menu-mobile-footer {
display:block !important;

}
#menu-mobile-footer {
margin: 40px 0 20px;

}
#menu-mobile-footer {
    margin: 20px 0 30px;
	
}
#menu-mobile-footer  li {
display: inline-block;

}
#menu-mobile-footer li {
margin: 0 0 10px;

}
#menu-mobile-footer li a {
font-family: 'Mod Futura PT' !important;

}
#menu-mobile-footer li a {
font-size: 14px;
font-weight: 800;
padding: 5px 8px;
color: #3d3d3d;

}

}

@media (max-width:767px) { 

.mobile-logo {
display: block !important;
}
.logo_img{display:none;}
  }




@media (min-width: 400px){
 
.archive_header {
margin-left: 0px !important;
margin-right: 0px !important;
}

}

@media (max-width: 575px){

#mobile-nav-wrap .logo {
margin: -20px 0 0 35px !important;
}
button.alm-load-more-btn.more {
width: 240px;
height: auto;
padding: 10px 0;
line-height: 26px;
letter-spacing: 2.2pt;
}
#mobile-nav-wrap.active {
height: 100%;
}
button.elm-button {
width: 240px;
height: auto;
padding: 10px 0;
line-height: 26px;
letter-spacing: 2.2pt;

}

}

@media (min-width: 1000px){

#header {
height: 72px !important;
}
#head {
padding: 12px 0px 16px 0px;
background-color: #F9F6F4;
position: relative;
}  
.header_search.search_main {
padding-top: 17px;
position: absolute;
}
#header a.shop-button {
bottom: -32px !important;

}

}


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

.search_main {
padding-top: 15px;
}

}

@media (max-width: 575px){

.migration_banner p{ width:340px;
font-size: 14px;}
}

@media (max-width: 767px) {

.content .post .entry p {    
padding: 0 7.5% !important;

}

}


@media (max-width: 1000px){

#logo img {
width: 135px !important;

}
form.searchform.header_form input[type="text"] {
width: 180px;

}

}

@media (max-width: 1000px){

.header_search.search_main {
padding-left: 53px;
}

}

@media (max-width:767px) { 

.logo_img { 
display:none !important;

}

}
  
  
@media (min-width:779px) { 
.mobile-logo { 
display:none;
}
  
}
  
  
@media (min-width: 1200px){

.header_search.search_main {
left: 205px;

}
#header a.shop-button {    
padding-right: 209px !important;

}

}

@media (max-width: 575px){

.swnza_banner p{ 
width:340px;
font-size: 14px !important;
}



#swnza_banner_id {
text-align: center;
}
	
.text_width {
text-align: -webkit-center;
padding-bottom: 20px;

}

}

@media (max-width: 767px){

.entry h2.h1 a, .entry h2.h1 a span {
font-size: 36px !important;
line-height: 40px !important;

}
.home h2.h1{margin-bottom:24px !important}

}

@media (max-width: 576px){

.home .h1 {
display: inherit !important;

}
}


  
  




@media (min-width: 768px){
.element a{
margin-left: 0px !important; 
}
}


@media (max-width: 767px){
.single-post .content .post .entry p {
text-align:left !important;

}

}


@media (min-width: 768px){
.post>a {
    margin-left: 0px!important;
}
	}

@media only screen and (min-width: 768px){
#header {
    margin: 0 auto !important;
}


ul.nav li.current-menu-item a
{
color:#FF8E7B !important;
}
ul.nav li.current-menu-item ul.sub-menu a{
color:#7a7a7a !important;
}
ul.nav li.current-menu-ancestor a{
color:#FF8E7B !important;
}
ul.nav li.current-menu-ancestor ul.sub-menu a {
color: #7a7a7a !important;
}
		}
@media (max-width: 767px){
 .comments .reply #respond .form-submit input#submit{

    bottom: 0px !important;
  }
}

@media (max-width:576px) {
	.post-meta a:link{
	    color: #7a7a7a !important;
	}
}

@media (min-width:400px) and (max-width:1199px) {

	.post .entry.border{    margin-left: 25px !important;}
}


@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
 .empty {
    padding-bottom: 780px;
}
}