


@media (min-width: 1221px) and (max-width: 1460px)   {

    .wVariable h4.nbs .nbsItem {
        display: none;
    }

    .wVariable h4.nbs {
        bottom: auto;
        margin-top: -40px;
        top: 50%;
    }

}


@media (max-width: 1220px) {

    .gutter .port, header .gutter, .uniGutter {
        width: auto;
        margin: 0;
    }

    .boldSection:not(.ghost) .gutter .port, .boldSection:not(.ghost) .port, .uniGutter {
        margin: 0 10px;
    }

    .boldSection.fullScreen.gutter .port {
        width: 100%;
        padding: 0 10px;
    }

	.boldSection.gutter .port .slick-slider {
		margin: 0 -20px;
	}

    body.mobileMenuShown {
        position: relative;
        overflow: hidden;
		width: 100vw;
    }

    .menuHolder:after { 
        content: ' ';
        display: table;
        width: 100%;
        clear: both;
    }

    span.menuTrigger {
        display: block;
        left: 7px;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: background-color 240ms ease;
                transition: background-color 240ms ease;
    }

    .mainHeader {
        padding: 0 0 0 30px;
    }

    .fixedMenuPosition .mainHeader {
        position: absolute;
    }

    body.mobileMenuShown span.menuTrigger {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
		-webkit-transition: -webkit-transform 260ms ease;
		        transition: transform 260ms ease;
        z-index: 100;
    }

    .menuPort {
        float: none;
        clear: left;
        position: absolute;
        overflow-y: auto;
        width: 270px;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 50;
        -webkit-transform: translate3d(-270px,0,0);
                transform: translate3d(-270px,0,0);
        -webkit-transition: -webkit-transform 260ms ease;
                transition: transform 260ms ease;
    }

    .mobileMenuShown .menuPort {
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
        -webkit-transition: -webkit-transform 260ms ease;
                transition: transform 260ms ease;
		 border-right: 1px solid rgba(122,122,122,0.2);
    }

    .pageWrap {
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
        -webkit-transition: -webkit-transform 260ms ease;
                transition: transform 260ms ease;
    }

    .mobileMenuShown .pageWrap {
        -webkit-transform: translate3d(270px,0,0);
                transform: translate3d(270px,0,0);
        -webkit-transition: -webkit-transform 260ms ease;
                transition: transform 260ms ease;
    }

    .menuPort nav {
        display: block;
		border-bottom: 1px solid rgba(122,122,122,0.1);
    }

    .menuPort nav ul li {
        display: block;
        float: none;
        border-top: 1px solid rgba(122,122,122,0.1);
    }

    .menuPort nav ul li a {
        background-color: transparent;
        display: block;
        font-family: Montserrat, Arial, sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.15;
        padding: 14px;
        position: static;
        vertical-align: baseline;
    }

    .cssanimations .menuPort ul li a:after, .cssanimations .menuPort ul li:hover a:after {
        display: none;
        background-color: transparent;
    }

    .menuPort ul li:hover a {
        background-color: transparent;
    }

    /* SubMenu */

    .menuPort ul ul {
        display: block;
        position: static;
        width: auto;
        top: auto;
        left: auto;
        z-index: 1;
        pointer-events: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: none;
                transition: none;
    }

    .menuPort ul li:hover ul {
        pointer-events: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: none;
                transition: none;
    }

    .menuPort ul ul li {
        background-color: transparent;
    }

    .menuPort ul ul li a, .menuPort ul ul li:first-child a, .menuPort ul ul li:last-child a, .menuPort ul ul li:last-child a:last-child {
        padding: 8px 14px;
        font-family: Raleway, arial, sans-serif;
        font-weight: 400;
        line-height: 1.2;
    }

    /* SubMenu 2nd Level */

    .menuPort ul ul ul, .menuPort ul li:hover ul ul, .menuPort ul li:hover ul li:hover ul {
        top: auto;
        left: auto;
        pointer-events: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: none;
                transition: none;
    }

    span.subToggler {
        cursor: pointer;
        display: block;
        position: absolute;
        z-index: 3;
        top: 9px;
        right: 10px;
        padding: 8px;
        font: normal 11px/1 boldportfolio;
    }

    ul ul span.subToggler {
        top: 3px;
    }

    span.subToggler:before {
        display: block;
        -webkit-transform: rotate3d(0,0,1,45deg);
                transform: rotate3d(0,0,1,45deg);
        content: '\e603';
        -webkit-transition: -webkit-transform 250ms ease;
                transition: transform 250ms ease;
    }

    span.subToggler.on:before {
        -webkit-transform: rotate3d(0,0,1,0);
                transform: rotate3d(0,0,1,0);
        -webkit-transition: -webkit-transform 250ms ease;
                transition: transform 250ms ease;
    }

    .slided h4.nbs a {
        display: none;
    }

    h4.nbs:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .boldLargeTitle, h1.boldLargeTitle, h2.boldLargeTitle {
        font-size: 68px;
    }

    .boldBigTitle, h1, h2 {
        font-size: 38px;
    }

    .boldPhotoBox blockquote {
        font-size: 28px;
    }

    .boldInfoBar .socialRow {
        display: none;
    }

    .mainHeader .logo {
        padding: 0 20px;
    }

    .plug {
        display: block;
        position: static;
        z-index: 0;
        top: auto;
        left: auto;
        margin: 40px auto;
        width: 40%;
    }

}

