/*
    Theme Name:   Enfold - Norne
    Template:     enfold
*/

@import url("../enfold/style.css");
/* =Theme customization starts here
-------------------------------------------- */



/* #Media Queries
================================================== */
	/* fix bug Enfold template */
    .header-scrolled #header_main{padding: 15px 0 ;}
    .mfp-content{
        max-width:1100px;
        margin:0 auto;
    }
    .header-scrolled .av-main-nav ul{margin-top: 14px;}
    .header-scrolled .avia-menu-fx{bottom: -16px;}
    h1{
    font-weight: 100;
    }

    #top .widget_nav_menu li,#top .widget_nav_menu .current-menu-item , #top .widget_nav_menu .sub-menu>li { 
    display: block;
    }       

    p.toggler {
        background-color: #f8f8f8!important;
    }

    a.anchor{
      display: block; 
      position: relative; 
      top: -150px; 
      visibility: hidden;
    }
    #top .textwidget .social_bookmarks li{
        border: 0 none;
        clear:none;
    }
	.pagination .pagination-meta{display: block;text-align: right;float:none;} 
	#comments span.required{display: inline;}
	.comment_text i,.comment_text cite,.comment_text em{font-style: italic;}
	.responsive #scroll-top-link{display: block;}
	#commentform label{left:0;position: relative;padding-bottom:5px;}
	#wrap_all{position:relative;}
    #top #main .sidebar_left.sidebar {
        border-left: medium none;
        border-right-style: solid;
        border-right-width: 1px;
        height:100%;
    }
    #top #header_main{z-index:30;}
    #top #header .logo{padding-top:20px;}
    #top #header.header-scrolled .logo{padding-top:0;}
    #top .News .slide-image, #top .News .slide-meta{display:none;}
    #top .News .slide-entry-title.entry-title{font-size: 19px; padding-bottom:10px;}
    #top .read-more-link{}
    .current-menu-item > a > .avia-menu-fx > .avia-arrow-wrap, .current_page_item > a > .avia-menu-fx > .avia-arrow-wrap, 
    .current-page-ancestor > a > .avia-menu-fx > .avia-arrow-wrap,
    .menu-item > a:hover > .avia-menu-fx > .avia-arrow-wrap,.menu-item > a:hover > .avia-menu-fx > .avia-arrow-wrap{visibility: visible;display: block;}
    .current-page-ancestor .avia-menu-fx {opacity: 1;visibility: visible;}
    .current-page-ancestor a, .main_color  .av-subnav-menu .current-menu-item a{color:#333333;}
    #top #header_meta{background: #939598;}
    #top .sub_menu{padding-right:30px;color:#fff;}
    #top .sub_menu a{color:#fff;}
    #top #header_meta .sub_menu .current-menu-item a, #top #header_meta .sub_menu  a:hover{color:#000; text-decoration: none; border-bottom:  2px solid #990033;padding: 4px 0;line-height:12px;}
    #top #avia-menu #menu-item-search {position: absolute;top:-60px;right:0;}
    #bli{background: #fff;}
    #bli iframe{height:800px;}
	/* large screens with 1140px with */
	@media only screen and (min-width: 1140px)  {

	}


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

	}


	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 989px) {
           #header_main .container .logo {width:105px;}
           #top #header .logo{padding-top: 30px;}
           #avia-menu .avia-menu-text{font-size:14px;}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
        #bli iframe{height:400px;}
 	}

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

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {


	}
