@font-face {
    font-family: 'Asap';
    src: url('fonts/Asap-Italic.eot');
    src: url('fonts/Asap-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Asap-Italic.woff2') format('woff2'),
        url('fonts/Asap-Italic.woff') format('woff'),
        url('fonts/Asap-Italic.ttf') format('truetype'),
        url('fonts/Asap-Italic.svg#Asap-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Asap';
    src: url('fonts/Asap-LightItalic.eot');
    src: url('fonts/Asap-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Asap-LightItalic.woff2') format('woff2'),
        url('fonts/Asap-LightItalic.woff') format('woff'),
        url('fonts/Asap-LightItalic.ttf') format('truetype'),
        url('fonts/Asap-LightItalic.svg#Asap-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Asap';
    src: url('fonts/Asap-Regular.eot');
    src: url('fonts/Asap-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Asap-Regular.woff2') format('woff2'),
        url('fonts/Asap-Regular.woff') format('woff'),
        url('fonts/Asap-Regular.ttf') format('truetype'),
        url('fonts/Asap-Regular.svg#Asap-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Asap';
    src: url('fonts/Asap-Light.eot');
    src: url('fonts/Asap-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Asap-Light.woff2') format('woff2'),
        url('fonts/Asap-Light.woff') format('woff'),
        url('fonts/Asap-Light.ttf') format('truetype'),
        url('fonts/Asap-Light.svg#Asap-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Asap';
    src: url('fonts/Asap-BoldItalic.eot');
    src: url('fonts/Asap-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Asap-BoldItalic.woff2') format('woff2'),
        url('fonts/Asap-BoldItalic.woff') format('woff'),
        url('fonts/Asap-BoldItalic.ttf') format('truetype'),
        url('fonts/Asap-BoldItalic.svg#Asap-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Asap';
    src: url('fonts/Asap-Bold.eot');
    src: url('fonts/Asap-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Asap-Bold.woff2') format('woff2'),
        url('fonts/Asap-Bold.woff') format('woff'),
        url('fonts/Asap-Bold.ttf') format('truetype'),
        url('fonts/Asap-Bold.svg#Asap-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kalam';
    src: url('fonts/Kalam-Regular.eot');
    src: url('fonts/Kalam-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Kalam-Regular.woff2') format('woff2'),
        url('fonts/Kalam-Regular.woff') format('woff'),
        url('fonts/Kalam-Regular.ttf') format('truetype'),
        url('fonts/Kalam-Regular.svg#Kalam-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kalam';
    src: url('fonts/Kalam-Bold.eot');
    src: url('fonts/Kalam-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Kalam-Bold.woff2') format('woff2'),
        url('fonts/Kalam-Bold.woff') format('woff'),
        url('fonts/Kalam-Bold.ttf') format('truetype'),
        url('fonts/Kalam-Bold.svg#Kalam-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kalam';
    src: url('fonts/Kalam-Light.eot');
    src: url('fonts/Kalam-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Kalam-Light.woff2') format('woff2'),
        url('fonts/Kalam-Light.woff') format('woff'),
        url('fonts/Kalam-Light.ttf') format('truetype'),
        url('fonts/Kalam-Light.svg#Kalam-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*------------------------------------------------------------------



/* ===================================
   Global CSS
====================================== */

body
{
    font-family: 'Asap', Arial;
    font-size: 17px; 	
    line-height: 30px;
    font-weight: 400;	
    color: #000;
    background-color: #fff;
}

body a
{
    text-decoration: none;
    color: #000;
    transition: color .2s linear;
    cursor:pointer;
}

body a:hover
{
    color: #d7b065;
}

::selection 
{
    background-color: #fae3b5;
}
a.buehnenplan:hover img{
    transform: scale(1.1);
}

h1,h2,h3,h4,h5,h6
{
    font-family: 'Kalam';
    font-weight: normal;	
    font-style: normal;	
}
.body-wrapper
{
    margin: 30px;
    background-color: #fff;
    position: relative;
}

.doc-loader 
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;	
    background-color: #fff;
}

.animate
{
    opacity: 0;
    transition: .3s ease-in;
    -ms-transform: translate(0px,70px); 
    -webkit-transform: translate(0px,70px);
    transform: translate(0px,70px);
}

.animate.show-it
{
    opacity: 1;
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.wait-03s
{
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.content-1140
{
    width: 1140px;    
}

.content-970
{
    width: 970px;    
}

.content-945
{
    width: 945px;    
}

.content-750
{
    width: 750px;
}

.content-1140 img, .content-970 img, .content-945 img, .content-750 img
{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.content-400
{
    width:80%;
    max-width: 400px;    
}

/* ===================================
    Global Header Logo/Menu CSS
====================================== */

.header-holder
{
    width:100%;     
    transition: margin-top 0.7s ease;
}

.header-holder.down
{    
    margin-top: 70px;    
}

.site-logo
{
    padding: 0;
}

.header-logo
{
    padding: 110px 0; 
    padding-bottom:50px;
}

.header-logo img
{
    width: 250px;
    -webkit-transition: opacity 0.3s linear;        
    transition: opacity 0.3s linear;
}

.header-logo img:hover
{
    opacity: 0.8;
}

.toggle-holder
{
    width: 20px;
    height: 21px;
    top: 104px;
    right: 0; 
    z-index: 1;
    display:none;
    position:fixed;
}

#toggle:hover
{
    cursor: pointer;
}

#toggle div
{
    height: 3px;
    margin-bottom: 6px;
    background-color: #000;
}

#toggle .second-menu-line
{
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;    
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
}

#toggle:hover .second-menu-line
{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#toggle .third-menu-line
{        
    margin-bottom: 0;
}

.menu-wraper
{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #74462a;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: auto;
    visibility: hidden;
    opacity: 0;      
    transition: visibility 0s linear 0.5s, opacity 0.7s ease;
    cursor: url(images/close.png), auto;
    background-image:url(images/illus/raven_background.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
}

.menu-wraper.show
{
    visibility: visible;    
    opacity: 1;   
    transition-delay: 0s;
}

.menu-wraper.center-relative::-webkit-scrollbar 
{
    width: 0 !important;
    height: 0 !important;
}

.menu-holder
{
    color: #fff;
    position: relative;
    width: 1270px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    margin-top: 140px;
    transition: opacity 0.7s ease, margin-top 0.7s ease;
}

.menu-holder.show
{            
    opacity: 1;
    margin-top: 70px;
    transition-delay: 0.3s;
}

.menu-left-part
{
    float: left;
    cursor: auto;
    width: 50%;
}

.menu-left-part:after 
{
    content: "";
    position: absolute;
    display: block;
    height: 110%;
    left: 50%;
    left: calc(50% - 1px);
    top: 0;
}

.menu-left-text 
{
    font-family: 'Kalam';
    font-weight: normal;	
    text-align: right;
    padding-right: 100px;
    padding-top: 50px;
}
.menu-left-text .head
{
    font-size: 47px;
    line-height: 60px;
}
.menu-left-text .subhead
{
    font-size: 30px;
    line-height: 40px;
    padding-top: 20px;
}
.menu-left-text a
{
    color: #fff;
    border-bottom: 2px solid;
    display: inline-block;
}

.menu-right-part
{    
    float: right;    
    width: 50%;
}

#header-main-menu
{        
    font-weight: 300;
    text-align: left;    
    padding-left: 100px;    
    margin-top: 60px;
    display: inline-block;
    cursor: auto;
}

.main-menu.sm-clean
{
    background-color: transparent;    
}

.main-menu.sm-clean a
{    
    font-size: 24px;
    line-height: 24px;
    color: #fff;        
}

.main-menu.sm-clean .sub-menu a,  .main-menu.sm-clean .children a
{
    font-size: 18px;
    line-height: 18px;
    border-left: 0;
}

.sm-clean li a.current, .sm-clean .current_page_item a 
{
    color: #d7b065;
}

.main-menu.sm-clean a:hover 
{
    color: #d7b065;
}




.boxnavi{
    padding:20px;
    position:fixed;
    left:00px;
    top:00px;
    z-index:100;
    width:100vw;
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-image:url(images/nav_bg.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:left bottom;
    min-height:40px;
}
.boxnavi .nav_item{
    font-family: 'Kalam';
}

#header-main-menu .search-form
{
    max-width: 350px;
}


.menu-portfolio-category
{
    padding-left: 100px;
    padding-top: 50px;
    cursor: auto;
    max-width: 300px;
}

.portfolio-category a
{
    font-family: "Montserrat", sans-'Asap',Arial;
    font-weight: 400;
    line-height: 100%;
    font-size: 10px;
    color: #fff;    
    letter-spacing: 2px;
    padding-left: 2px;
    text-transform: uppercase;
    margin-right: 20px;
    display: inline-block;
}

.portfolio-category a:last-child
{
    margin-right: 0;
}



/* ===================================
    General Page CSS
====================================== */

.page .site-content
{
    color: #4b4b4b;

    position: relative;

}

.page h1.entry-title
{
    font-family: 'Kalam';
    font-weight: normal;	
    font-size: 47px;
    line-height: 60px;
    max-width: 650px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 35px;
    text-align: center;
}

.page h1.entry-title a
{    
    position: relative;
    display: inline-block;
    color: #d7b065;
}

.page h1.entry-title a:after
{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: #d7b065;
    transition: width .3s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page h1.entry-title a:hover:after
{
    width: 100%;
}

.page-desc
{    
    font-family: 'Kalam',Arial;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    margin:0 auto;
    width:80%;
}

.header-signature
{
    font-family: 'Kalam',Arial;
    font-size: 420px;
    color: #f7f7f7;
    text-align: center;
    margin-top: -230px;
    position: relative;
    line-height: 100%;
    z-index: -1;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;  
}

.a-button-holder
{
    position: relative;
    margin-bottom: 2px;
    text-align:center;
    background-color:#fff;
    border-top: 3px solid #74462a;
    border-left: 3px solid #74462a;
    border-right: 3px solid #74462a;
    border-radius: 50%;
    box-sizing: border-box;
}

.a-button-holder a
{
    text-align: center;
    padding: 10px 0px;
    cursor: pointer;    
    background: transparent;
    font-family:  'Asap',Arial;
    font-weight: 300;
    width: 100%;
    font-size: 18px;
    border: 0;
    /*border-bottom: 2px solid;*/
    position: relative;
    z-index: 3;
    width: 100%;
    display: block;
    font-family: 'Kalam';
    font-weight: normal;
    color:#74462a;
}


.a-button-holder:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    border-top: 3px solid #d7b065;
    border-left: 3px solid #d7b065;
    border-right: 3px solid #d7b065;
    -webkit-transition: all ease 0.3s 0.15s;
    transition: all ease 0.3s 0.15s;
    border-radius: 50%;
    visibility:hidden;
}

.a-button-holder:hover:before 
{
    height: 47px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    visibility: visible;
}

.a-button-holder:hover{
    border:none;
}





/* ===================================
   Grid
====================================== */

.header-content
{
    padding-bottom: 100px;
    text-align: center;
}

.grid-item.quote-item
{
    font-family: 'Kalam';
    font-weight: normal;	
    width: 400px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}

.grid-item.quote-item:before 
{
    font-family: 'Asap',Arial;
    font-weight: 700;
    display: block;
    content: "\201C";
    font-size: 470px;
    line-height: 100%;
    color: #fae3b5;
    margin-bottom: -346px;
    margin-top: -50px;
}

.grid 
{
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;        
    text-align: center;
    list-style: none;
    max-width: 100%;
    padding-left: 0;
}

.item-wrapper
{
    display: inline-block;
    position: relative;
}

.grid-item 
{
    display: block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin: 1%;
    max-width: 45%;    
}
.grid-item.top 
{
    vertical-align: top; 
}
.grid-item.hidden
{
    display: none;
}

.grid-item.loaded
{
    display: inline-block !important;
}

.grid-item img 
{
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;   

}
.grid-item .text{
    font-size: 17px; 	
    line-height: 30px;
}
.portfolio-text-holder
{
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    background-color: white;
    text-align: center;   
    opacity: 0;    
    transition: opacity 0.3s ease-out;
}

.portfolio-text-holder .portfolio-text
{
    font-family: 'Kalam';
    font-weight: normal;	
    font-size: 36px;
    line-height: 100%;
}

.portfolio-text-holder .portfolio-text:hover + p +  .portfolio-arrow a img
{
    transform: translate(10px); 
}

.portfolio-text-holder .portfolio-category
{
    padding-top: 20px;
}

.portfolio-text-holder .portfolio-category a
{
    font-weight: 700;
    color: #d7b065;
    margin-right: 0;
}

.portfolio-text-holder .portfolio-category a:after
{
    content: "/";
    padding: 0 5px;
}

.portfolio-text-holder .portfolio-category a:last-child:after
{
    display: none;
}

.grid-item:hover .portfolio-text-holder
{    
    opacity: 1;
}

.grid-item .portfolio-arrow img 
{
    margin-left: auto;
    margin-right: auto;
    width: 35px;
    height: 20px;
    margin-top: 30px;
    transition: transform .3s ease;
}

.grid-item .portfolio-arrow img:hover
{
    transform: translate(10px);
}

.more-posts-portfolio 
{
    position: relative;
    display: inline-block;    
    cursor: pointer;
    border-bottom: 2px solid;
    padding: 10px 30px;
    color: #000 !important;
}

.more-posts-portfolio:before 
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;  
    border-left: 2px solid;
    border-right: 2px solid;
    -webkit-transition: all ease 0.3s 0.15s;
    transition: all ease 0.3s 0.15s;  
}

.more-posts-portfolio:after 
{
    content: '';
    position: absolute;  
    top: 0;
    right: 0; 
    width: 0;
    height: 100%;   
    border-top: 2px solid;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;    
}

.more-posts-portfolio:hover:before 
{
    height: 100%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.more-posts-portfolio:hover:after 
{
    left: 0;
    width: 100%;
    -webkit-transition: all ease 0.3s 0.15s;
    transition: all ease 0.3s 0.15s;  
}

.load-more-portfolio
{
    margin-top: 50px;     
}





/* ===================================
    Footer CSS
====================================== */

footer ul 
{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.footer
{
    font-size: 16px;
    line-height: 36px;
    margin-top: 70px;
    padding-bottom: 110px;
    clear: both;
    color: #fff;
    text-align: center;
}
.footer.absolute{
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 1;
    bottom: 0;
}

.footer a
{
    color: #fff;
}

.footer-logo 
{
    padding-bottom: 0px;
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    padding-top: 90px;
}



.footer-text 
{
    padding-bottom: 50px;
}

.footer-first-line 
{
    font-family: 'Kalam';
    font-weight: normal;	
    font-size: 47px;
    line-height: 60px;
}

.footer-first-line a 
{
    border-bottom: 2px solid;
}

.footer-second-line 
{    
    font-weight: 400;
    padding-top: 20px;
}

.footer-second-line a 
{
    border-bottom: 1px solid;
}

.our-position-holder
{
    font-family: 'Kalam';
    font-weight: normal;	
    position: relative;
    font-size: 24px;
    padding: 35px 0;
}

.our-position-holder:before
{
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #1a1a1a;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: 0;
}

.our-position-holder:after 
{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    background: #1a1a1a;
    bottom: 0;
}

.our-position-left 
{
    display: inline-block;
    padding-right: 50px;
}

.our-position-right
{
    display: inline-block;
}

ul#footer-sidebar li.widget 
{
    width: 30.6%;
    margin-right: 4%;
    float: left;    
}

ul#footer-sidebar li.widget:nth-child(3n)
{
    margin-right: 0;
    margin-bottom: 50px;
}

ul#footer-sidebar:after 
{
    clear: both;
    content: "";
    display: block;
}

ul#footer-sidebar 
{
    padding: 30px 0;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 2px solid #1a1a1a;
}

h4.widgettitle 
{
    font-size: 16px;
    font-family: 'Kalam';
    font-weight: normal;	
}

.tagcloud a 
{
    font-size: 14px !important;
    display: block;
}

.widget_recent_entries a 
{
    border-bottom: 1px solid;
}

.widget_recent_entries span.post-date 
{
    display: block;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 20px;
}

ul.copyright-holder
{
    font-family: 'Asap',Arial;
    font-weight: 400;
    font-size: 12px;
}

ul.copyright-holder:after
{
    content: "";
    display: block;
    clear: both;
}

li.copyright-footer 
{
    float: left;
    text-align: left;
    width: 50%;
}

li.social-footer 
{
    float: right;
    text-align: right;
    width: 50%;
}

li.social-footer a
{
    padding-left: 20px;
}

li.social-footer a:first-child
{
    padding-left: 0;
}

nav label {
    font-family: 'Kalam';
    font-weight: normal;	
    font-style: normal;
    color: #74462a;
    font-size:150%;
 }




/* ===================================
   Responsive CSS
====================================== */


@media screen and (max-width: 1600px) { 

    .content-1140
    {
        max-width: 95%;
    }

    .menu-right-part
    {
        width: 45%;
    }

    .menu-left-part
    {
        margin-left: 5%;
    }

    .menu-left-part:after
    {
        left: 55%;
        left: calc(55% - 1px)
    }

}

@media screen and (max-width: 1450px) {  

    .one_half,  .one_third,  .two_third,  .three_fourth, .one_fourth
    {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
    }

    .one_half{
        width: 46%;
    }
    .one_third{
        width: 28%;
    }
    .two_third{
        width: 64%;
    }
    .one_fourth{
        width: 19%;
    }
    .three_fourth{
        width: 73%;
    }    

    blockquote.inline-blockquote
    {
        display: block;
        margin: 50px 0;
        width: auto;
    }    

}

@media screen and (max-width: 1220px) {   

    blockquote 
    {    
        font-size: 17px;
        line-height: 28px;    
        text-align: center;
    }

    blockquote:before
    {
        line-height: 150px;
        font-size: 150px;
        position: relative;
        top: 0;
        left: 0;    
        text-align: center;
        display: block;
        margin-bottom: -60px;
    }

    .menu-left-text
    {    
        font-size: 35px;
        line-height: 50px;
    }
    iframe.soundFrame {
        width: 60vw;
        height: 350px;
    }
}

@media screen and (max-width: 1020px) {  

    .header-logo
    {
        padding: 50px 0;
    }

    .toggle-holder
    {    
        top: 71px;
        right: 40px;
        display:block;
    }
    .boxnavi{
        display:none;
    }
    .page h1.entry-title 
    {    
        font-size: 40px;
        line-height: 45px;
        max-width: 95%;
    }

    .single h1.entry-title 
    {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 0;
        max-width: 95%;
    }

    .single .post-num
    {
        margin-bottom: 50px;
    }

    .content-970, .content-945, .content-750
    {
        width: 95%;
    }

    .menu-left-part
    {
        display: none;
    }

    #header-main-menu
    {
        text-align: center;
        padding-left: 0;
        margin-top: 30px;
    }

    .menu-right-part
    {
        float: none;
        width: 100%;        
        margin: 0 auto;
        text-align: center;
    }

    .main-menu
    {
        max-width: 100%;
    }

    .menu-portfolio-category
    {
        padding-left: 0;
        margin: 0 auto;
    }

    .one_half, .one_third, .one_fourth, .two_third, .three_fourth
    {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }

    .progress_bar_field_holder
    {
        width: 100%;
        max-width: 100%;
    }    

    .blog-item-holder
    {
        padding: 30px 0;
        margin: 30px 0;
    }

    .blog-item-holder .post-thumbnail
    {        
        float: none !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%;
    }

    .blog-item-holder.has-post-thumbnail .entry-holder
    {        
        float: none !important;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%;
    }

    .post-num
    {
        font-size: 65px;
        margin-top: -15px;
    }

    .entry-info
    {
        padding-bottom: 20px;
    }

    .blog-item-holder h2.entry-title
    {
        font-size: 40px;
    }

    #header-main-menu .search-field
    {
        text-align: center;   
    }    

    #header-main-menu .search-field::-webkit-input-placeholder
    {
        text-align: center;
    }

    #header-main-menu .search-field::-moz-placeholder
    {
        text-align: center;
    }

    #header-main-menu .search-field:-ms-input-placeholder
    {
        text-align: center;
    }

    #header-main-menu .search-field:-moz-placeholder
    {
        text-align: center;
    }

    .slick-dotted.slick-slider
    {
        margin-bottom: 90px;
    }

    .info-code 
    {
        padding: 10px 20px;
        display: inline-block;
        text-align: center;
    }

    .grid-item.quote-item:before 
    {        
        font-size: 260px;                
        margin-bottom: -210px;        
    }

    .grid-item.quote-item
    {   
        font-size: 30px;
        line-height: 45px;    
    }

    .portfolio-text-holder 
    {
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }   

    .carousel-slider .slick-slide .item-text a 
    {    
        font-size: 25px;
        line-height: 35px;
        padding-top: 20px;
        margin-top: 0 !important;
    }

    .carousel-slider .slick-slide .item-text 
    {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;    
        opacity: 1 !important;
    }

    .single-portfolio .entry-content
    {
        position: relative;
        padding-bottom: 50px;
    }

    .portfolio-nav 
    {
        position: absolute;
        bottom: -115px;
        text-align: center;
        display: block;
        width: 100%;
        left: 0;
    }

    .portfolio-nav .nav-previous, .portfolio-nav .nav-next
    {
        float: none;
    }

    .single-portfolio .portfolio-item-info 
    {
        width: auto;
        float: none;
        text-align: center;
        padding-bottom: 30px;
    }

    .single-portfolio .content-wrapper 
    {
        width: auto; 
        float: none;
    }

    .footer
    {
        margin-top: 40px;
        padding-bottom: 30px;
    }

    .footer-first-line 
    {
        font-size: 35px;
        line-height: 35px;
    }

    .our-position-left 
    {
        display: block;
        padding-right: 0;
    }

    .our-position-right
    {
        display: block;
    }

    .our-position-holder:before
    {
        display: none;
    }

    .our-position-holder:after 
    {        
        width: 50%;        
        left: 25%;
    }

    ul#footer-sidebar li.widget 
    {
        width: 100%;
        margin-right: 0;
        float: none;
        padding-bottom: 30px;
    }

    ul#footer-sidebar li.widget:nth-child(3n)
    {
        margin-bottom: 0;
    }

    li.copyright-footer 
    {
        float: none;
        text-align: center;
        width: 100%;
    }

    li.social-footer 
    {
        float: none;
        text-align: center;
        width: 100%;
    }

}


@media screen and (max-width: 805px) {    

    p.custom-text-class, p.custom-field-class 
    {
        display: block !important;
    }

    p.custom-field-class
    {
        width: 100% !important;
    }
    iframe.soundFrame {
        width: 70vw;
        height: 250px;
    }
}

@media screen and (max-width: 750px) {  

    .grid-item 
    {
        display: block !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 33px;
        max-width: 95%;
    }
    .grid-item img {
        margin: 0 auto;
        max-height: 60%;
        max-width: 70%;
    }
    .grid-item.quote-item 
    {    
        margin-top: 60px;
    }
    .grid-item .text {
        font-size: 17px;
        line-height: 30px;
        width: 90%;
        margin: 0 auto;
    }
    .single .nav-links:before
    {
        display: none;
    }    

    .single .nav-previous, .single .nav-next
    {
        display: block;
        max-width: 95%;
        text-align: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .single .nav-previous
    {    
        padding-bottom: 40px;
    }


    .single .nav-previous a, .single .nav-next a 
    {
        float: none;
        font-size: 24px;
        line-height: 30px;
    }

    .single-portfolio .nav-previous, .single-portfolio .nav-next
    {
        display: inline-block;
        padding-bottom: 0;
        max-width: none;
        margin: 0 15px;
    }

    .carousel-slider .slick-slide img
    {
        max-height: 300px;
    }    
    iframe.soundFrame {
        width: 70vw;
        height: 250px;
    }
}

@media screen and (max-width: 480px) { 
    .header-logo img {
        width: 200px;
      }
}

@media screen and (max-width: 380px) { 
    .toggle-holder {
        top: 40px;
        right: 30px;
      }
    .header-logo img {
        width: 150px;
      }
}