@media (max-width: 1110px) {

    #wp-calendar td {
        padding: 5px;
    }

    #wp-calendar th {
        padding: 7px 5px;
    }

}

@media (max-width: 992px ) {

    .boldBtn {
        font-family: Montserrat, Arial, san-serif;
        font-size: 12px;
        line-height: 38px;
        letter-spacing: normal;
        padding: 0 14px;
    }

    .boldLargeTitle, h1.boldLargeTitle, h2.boldLargeTitle {
        font-size: 56px;
    }

    .boldSiteFooter {
        text-align: center;
    }

    .boldMeta {
        float: none;
        padding: 20px 0 15px;
    }

    .boldMeta ul {
        display: block;
        float: none;
        text-align: center;
    }

    .boldMeta ul li {
        display: inline-block;
        float: none;
        margin: 0 10px;
    }

    div.copy {
        float: none;
        display: inline-block;
    }

    .slidedVariable dl.articleMeta {
        display: none;
    }

    .slided h4.nbs a, .slidedVariable h4.nbs a {
        display: none;
    }

    h4.nbs {
        z-index: 1100;
    }

    .slided h4.nsPrev:before, .slidedVariable h4.nsPrev:before {
        left: 0;
    }

    .slided h4.nsNext:before, .slidedVariable h4.nsNext:before {
        right: 0;
    }

    .slidedItem .portfolioArticle {
        bottom: auto;
        top: 50%;
        left: 70px;
        right: 70px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .slidedItem .portfolioArticle p.boldSubTitle {
        margin: -18px 0 20px;
    }

    .sidebarLeft section[role="main"] {
        float: none;
    }

    .singleArticle .boldArticleBody {
        padding: 0 25px 20px;
    }

    .btPortfolioGradient:after {
        top: 0;
        height: auto;
        bottom: 0;
        background: -webkit-linear-gradient(top, rgba(21,21,21,0.0), rgba(21,21,21,0.4), rgba(21,21,21,0.0));
        background: linear-gradient(top, rgba(21,21,21,0.0),rgba(21,21,21,0.4),rgba(21,21,21,0.0));
        background: linear-gradient(to bottom, rgba(21,21,21,0.0),rgba(21,21,21,0.4),rgba(21,21,21,0.0));
    }

}


@media (max-width:768px) {

    .boldLargeTitle, h1.boldLargeTitle, h2.boldLargeTitle {
        font-size: 34px;
    }

    .boldBigTitle, h1, h2 {
        font-size: 32px;
    }

    .boldPhotoBox blockquote {
        font-size: 24px;
    }

    .neighbor h4.nsNext span.nbsItem, .neighbor h4.nsPrev span.nbsItem {
        padding: 0;
        display: block;
        margin: 0 0 4px;
    }

    .neighbor h4.nsNext span.nbsImage, .neighbor h4.nsPrev span.nbsImage {
        display: none;
    }

    .neighbor h4.nsNext a {
        float: right;
    }

    .neighbor h4.nsNext span.nbsItem {
        float: right;
    }

    dl.articleMeta {
        text-align: left;
    }

    dl.articleMeta dt {
        display: inline-block;
        margin: 0 3px 5px 0;
    }

    dl.articleMeta dt:after {
        content: '·';
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        line-height: 0.5;
        vertical-align: middle;
        margin: 0 0 0 5px;
    }

    dl.articleMeta dd {
        display: inline-block;
        margin: 0 12px 5px 0;
    }

    .articleMeta.onBottom {
        width: auto;
        padding: 0 0 15px;
        float: none;
        margin: 0 20px 15px;
        border-bottom: 1px solid #2d2d2d;
    }

    .singleArticle .boldArticleBody.wArticleMeta {
        padding: 0;
        float: none;
    }

    .boldInfoBarMeta {
        padding: 20px 0 10px 55px;
    }

    .boldInfoBarMeta p {
        display: block;
        line-height: 1.3;
        margin: 2px 0 2px 15px;
    }

    .boldSection.spaced .port {
        padding: 45px 0 35px;
    }

    .uniGutter {
        padding-top: 30px;
    }

    .boldSection.extraSpaced .port {
        padding: 85px 0 35px;
    }

    .boldSection.semiSpaced .port {
        padding: 25px 0 15px;
    }

    .boldSection.spacedTop .port {
        padding: 45px 0 0;
    }

    .boldSection.extraSpaced .port {
        padding: 85px 0 0;
    }

    .boldSection.semiSpacedTop .port {
        padding: 25px 0 0;
    }

    hr, hr.spaced {
        margin: 45px 0 35px;
    }

    hr.semiSpaced {
        margin: 25px 0 15px;
    }

    hr.spacedTop {
        margin: 45px 0 0;
    }

    hr.semiSpacedTop {
        margin: 25px 0 0;
    }

    .boldArticleBody .alignright, .boldArticleBody .alignleft {
        float: none;
        margin: 0 auto 38px;
        text-align: center;
        display: block;
    }

}

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

    .instaGrid span {
        width: 16.6%;
        float: left;
    }

    .instaGrid span:nth-child(4n+1) {
        clear: none;
    }

    .instaGrid span:nth-child(6n+1) {
        clear: none;
    }

}

