/**** CSS TOC
    - fonts
    - altalanos
    - breadcrumb home icon
    - captcha content
    - kezdooldal slider navbar
    - fixing lists
    - imaszoba idobeosztas
    - szolgalok view
    - szolgalo node
    - blog listazas es blog node
    - kapcsolat
    - footer
    - Block Simple News
    - Cookies
*/



/**** altalanos */
.hidden { 
    display: none;
}
.shadowed {
    filter: drop-shadow(5px 5px 7px #1a1a1a);
}
.shadowed-light {
    filter: drop-shadow(1px 4px 5px #aaaaaa);
}
blockquote {
    line-height: inherit;
    background: none;
    padding: 1% 2%;  
    padding-right:10%;
    font-size: inherit;
}
blockquote.pretty {
    border: 0;
    color: #fff;
}
blockquote.article-quote {
    min-width: 200px;
    max-width: 30%;
    border: 0px;
}
blockquote.article-quote p {
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
blockquote.article-quote-right {
    float: right;
    padding: 0 0 0 20px;
    margin-left: 20px;
    border-left: 10px solid #f8f8f8;
    text-align: right;
}
blockquote.article-quote-left {
    float: left;
    padding: 0 20px 0 0;
    margin-right: 20px;
    text-align: left;
    border-right: 10px solid #f8f8f8;
}
.text-dark {
    color: #212529 !important;
}
.italic {
    font-style: italic;
}
.bg-color-363636 {
    background-color: #363636 !important;
}
.pb200 {
    padding-bottom:200px;
}
.pt200 {
    padding-top:200px;
}
.fs70 {
    font-size: 70%;
}
.fs80 {
    font-size: 80%;
}
.fs90 {
    font-size: 90%;
}
.force-dark-text, .force-dark-text h1, .force-dark-text h2, .force-dark-text h3, .force-dark-text h4, .force-dark-text h5, .force-dark-text h6 {
    color: #292929 !important;
}
.force-white-text, .force-white-text h1, .force-white-text h2, .force-white-text h3, .force-white-text h4, .force-white-text h5, .force-white-text h6 {
    color: #fff !important;
}
@media all and (max-width: 990px) {
    /* xtra-small and small */
    .menu.nav > li > span {
        font-size:12px;
    }
}
@media (max-width: 767px) {
    /* small */
    #main-container br {
        display: inline;
    }
}



/**** breadcrumb home icon */
.breadcrumb .icon {
    font-size: 12px;
    display: inline-block;
}



/**** captcha content style */
#captcha--content {
    background: #f8f8f8;
}
#captcha--description {
    display: none;
}



/**** kezdooldal slider navbar */
nav.transparent .nav-bar {
    border-bottom: 0 !important;
}
nav.transparent.scrolled .nav-bar {
    border-bottom: 1px solid #ccc !important;
}
.menu > li > span,
nav.transparent .menu > li > span {
    opacity: 0.7;
}
.menu > li > a.ti-home.nav-home-front {
    color: transparent;
}
.menu > li > a.ti-home.nav-home-front:before {
    display:inline-table;
    color:#292929;
}
@media all and (max-width: 990px) {
    /* xtra-small & small */
    a.ti-home:after {
        content: "Főoldal";
        font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #292929;
        transition: all 0.3s ease;
       -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
       opacity: 0.7;
       text-transform: uppercase;
       
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
    white-space: normal;
       
       
    }
    a.ti-home:hover:after {
           opacity: 1 !important;
    }
}
.path-frontpage a.ti-home.nav-home-front {
    display: none;
}



/**** fixing lists */
ol.bullets, ul.bullets {
    list-style-position: outside;
    padding-left:1em;
}
ul.bullets {
    padding-left:1.4em;
}
.bullets .bullets {
    margin-left: 10px;
    margin-bottom: 0;
}

ul.intercession li {
    line-height: inherit;
}



