/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v12-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/inter-v12-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1 span.little {
    font-size: 61px;
    line-height: 1;
    display: flex;
}

@media (max-width: 768px) {
    h1 span.little {
        font-size: 34px;
        margin-top: 10px;
    }
}

/* Canvas Panel style */

#generate-slideout-menu a.gb-button {
    color: #231C07;
    background-color: #eeb327;
}
#generate-slideout-menu a.gb-button:hover {
    color: #231C07;
    background-color: #fff;
}
#generate-slideout-menu a.gb-button.sub-button {
    color: #231C07;
    background-color: #fff;
}
#generate-slideout-menu a.gb-button.sub-button:hover {
    color: #231C07;
    background-color: #eeb327;
}
#generate-slideout-menu ul li {
    margin-bottom: 15px;
}
#generate-slideout-menu ul li a {
    line-height: 1.4em;
    padding-left: 0;
}
#generate-slideout-menu .inside-navigation {
    padding: 0 20px;
}
#generate-slideout-menu .inside-navigation .main-nav ul.slideout-menu li {
    text-align: left;
}
#generate-slideout-menu.main-navigation .main-nav ul ul {
    padding: 10px 20px;
}
#generate-slideout-menu .menu-item-has-children .dropdown-menu-toggle {
    margin: 0;
    border: none;
    padding: 0 5px;
}
#generate-slideout-menu .main-nav {
    margin-bottom: 0;
}


.site-header {
    box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.10);
}

@media (min-width: 768px) {
    #hirdeteskezeles .img-box img {
        object-position: bottom;
    }
    #webshop-marketing .img-box img {
        height: 864px;
    }
    #kosarertek .img-box img {
        height: 626px;
        object-fit: cover;
        object-position: top;
    }
}



@media (max-width: 1024px) {
    .site-header .header-image {
       max-width: 150px;
       top: 15px;
    }
}

@media (min-width: 1025px) {
    .site-header .header-image {
        max-width: 250px;
       position: absolute; 
       top: -20px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .site-header .header-image {
       max-width: 250px;
       top: -15px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .site-header .header-image {
       max-width: 200px;
       top: -45px;
    }
}


/* Custom List style */

.custom-list .wp-block-getwid-accordion__content,
.custom-list .wp-block-getwid-accordion__header-wrapper {
    border: none!important;
}
.custom-list .wp-block-getwid-accordion__content {
    padding: 0 0 20px 55px ;
}
.custom-list .wp-block-getwid-accordion__content .has-inline-color:hover {
    color: #009EAD!important;
}
.custom-list .wp-block-getwid-accordion__icon i {
    font-size: 30px;
    color: #009EAD;
}
.custom-list .wp-block-getwid-accordion__header-title {
    font-weight: 500;
    color: #333!important;
}
.custom-list.big-title .wp-block-getwid-accordion__header-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2em;
}
.custom-list.big-title .wp-block-getwid-accordion__header a {
    align-items: flex-start;
}
.custom-list.big-title .wp-block-getwid-accordion__header .wp-block-getwid-accordion__icon {
    margin-right: 0.25em;
}
.custom-list.big-title .wp-block-getwid-accordion__content {
    padding: 0 0 20px 78px ;
}
.custom-list.dark-bg .wp-block-getwid-accordion__header-title {
    font-weight: 500;
    color: #fff!important;
}
.custom-list.dark-bg .wp-block-getwid-accordion__content {
    color: #fff;
    padding: 0 0 20px 50px;
}


@media (max-width: 768px) {
    .custom-list .wp-block-getwid-accordion__content,
    .custom-list.big-title .wp-block-getwid-accordion__content,
    .custom-list.dark-bg .wp-block-getwid-accordion__content {
        padding: 0;
    }
    .custom-list .wp-block-getwid-accordion__content-wrapper {
        margin-bottom: 10px;
    }
    .custom-list .wp-block-getwid-accordion__header {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Slider style */

.wp-block-getwid-content-slider .slick-arrow:before,
.wp-block-getwid-content-slider .slick-dots li button:before {
    color: #009EAD;
}
.wp-block-getwid-content-slider .fas {
    color: #EEB327;
}


/* Form style */

.gravity-theme input,
.gravity-theme select,
.gravity-theme textarea {
    background-color: #fff;
    border: 2px solid #D4D4D4;
    border-radius: 5px;
}
.gravity-theme input[type="submit"] {
    background-color: #eeb327;
    color: #333333;
    border: 2px solid #eeb327;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.16);
}
.gravity-theme input[type="submit"]:hover {
    background-color: #ffffff;
}
.gravity-theme #gform_2 input[type="submit"] {
    background-color: #ffffff;
}
.gravity-theme #gform_2 input[type="submit"]:hover {
    background-color: #eeb327;
}



/* Footer nav style */

#footer .wp-block-navigation-submenu {
    background-color: #222427;
    color: #fff;
}
#footer .wp-block-navigation .wp-block-navigation-item__content:hover {
    color: #00cbde;
}



/* Timeline style */

#timeline {
    overflow: hidden;
}
#timeline .fa-circle {
    color: #008b98;
}
#timeline .fa-circle {
    position: relative;
    z-index: 1;
}
#timeline .fa-circle::after {
    content: "";
    background-color: #0c4767;
    width: 3px;
    height: 2000px;
    position: absolute;
    left: 14px;
    top: 5px;
    z-index: -1;
}
#timeline .timeline-row {
    flex-wrap: nowrap;
    overflow: hidden;
}
#timeline .last-time .fa-circle::after {
    content: "";
    background-color: #FFFFFF;
    width: 3px;
    height: 2000px;
    position: absolute;
    left: 14px;
    top: 5px;
    z-index: -1;
}


@media (max-width: 768px) {
    #timeline .reverse-row {
        flex-direction: row-reverse;
    }
    .reverse {
        flex-direction: column-reverse;
    }
}



/* Blog page style */

body.blog h2 {
/*    font-size: 34px;*/
    line-height: 1.2em;
}
body.blog .read-more {
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 45px;
    border: 2px solid #eeb327;
    border-radius: 50px;
}
body.blog #page .post-image {
    margin-bottom: 20px;
}
body.blog .post-image img {
    border-radius: 20px;
}
body.blog .entry-summary {
    margin-top: 20px;
}


/* Single post style */

body.single-post #page {
    padding: 40px;
}
body.single-post #page .inside-article {
    padding: 0;
}
body.single-post h1 {
    font-size: 61px;
    line-height: 1.2em;
    margin-top: 20px;
}
body.single-post #page .featured-image {
    margin: 0;
}
body.single-post .featured-image img {
    width: 100%;
    border-radius: 20px;
}
body.single-post .sidebar h2 {
    font-size: 34px;
}



/* 404 style */

body.page-id-36 .wp-block-search__button {
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #eeb327;
}
body.page-id-36 .wp-block-search__input {
    border-radius: 20px;
    border: 2px solid #eeb327;
}

@media (max-width: 768px) {
    body.page-id-36 .wp-block-search__inside-wrapper {
        width: 100%!important;
    }
}
 





/* USP style */

@media (min-width: 1025px) and (max-width: 1114px) {
    #usp h5 {
        font-size: 20px;
    }
}

@media (min-width: 1175px) and (max-width: 1320px) {
    body.home #usp h5 {
        font-size: 20px;
    }
}
@media (min-width: 1102px) and (max-width: 1175px) {
    body.home #usp h5 {
        font-size: 18px;
    }
}
@media (min-width: 1025px) and (max-width: 1102px) {
    body.home #usp h5 {
        font-size: 15px;
    }
}