@media (max-width: 620px) {

    .vcard h5 {
        float: none;
        margin: 0 0 10px;
    }

    .vcard .posted {
        float: none;
        margin: 0 0 10px;
    }

    .commentsBox ul.comments ul li {
        padding: 0 0 0 10px;
    }

}

@media (max-width: 560px) {

    .bclPort .slick-next {
        right: -10px;
    }

    .bclPort .slick-prev {
        left: -10px;
    }

    .boldMeta ul li {
        display: block;
        margin: 0;
        padding: 10px 0;
    }

    .boldMeta ul li a {
        display: inline-block;
    }

    .articleListItem {
        padding: 28px 28px 20px;
    }

    .articleListItem .boldPhotoBox {
        margin: -28px -28px 26px;
    }

    .boldArticleMeta {
        margin: -16px 0 10px;
    }

    /*.boldArticleMeta a:first-of-type {
        display: block;
        clear: left;
    }*/

    .boldArticleMeta a {
        margin: 5px 0 0 7px;
    }

    .articleListItem.wSideGutter, .sidebarLeft .articleListItem.wSideGutter {
        margin: 0 0 40px;
    }

    .articleSideGutter {
        display: none;
        margin: 0 0 0 -28px;
        width: auto;
        padding: 8px 4px;
        position: absolute;
        top: 0;
        left: auto;
        z-index: 2;
    }

    .sidebarLeft .articleSideGutter {
        left: auto;
        margin: 0 0 0 -28px;
        right: auto;
    }

    .articleListItem.wPhoto .articleSideGutter {
        display: block;
    }

    .asgItem, .sidebarLeft .asgItem {
        float: left;
        clear: none;
        height: 46px;
        margin: 0 4px;
        width: 46px;
        border: 3px solid #363636;
    }

    .asgItem.posted {
        font-size: 10px;
        line-height: 11px;
        padding: 4px 0 0;
        background-color: rgba(0,0,0,0.1);
    }

    .asgItem.posted span {
        font-size: 19px;
        line-height: 19px;
    }

    .aaAvatar, .commentAvatar {
        padding: 16px 0 16px 16px;
        width: 60px;
    }

    .commentAvatar {
        padding: 16px 0 16px 16px;
    }

    .commentsBox ul.comments li article .commentTxt {
        display: table-cell;
        padding: 16px 0 22px 16px;
        vertical-align: top;
    }

    .aaAvatar:before {
        margin: -16px 0 0;
        width: 44px;
    }

    .commentAvatar {
        padding: 16px 0 16px 0;
        width: 40px;
    }

    .singleArticle .boldArticleBody {
        padding: 0 15px 20px;
    }

}


