/*
Theme Name: Divi Child
Description: Divi Child
Author: BETO Design
Author URI: https://betodesign.com/
Template: Divi
Version: 1.0.0
Text Domain:  Divi
*/

/** MENÜ GOMB **/
.foglalas-gomb a {
    color: #ed1c25!important;
    line-height: 9px;
    font-weight: 600;
    padding: 13px 16px !important;
    text-transform: uppercase;
    font-size: 14px !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    border: 2px solid #ed1c25;
}
 
.foglalas-gomb a:hover {
    opacity: 1 !important;
    color: #fff !important;
    background-color: #ed1c25;
}


/** KIJELÖLÉS **/
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #ed1c25;
}

::selection {
    color: #fff;
    background: #ed1c25;
}


/** LINK **/

a {
	 transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

a:hover {
    color: #008bdb;
}