﻿/*
 Theme Name:     Blog Dizzyfans Theme
 Theme URI:      #
 Description:    Blog Dizzyfans gyerek Theme
 Author:         #
 Author URI:     #
 Template:       Divi
 Version:        4.0.X
*/

/*@import url("../Divi/style.css");*/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {

}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

}

/* =Theme customization starts here
------------------------------------------------------- */
#main-content {
    background-color: #f7f7f7 !important;
}
/* Plusz szegély törlés */
.et_pb_widget_area_left {
    border: none;
}
.vp-portfolio__item {
    /*padding: 10px;*/
    /*background-color: white;*/
}
.vp-portfolio__item-meta h2 a {
    font-weight: 700;
}
.vp-portfolio__items-style-default .vp-portfolio__item a:hover, .vp-portfolio__items-style-default .vp-portfolio__item a:focus {
    color: #FF6901;
}

.fooldal-blog-lista-sor .vp-portfolio__item-meta-read-more {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgb(255, 171, 6), rgb(255, 117, 5), rgb(255, 116, 5)) repeat scroll 0% 0%;
    box-shadow: rgba(255, 164, 5, 0.48) 0px 0px 10px 0px;
    color: white !important;
    border: none;
    margin-top: 20px;
    border-radius: 8px;
    padding: .5em 1.5em !important;
    margin-bottom: 10px;
}
.fooldal-blog-lista-sor .vp-portfolio__item-meta-read-more:hover {
    opacity: .9;
    cursor: pointer;
}
/* Lábléc menü középre igazítása */
#et-footer-nav div.container {
    text-align: center;
}

/* GDPR cookie értesítés */

/* Rendben gomb méretezés */
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font: normal 14px/20px Nunito,sans-serif !important;
    padding: 8px 30px !important;
}