@charset "utf-8";
@charset "utf-8";

  a.forrasbutton {
position: relative;
display: block;
margin: 10px auto 20px auto;
width: 150px;
height: 50px;
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
overflow: hidden;
border-radius: 4px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
color: rgba(255,255,255,1);
background-color: #FF3300;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
a.forrasbutton:hover {
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
}
a.forrasbutton.forras-Origo\.hu {
background-image: url(//www.sopron.info.hu/wp-content/plugins/twd-wordpress-rss-importer/images/origo-logo.png);
color: rgba(255,255,255,0);
}
a.forrasbutton.forras-Hvg\.hu {
background-image: url(//www.sopron.info.hu/wp-content/plugins/twd-wordpress-rss-importer/images/hvg-logo.png);
color: rgba(255,255,255,0);
}
a.forrasbutton.forras-Index\.hu {
background-image: url(//www.sopron.info.hu/wp-content/plugins/twd-wordpress-rss-importer/images/index-logo.png);
color: rgba(255,255,255,0);
}
a.forrasbutton.forras-europali\.hu {
background-image: url(//www.sopron.info.hu/wp-content/plugins/twd-wordpress-rss-importer/images/europali-logo.png);
color: rgba(255,255,255,0);
}
a.forrasbutton.forras-cyberpress\.hu {
background-image: url(//www.sopron.info.hu/wp-content/plugins/twd-wordpress-rss-importer/images/cyberpress-logo.png);
color: rgba(255,255,255,0);
}
a.forrasbutton.forras-Portfolio\.hu {
background-image: url(//www.sopron.info.hu/wp-content/plugins/twd-wordpress-rss-importer/images/portfolio-logo.png);
color: rgba(255,255,255,0);
}
a.forrasbutton.forras-sopronitema\.hu {
background-image: url(//www.sopron.info.hu/wp-content/plugins/twd-wordpress-rss-importer/images/sopronitema-logo.png);
color: rgba(255,255,255,0);
}
a.forrasbutton.forras-sopronkc\.hu {
background-image: url(//www.sopron.info.hu/wp-content/plugins/twd-wordpress-rss-importer/images/sopronkc-logo.png);
color: rgba(255,255,255,0);
}
a.forrasbutton.forras-24\.hu {
background-image: url(//www.sopron.info.hu/wp-content/plugins/twd-wordpress-rss-importer/images/24hu-logo.png);
color: rgba(255,255,255,0);
}
a.forrasbutton.forras-soproniak\.hu {
background-image: url(//www.sopron.info.hu/wp-content/plugins/twd-wordpress-rss-importer/images/soproniak-logo.png);
color: rgba(255,255,255,0);
}
a.forrasbutton.forras-sopronfest\.hu {
background-image: url(//www.sopron.info.hu/wp-content/plugins/twd-wordpress-rss-importer/images/sopronfest-logo.png);
color: rgba(255,255,255,0);
}
a.forrasbutton.forras-szivk\.hu {
background-image: url(//www.sopron.info.hu/wp-content/plugins/twd-wordpress-rss-importer/images/szivk-logo.png);
color: rgba(255,255,255,0);
}
a.forrasbutton.forras-ikvahir\.eu {
background-image: url(//www.sopron.info.hu/wp-content/plugins/twd-wordpress-rss-importer/images/ikvahir-logo.png);
color: rgba(255,255,255,0);
} a.forrasbutton::before {
content: "";
position: absolute;
top: 0;
left: -75%;
width: 40%;
height: 100%;
background: rgba(255,255,255,0.4);
transform: skewX(-20deg);
transition: all 0.5s ease;
}
a.forrasbutton:hover::before {
left: 130%;	
}
 .twd-yt_auto_post_wrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.twd-yt_auto_post_wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 10px 5px -5px #888;
}