/**** imaszoba idobeosztas */
.ibeo-image img {
    filter: drop-shadow(0px 6px 7px #8a8a8a);
    margin-left: 40px;
    border: 1px solid lightgrey;
}



/**** szolgalok view */
.team-image {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-image:hover {
    filter: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.outer-title img.team-image {
    overflow: hidden;
}
.team-container {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.team-container .team-image {
    margin: 0;
}
/* szolgalok view fitting things */
@media all and (max-width: 767px) {
    /* xtra-small */
    .szolgalo .field--name-field-kep {
        width: 60%;
    }
}
@media all and (min-width: 768px) and (max-width: 990px) {
    /* small */
    .view-id-szolgalok .view-content div:nth-child(2n+2):after {
        display: table;
        clear: both;
        content: " ";
    }
}
@media all and (min-width: 991px) {
    /* medium + */
    .view-id-szolgalok .view-content div:nth-child(3n+3):after {
        display: table;
        clear: both;
        content: " ";
    }
}



/**** szolgalo node */
.szolgalo .field--name-field-cim {
    font-style: italic;
    margin-bottom: 16px;
}
.szolgalo .field--name-field-kep {
    float: right;
    margin-left: 16px;
    filter: drop-shadow(1px 4px 5px #aaaaaa);
}



/***** blog listazas es blog node */
.page-node-type-article #main-container {
    padding-top:0;
}
.view-id-blog_masonry .view-display-id-page_4 img,
.page-node-type-article .field--name-field-image img {
    filter: drop-shadow(1px 4px 5px #aaaaaa);
}
.a2a_kit {
    float: right;
    margin-top: 20px;
}
.path-blog .main-container {
    background: #f8f8f8;
}
.view-blog-tags .view-content div {
    display: inline-block;
    text-transform: lowercase;
}
#block-titleblockleftshortlight .breadcrumb {
    display: none;
}
.page-node-type-article .field--name-field-tags .field--item a:after {
    display: inline-table;
    content: "|";
    color: #aaa;
    margin-left: 8px;
}
.page-node-type-article .field--name-field-tags .field--item:last-child a:after {
    display: none;
}
.page-node-type-article .field--name-field-source {
    display: none;
}
@media all { 
    img.img-float-right {
        float: right;
        margin: 0 0 10px 10px;
    }
    img.img-float-left {
        float: left;
        margin: 0 10px 10px 0;
    }
}
@media all and (max-width: 768px) { 
    /* small */
    img.img-float-right, img.img-float-left {
        float: none;
        margin: 5px;
    }
}


/***** kapcsolat */
.location {
    min-height: 100px
}
.location .left {
    width: 80%;
}
.location .right {
    width: 20%;
}
.form-item-field-a-kerdesem select {
    text-transform:none;
    background-color: #f8f8f8;
}
form#contact-message-feedback-form label[for=edit-field-a-kerdesem] {
      display: none;
}
@media all and (min-width: 768px) and (max-width: 990px) { 
    /* small */
    .location .icon-lg {
        font-size: 60px;
    }
}



/***** footer */
.footer-1 .logo {
    max-height: initial;
}



/***** Block Simple News */
aside .block-simplenews .field--name-mail,
.postscript .block-simplenews .field--name-mail {
  width: 100%;
}
aside .block-simplenews .field--name-mail input[type="email"],
.postscript .block-simplenews .field--name-mail input[type="email"] {
  margin-bottom: 10px;
}
input#mce-EMAIL {
        color: #555555;
}
body.user-logged-in .block-simplenews .form-actions {
    float: left;
}



/***** Cookies */
.eu-cookie-withdraw-tab {
    transform: translate(-3px,-100%);
    left: 0px;
    background-color: transparent;
    color: #fc4f4f;
    text-shadow: 1px 1px #292929;
}  
.eu-cookie-compliance-buttons button,
.eu-cookie-withdraw-tab .popup-buttons button {
    margin-bottom: 4px;
}
@media all and (min-width: 768px) and (max-width: 990px) { 
    /* small */
    .location .icon-lg {
        font-size: 60px;
    }
}










