/*
Theme Name: Enfold Child
Description: Theme f&uuml;r sheisontheroadagain.com
Version: 1.0
Author: Niko Baumgartl
Author URI: http://nikobaumgartl.com
Template: enfold
*/

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Light.ttf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Finger Paint';
  src: url('fonts/FingerPaint-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

#top #wrap_all .all_colors h1,
#top #wrap_all .all_colors h2,
#top #wrap_all .all_colors h3,
#top #wrap_all .all_colors h4,
#top #wrap_all .all_colors h5,
#top #wrap_all .all_colors h6 {
  font-weight: 300;
}

.main_color strong {
	color: #575757;
}

#top .gallery .gallery-item {
	width: inherit !important;
	height: inherit !important;
}

#top .gallery-caption {
display: block !important;
}

/*Starlinks für WP-Editor Posts*/
.single-post .template-blog .entry-content p a::before, a.starlink::before {
    font-family: 'entypo-fontello';
    color: #0bb8ac;
    content: "\e809";
}
.single-post .template-blog .entry-content p a:hover:before, a.starlink:hover:before {
color: #c6009e;
}
/*Starlinks für Enfold Layout Builder Posts*/
.post-template-default.single-post .avia_textblock p a:before {
    font-family: 'entypo-fontello';
    color: #0bb8ac;
    content: "\e809";
}
.post-template-default.single-post .avia_textblock p a:hover:before {
color: #c6009e;
}

/*Scroll to Top Button Mobile anzeigen*/
@media only screen and (max-width: 767px){
.responsive #scroll-top-link {
  display: block!important;
}}