@media (max-width: 480px) {

    .ssPort input[type="text"] {
        padding: 0 0 7px;
        font-size: 42px;
    }

    h4.nsNext:before {
        right: 8px;
    }

    h4.nsPrev:before {
        left: 8px;
    }

    .boldBigTitle, h1, h2 {
        font-size: 26px;
    }

    .boldPhotoBox blockquote {
        font-size: 20px;
    }

    .boldMeta ul li:after {
        content: ' ';
        height: 1px;
        display: table;
        width: 100%;
        clear: both;
    }

    .singleArticle .boldArticleBody {
        padding: 0 10px 10px;
    }

    .articleMeta.onBottom {
        margin: 0 10px 10px;
        padding: 0 0 10px;
    }

    .fooLogoPort {
        float: none;
        margin: 0;
    }

    .copyLine {
        padding: 0;
    }

    .singleArticle .boldArticleBody {
        padding: 0 0 15px;
    }


}

@media (max-width: 420px) {

    .boldArticle.articleListItem footer {
        padding: 15px 0 0;
    }

    .boldArticle.articleListItem footer .socialRow {
        float: none;
        text-align: center;
    }

    p.boldContinue {
        border-top: 1px solid #2d2d2d;
        clear: left;
        text-align: center;
        margin: 15px 0 0;
        padding: 15px 0 0;
        float: none;
    }

    .boldInfoBarMeta {
        padding: 15px 0 10px 55px;
    }

    .boldInfoBarMeta p {
        font-size: 11px;
        margin: 2px 0 2px 12px;
    }

    .portfolioArticle .socialRow a {
        font: 12px/26px FontAwesome;
        height: 26px;
        width: 26px;
    }



}

@media (max-width: 360px) {

    .ssPort input[type="text"] {
        padding: 0 0 5px;
        font-size: 36px;
    }

}


@media (max-height: 460px) {

    .fullScreen .slided ul.slick-dots {
        display: none !important;
    }

    p.boldSubTitle {
        margin: -18px 0 20px;
    }



}



@media (max-width: 420px) {

    .neighbor {
        padding: 0 18px;
        width: auto;
        float: none;
    }

    .neighbor:first-child {
        padding: 0 18px 18px;
        margin: 0 0 18px;
        border-bottom: 1px solid #2d2d2d;
    }

    article.classic.single {
        padding: 20px 0;
    }

}

@media (min-width: 481px) {

    .kill-right-padding {
        padding-right: 0;
    }

    .kill-left-padding {
        padding-left: 0;
    }

}

@media (min-width: 992px) {

    .double-right-padding {
        padding-right: 40px;
    }

    .double-left-padding {
        padding-left: 40px;
    }
}

