/*
Theme Name: Enfold Child
Description: A <a href='http://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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Adding Font Galette */

@font-face {
  font-family: 'Galette';
  src: url('/wp-content/themes/enfold-child/css/galette-med-webfont.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/enfold-child/css/galette-med-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/enfold-child/css/galette-med-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('/wp-content/themes/enfold-child/css/galette-med-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/enfold-child/css/galette-med-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}


h1, h2, h3, h4, h5, h6 { font-family: Galette, 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

span.avia-menu-text { font-family: Galette, 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; }

div.td-showcase .td-img img {
	border:0;
	border-style: none;
	width: 70px;
	height: 70px;
}
div.td-showcase {
        border-style: none;
        display: block;
}
div.td-showcase .td-img {
        margin: 0;
        border-style: none;
        display: inline;
        position: relative;
        left: 0px;
}
div.td-showcase .td-title {
        display: inline-block;
        position: relative;
	left: 15px;
	top: -23px;
}

div.td-content {
	display: inline-block;
        position: relative;
	top: -8px;
}

div.urgentcheckbox-wrap {
color:red;
}

div.tdformhidden-wrap {
visibility: hidden;
}


code {
	background: #f8f8f8;
	border-radius: 2px;
    padding:0px 2px;
    border-style:solid;
    border-width:1px;
 }

pre code {
background-color: transparent;
    border-style:none;

}

.iconbox_icon { border-radius: 0 !important; }

.td-iconbox-tools .iconbox_icon:before { display: none; }
.td-iconbox-tutorials .iconbox_icon:before { display: none; }
.td-iconbox-consultancy .iconbox_icon:before { display: none; }
.td-iconbox-emergency .iconbox_icon:before { display: none; }

.td-iconbox-tools .iconbox_icon { background-image: url(/wp-content/uploads/2013/04/tools.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 100%; background-color: transparent; }

.td-iconbox-tutorials .iconbox_icon { background-image: url(/wp-content/uploads/2013/04/tutorials_s.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 100%; background-color: transparent; }

.td-iconbox-consultancy .iconbox_icon { background-image: url(/wp-content/uploads/2013/04/consultancy.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 100%; background-color: transparent; }

.td-iconbox-emergency .iconbox_icon { background-image: url(/wp-content/uploads/2015/12/consultancy_urgent.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 100%; background-color: transparent; }


.avia_combo_widget * {
    font-size: 12px!important;
}


/*.news-thumb {
display: none;
}
*/

.no-news-thumb {
display: none;
}

/*
.link-content {
font-size: 18px!important;
} 
*/

/* BBpress modifications for Enfold */

.bbp-reply-author:before { display: none; }
/*span.bbp-topic-started-by { display: none; }
.bbp-search-form {
    display: none;
}*/



.bbp-threaded-replies {
    margin-left: 25px !important;
}



#bbpress-forums div.bbp-reply-content{
    /*min-height: 68px;*/
    text-align: left;
    overflow: hidden;
    border-radius: 2px;
    padding:0px 15px;
    border-style:solid;
    border-width:1px;
    position: relative;
    margin-left:0;
    margin-right:0;
}
/*
#bbpress-forums .bbp-reply-author{
    position: relative;
}
*/



/*
#bbpress-forums .user-id-2 div.bbp-reply-content {
background: #f8f8f8 url(/wp-content/uploads/2016/01/topicdesk_logo_small_forum_corner.png) top right no-repeat;
}
*/

#bbpress-forums .user-id-1 div.bbp-reply-content {
background: #f8f8f8;
}
#bbpress-forums .user-id-2 div.bbp-reply-content {
background: #f8f8f8;
}
#bbpress-forums .user-id-3 div.bbp-reply-content {
background: #f8f8f8;
}

#top .sticky {
    background: #f8f8f8 !important;
	}
	
#top .super-sticky {
    background: #f8f8f8 !important;
}

#top .bbp-template-notice {
    background: #719430 !important;
}


/* Breadcrumb position */

.title_container .breadcrumb {
    right: auto;
    left: 48px;
    top: 80%;
}

.title_container {
    padding-bottom: 10px !important;
}

h1.entry-title {
    padding-bottom: 10px !important;
}