/*
Theme Name: Enfold Child
Description: A <a href='https://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: https://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*LOGO SVG*/
.logo svg {padding-top: 30px; padding-bottom: 30px;}

/*HEADINGS*/
h1, h2, h3, h4, h5, h6 {letter-spacing: 0px !important;}

/*SPECIAL-AMP*/
.special_amp {font-family: inherit; font-style: inherit; font-size: inherit; line-height: inherit; font-weight: inherit; color: inherit!important;}

/*LINKS-UNDERLINE*/
a:hover, a:focus, a:visited, #top .av_inherit_color a {text-decoration: none !important;}

/*MAIN MENU SUBLEVEL ARROWS*/
.menu-item-top-level.dropdown_ul_available > a .avia-menu-text:after {content: "\e877"; font-family: entypo-fontello; color: #000000 !important; position: relative; left: 5px; vertical-align: middle;}

/*MAIN MENU SUBLEVEL COLUMN*/
.av-main-nav ul {width: 230px;}

/*ICON LIST*/
.avia-icon-list .iconlist_icon {margin-right: 10px;}

/*PORFOLIO-GRID*/
.pomodorogrid .grid-entry {padding: 5px;}
.pomodorogrid .grid-entry-title {text-transform: uppercase !important; font-size: 18px !important; line-height: 1.5em !important; font-weight: 600 !important;}
.pomodorogrid .grid-entry-excerpt {font-style: normal; font-size: 14px !important; line-height: 1.6em !important;}
.pomodorogrid .avia-arrow {display:none;}
.pomodorogrid .grid-entry .inner-entry {box-shadow: none;}

/*SCROLL-TOP*/
#scroll-top-link {bottom: 90px;}

/*MOBILE}*/
@media only screen and (max-width: 767px) {
.responsive .logo svg {padding-top: 15px; padding-bottom: 15px;}
}