/*
Theme Name: RA Erding
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: WEBNIQUE
Author URI: //webnique.de
Template: enfold
*/


/* ======================================================================================================================================================
** HTML TAGS
====================================================================================================================================================== */




/* ======================================================================================================================================================
** HEADER
====================================================================================================================================================== */

/*
** TOPBAR
====================================================================================================================================================== */

/*
** LOGO
====================================================================================================================================================== */
.logo img {
    width:350px;
    margin-top: 20px;
}

.logo {
    line-height: 95px !important;
}

/*
** NAVIGATION MENU
====================================================================================================================================================== */
.avia-menu-text {
    text-transform: uppercase;
    font-weight: 400;
}


/* ======================================================================================================================================================
** FOOTER
====================================================================================================================================================== */



/* ======================================================================================================================================================
** GENERAL
====================================================================================================================================================== */

/*
** MAIN
====================================================================================================================================================== */


/*
** FONTS
====================================================================================================================================================== */
/*@import url(//kanzlei-linseis.de/wp-content/uploads/omgf/local-stylesheet-import-114/local-stylesheet-import-114.css);*/



/*
** HELPER CLASSES
====================================================================================================================================================== */


/*
** BUTTONS
====================================================================================================================================================== */
body div .avia-button {
    border-radius: 0;
}

.textwidget .avia-button {
    background-color: blue !important;
}

/*
** FORMS
====================================================================================================================================================== */
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    background-color: #e5e5e5;
}


/* ======================================================================================================================================================
** SHORTCODES CUSTOMIZATION
====================================================================================================================================================== */

/*
** ICON LIST
====================================================================================================================================================== */
.avia-icon-list .iconlist_icon {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 25px;
    text-align: center;
    border-radius: 500px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-left: 2px;
    z-index: 5;
    color: #fff;
}

.avia-icon-list .iconlist-timeline {
    position: absolute;
    top: 1%;
    left: 25px;
    width: 1px;
    height: 99%;
    border-right-width: 1px;
    border-right-style: dashed;
}

.avia-icon-list .av-iconlist-empty .iconlist_title {
    margin-top: 11px;
}

.avia-icon-list .iconlist_title {
    text-transform: none;
    top: 0;
    margin-bottom: 0;
    position: relative;
}

.avia-icon-list .av-iconlist-empty .iconlist_title a {
    color: #4D68AD !important;
}

/*
** TEAM MEMBER
====================================================================================================================================================== */
.team-member-name {
    font-size: 20px;
}

.team-member-job-title  {
    font-size:13px;
    line-height: 17px;
}

/*
** POSTS
====================================================================================================================================================== */
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    border-radius: 0;
}


/* ======================================================================================================================================================
** PAGES CUSTOMIZATIONS
====================================================================================================================================================== */

/*
** LANDING PAGE STYLES
====================================================================================================================================================== */



/* ======================================================================================================================================================
** MEDIA QUERIES
====================================================================================================================================================== */

/*
** Desktop Styles
====================================================================================================================================================== */

/*
** Very large Screens min width 1233px to 1339px
================================================== */
@media only screen and (min-width: 1233px) and (max-width: 1339px) {

}


/*
** Large screens with min 1140px width
================================================== */
@media only screen and (min-width: 1140px) {

    .responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry {
        width: 25%;
    }

}

/*
** Smaller than standard 989 (devices and browsers)
================================================== */
@media only screen and (max-width: 989px) {

}

/*
** Tablet & Desktop Styles
====================================================================================================================================================== */

/*
** Tablet Portrait size to standard 1233 (devices and browsers)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 1233px) {

}

/*
** Tablet Landscape size to infinity (devices and browsers)
================================================== */
@media only screen and (min-width: 990px) {


    /*
	** TABLET LANDSCAPE TO INF: GENERAL
	================================================== */
    /* Helper Classes */
    .wbq_hide_on_desktop {
        display: none !important;
    }


}

/*
** Tablet Landscape size to 1140px (devices and browsers)
================================================== */
@media only screen and (min-width: 990px) and (max-width: 1140px) {

}


/*
** Tablet Portrait size to standard 989 (devices and browsers)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 989px) {


    /*
	** TABLET PORTRAIT TO 989: GENERAL
	================================================== */
    /* Helper Classes */
    .wbq_hide_on_tablet_portrait {
        display: none !important;
    }

    .wbq_hide_on_mobile {
        display: none !important;
    }

    .wbq_hide_on_mobile.wbq_but_show_on_tablet_portrait {
        display: inherit !important;
    }

    .responsive .logo img {
        margin-top: 20px !important;
    }


    /*
	** TABLET PORTRAIT TO 989: SHORTCODES
	================================================== */


    /*
	** TABLET PORTRAIT TO 989: FOOTER
	================================================= */


}

/*
** Tablet Portrait size till infinity
================================================== */
@media only screen and (min-width: 768px) {

    /*
	** TABLET PORTRAIT: GENERAL
	================================================== */
    /* Helper Classes */
    .wbq_hide_on_desktop {
        /*display: none !important;*/
    }


    /*
	** TABLET PORTRAIT: HEADER / NAV MENU
	================================================= */


    /*
	** TABLET PORTRAIT: LANDINGPAGE
	================================================= */


}

/*
** All Mobile Sizes (devices and browser)
====================================================================================================================================================== */
@media only screen and (max-width: 767px) {

    /*
	** MOBILE: GENERAL
	================================================== */
    /* Helper Classes */
    .wbq_hide_on_mobile {
        display: none !important;
    }


    /*
	** MOBILE: HEADER / NAV MENU
	================================================= */

    h2.av-special-heading-tag {
        font-size: 0.5em !important;
    }

    /*
	** MOBILE: LANDINGPAGE
	================================================= */


    /*
	** MOBILE: SHORTCODES
	================================================== */


    /*
	** MOBILE: FOOTER
	================================================= */


}

/*
** Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================================================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    /*
	** MOBILE LANDSCAPE: GENERAL
	================================================== */


    /*
	** MOBILE LANDSCAPE: SHORTCODES
	================================================== */


    /*
	** MOBILE LANDSCAPE: LANDINGPAGE
	================================================= */


    /*
	** MOBILE LANDSCAPE: FOOTER
	================================================== */


}