/*
Theme Name: School Basic Theme
Author: Arvin Kent Sahid Lazaga (Webmaster/System Developer/IT Technician)
Description: Customized theme for the school of Ateneo de Zamboanga University. It has 100% maintainability and 100% mobile ready. 
Version: 1.0
Tags: two-columns, right-sidebar, drawer menu, featured-images, bootstrap, custom-header, custom-menu, custom-logo
*/
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Lora');


/* Default HTML and Body Styles */
html, body {
    height: 100%;
}

#body-wrapper {
    background-image: url('../schooltheme/assets/images/bg-web.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

h4.widget-title, h2, p, li, a {
    font-family: 'Poppins', sans-serif !important;
}

h4.widget-title, h2 {
    font-size: 30px !important;
}

h4.widget-title {
    padding: 0.5em 0.5em !important;
}

/* Custom Font Matura MT Script */
@font-face {
	font-family: 'Matura MT Script Capitals';
	font-style: normal;
	font-weight: normal;
    src:  url('fonts/maturasc.woff') format('woff')
}

.mega-menu-link {
    font-size: 8px !important;
}

.featured-thumbnail img {
    max-width: 100%;
    height: auto !important;
}

#content-holder, .single-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 100px !important;
}


#wrap {
    margin-top: 100px;
    z-index:-9999;
}
.widget-title a {
    color: #fff;
}

.wp-block-column {
    padding: 0 !important;
    margin: 5px !important;
}

.news-links {
    font-size: 14px !important;
    font-family: 'Lora', serif !important;
    font-weight: bold;
}

.widget_media_video {
    margin-bottom: 15px;
}

.card {
    z-index:1 !important;
}

.btn-pages {
    background: #003399;
    margin-left: 10px !important;
}

.emphasize a {
    color: #FFFF00 !important;
    -webkit-animation:blinkingEmphasize 2.0s infinite;
    -moz-animation: blinkingEmphasize 2.0s infinite;
    animation:blinkingEmphasize 2.0s infinite;
    font-weight: bold;
}

@keyframes blinkingEmphasize {
    0%{		color: #FFFF00;	}
	49%{	color: #ffffff;	}
	50%{	color: #FFFF00;	}
	99%{	color: #ffffff;	}
	100%{	color: #FFFF00;	}
}

/* Wrapper */
.school-theme, #wrap, #banner {
    background-image: url('../schooltheme/assets/images/bg-web.jpg');
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

/* Memos */
.ai1ec-date {
	background: #E7FCFE !important;
}

/* Page Template Styles */
.page-template {
	background: #b1c1ed !important;
}

/* Custom WP Image Styles */
#speech-recog {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 2;
    height: auto;
    display: none;
}

.blinking{
	animation:blinkingText 1.3s infinite;
}
@keyframes blinkingText{
	0%{		color: #000;	}
	49%{	color: transparent;	}
	50%{	color: transparent;	}
	99%{	color:transparent;	}
	100%{	color: #000;	}
}

.nav-menu {
    width: 100% !important;
    display: flex;
	justify-content: center;
	align-items: center;
    background-color: #003399;
    list-style: none;
    z-index:2 !important;
}

#menu-main-top-menu {
    padding: 0 !important;
}
.menu-main-top-menu-container {
    
    z-index:100;
}

/* Submenu Styles */
#menu-main-top-menu ul { /* this targets all sub menus */
    display: none; /* hide all sub menus from view */
    position: absolute;
    background: #fff;
    top: 605px; /* this should be the same height as the top level menu -- height + padding + borders */
    list-style-type: none !important;
    z-index: 2 !important;
    padding: 0 !important;
    width: 180px;
}

#menu-main-top-menu li {
    padding: 5px !important;
    max-width: 100% !important;
    margin-right: -20px !important;
}

/* Third Level Menu */
#menu-main-top-menu ul ul {
    display: none;
    position: absolute;
    background: #fff;
}

/* Third Level Menu */
#menu-main-top-menu ul li:hover ul {
    display: block;
    position: absolute;
    top: 80px;
    right: -182px;
}

/* Third Level Menu List */
#menu-main-top-menu ul ul li {
    list-style: none;
}

/* Third Level Menu Item */
#menu-main-top-menu ul ul li a{
    color: #000;
}

.clear {clear:both}

#menu-main-top-menu ul li { /* this targets all submenu items */
    float: none; /* overwriting our float up above */
    width: 100% !important; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
#menu-main-top-menu ul li a { /* target all sub menu item links */
    padding: 5px 10px; /* give our sub menu links a nice button feel */
    color: #000;
    width: 100% !important;
}

#menu-main-top-menu li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
}

.fa::before {
    float: left !important;
    margin-top: 14px;
    margin-left: 20px !important;
}

.menu-item a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    min-width: 100px;
    text-decoration: none;
    font-size: 17px;
}

.menu-item a:hover {
    color: #17A2B8;
}

.sub-menu li a:hover {
    color: #17A2B8 !important;
}

/* Post Content Text Alignment */
.post-contents {
    z-index: -1;
}

.btn-pages {
    margin-left: 0 !important;
}

.post-content {
    height: 100%;
    text-align: justify;
    z-index: 1;
}

.post-content  img {
    float: left;
    margin-right: 10px;
}

.bolders {
    font-weight: bold !important;
}

#logo-holder {
    background: url('../schooltheme/assets/images/finalhead.png') no-repeat; 
    display: flex; 
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    background-size:100% auto;
    height: 250px; 
    z-index: 1;
    pointer-events: none;
}

#anchor-holder {
    display: none;
    width: 1000px; 
    position: absolute;
    top: 8px; 
    left: 16px; 
    color: #f1f1f1;
    vertical-align: center;
}

#span-holder {
    font-size: 1.1em; 
    position: absolute; 
    top: 8px; 
    text-align: center;
}

#seal, #page-seal {
    z-index: 9999;
    background-image: url('../../uploads/2018/09/Society-of-Jesus-Logo-1.png');
    background-position: bottom right;
    background-size: 30%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
}

/* Post Content Image Styles */
.div-spacer {
    height: 200px;
    margin-bottom: 100px;
    z-index: 9999;
}

#logoseal {
    margin-top: 100px !important;
    background-image: url('../../uploads/2018/09/Society-of-Jesus-Logo-1.png');
    background-position: right;
    background-size: 30%;
    background-repeat: no-repeat;
}

.ul-links > li {
    margin-left: 40px;
    border-bottom: 1px solid;
    border-bottom-color: #CCCCCC;
}

.widget-title {
    font-size: 20px !important;
    background: #003399 !important;
    padding: 1em 1em !important;
    color: #ffffff;
}

.wp-block-file {
    margin-bottom: 5px !important;
}

.bellows-nav li {
    background: #003399 !important;
}

.bellows_navigation_widget-class > nav {
    background: red !important;
}

.bellows-nav {
    background: #9ACAF7 !important; 
    
}

.bellows-target {
    color: #212529 !important;
    background: #9ACAF7 !important;
}

.icons {
    float: left;
}

#media_image-5, #media_image-6 {
    display: inline-block;

}

#myTopnav {
    margin-top: -30px !important; 
}

/* Content Image Fix for WP Post Content */
/*img {
	max-width: 100%; 
	height: auto;
}*/

/* Default Font Style for Site Title */
#site-title {
	font-family: 'Matura MT Script Capitals';
	font-size: 2.2em;
}

/* Banner Styles */
#banner {
    width: 100%;
    height: 550px !important;
    padding: 0;
    margin: 0;
}

#alumni-menu {
    margin-top: -20px;
    margin-left: 26px;
}

#toggle {
    z-index: 2 !important;
}

#wrapper-body {
    background-image: url('../schooltheme/assets/images/bg-web.jpg') !important;
}



/* Sets the style for footer */
#page-footer {
    background: #003399;
    padding-top: 20px;
    position: relative;
    height: 150px;
    margin-top: 150px !important;
    clear:both;
}

/* Sets the style for anchor links for footer */
#page-footer ul li > a, #page-footer {
	color: #D0CFD3;
	font-weight: bold;
}

#social-links {
    display: block;
    position: fixed;
    z-index: 2 !important;
    top: 20px !important;
    left: -30px;
    height: 100%; /* Full height */
}

/* Small Devices, Tablets */
@media screen and (max-width : 760px){	
	/* Hides Social Links */
	#social-links {
		display: none;
    }
}

/* display this row with flex and use wrap (= respect columns' widths) */

.row-flex {
    display: flex;
    flex-wrap: wrap;
}


/* vertical spacing between columns */

[class*="col-"] {
    margin-bottom: 30px;
}

#particles-js2 {
    background-size: 100% 100% !important;
    max-width: 100% !important;
}

.slider_hero_btn_cls_one {
    position: absolute !important;
    left: 90px !important;
    margin-top: 160px !important;
}

.hero_slider_btn a {
    background: #0056b3 !important;
    color: #ffffff !important;
}

.hero_slider_btn a:hover {
    text-decoration: none !important;
}


/* Custom Mobile Ready Navigation */

/* Custom Mobile Portrait */ 
@media only screen and (min-width : 150px) and (max-width: 480px) {
    .mega-menu-toggle {
        margin-top: 200px;
        margin-left: -240px;
        position: fixed;
    }

    #m-logo {
        margin-top: -65px !important;
    }

    #mega-menu-top-menu {
        position: fixed !important;
        z-index: 9999;
        width: 100% !important;
        margin-top: 300px !important;
    }

    .mega-sub-menu li {
        width: 100% !important;
        margin: 0px !important;
    }

    #speech-recog {
        position: relative;
        float: right;
        z-index: 2;
        font-size: 8px;
        height: auto;
    }

    img {
        max-width: 100%;
        display: block;
        height: auto;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        vertical-align: middle;
    }

    .media-body {
        margin: 0 !important;
    }

    .media img {
        margin-left: 10px !important;
    }

    .widget {
        max-width: 100% !important; 
    }
    h2 {
        line-height: 12px !important;
    }

    #particles-js2 {
        margin-top: 15px !important;
    }

    #content-holder {
        margin-top: -378px !important;
    }

    .qc-sliderX-bottomCon {
        display: none;
    }
    .post-content {
        
    }

    .imagebox-main-desc {
        height: auto !important; 
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: -50px;
    }

    .media .thumbnail {
        margin-left: 35px;
    }
    .media .media-body {
        clear: both !important;
    }

    #content-holder {
        margin-top: -320px !important;
    }
    
    /*Second Level Menu */
    #menu-main-top-menu ul {
        background: rgb(25, 25, 25);
        background: rgba(25, 25, 25, .9);
        top: 1.5em;
        left: -40px;
        height: auto;
        width: 15em;
    }

    #menu-main-top-menu li:hover > ul {
        display: block;
    }

    #menu-main-top-menu ul li {
        float: none;
        width: 100% !important;
    }

    #menu-main-top-menu ul li a { /* target all sub menu item links */
        padding: 5px 10px; /* give our sub menu links a nice button feel */
        color: #fff !important;
        width: 100% !important;
    }
    
    #unique-holder {
        position: relative;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: -40px !important;
        margin-bottom: -60px !important;
    }

    #seal {
        margin-top: -100px !important;
    }

    /* Start Fourth Verion*/
    #body-holder {
        margin-top: -230px !important;
        margin-bottom: 180px !important;
    }
    #particles-js2, #unique-banner {
        position: absolute;
        top: 100px;
        width: 100% !important;
        height: 220px !important;
    }

    #logo-holder {
        margin-bottom: -168px;
        background-size:100% auto;
    }

    #anchor-holder {
        width: 100% !important;
        position: relative;
        margin-left: -25px;
        display: block !important;
    }
    #anchor-holder img {
        height: 70px;
    }
    #anchor-holder span {
        margin-top: 70px !important;
    }
    /* End Fourth Version */

    /*#anchor-holder {
        width: 100% !important;
        position: relative;
        margin-left: -25px;
        display: block !important;
    }*/

    #img-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #span-holder {
        clear: both;
        margin-top: 125px;
        display: block !important;
    }

    #banner {
        width: 100% !important;
        margin-bottom: 50px !important;
        height: 435px !important;
    }

    #toggle {
        color: #FFF;
        text-align: center;
        margin-left: -20px;
    }

    #page-footer {
        height: auto;
        margin-top: 20px;
    }
}

/* Custom, Mobile Landscape */
@media (min-width: 481px) and (max-width: 767px) {
    #content-holder {
        margin-top: -325px !important;
    }

    .wp-block-column {
        width: 100% !important;
    }

    #body-holder {
        margin-top: -220px !important;
        /*background: red !important;*/
    }

    #img-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #span-holder {
        width: 100% !important;
        clear: both;
        margin-top: 125px;
        display: block !important;
    }

    #particles-js2, #unique-banner {
        position: absolute;
        top: 100px;
        width: 100% !important;
        height: 220px !important;
    }

    #logo-holder {
        height: 148px;
        margin-bottom: -168px;
        margin-top: 100px !important;
        background: url('../schooltheme/assets/images/mobilebanner.jpg') no-repeat !important; 
    }

    #anchor-holder {
        width: 100% !important;
        position: relative;
        margin-left: -25px;
        display: block !important;
    }
    #anchor-holder img {
        height: 70px;
    }
    #anchor-holder span {
        margin-top: 70px !important;
    }
   
    #toggle {
        color: #FFF;
        text-align: center;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

#side-holder {
    height: 100%;
}

#alumni-menu {
    margin-left: 10px !important;
}

@media screen and (min-width: 769px) {
    #nav-menu  {
        background: red !important;
    }
}

.wp-block-image img {
    padding-bottom: 0 !important;
    margin-bottom: 100px !important;
}

/* Desktop View */
@media screen and (min-width: 1066px) {
    .quadmenu-navbar-header {
        display: none !important;
    }
    #toggle {
        display: none;
    }
    #body-holder, #side-holder, #seal, #single-side, .card-holders {
        margin-top: -40px !important;
    }

    #unique-banner {
        position: relative;
        width: 100% !important;
        height: 100% !important;
    }

    #logo-holder {
        margin-top: -2px !important;
        width: 100% !important;
    }

    #unique-header {
        width: 100% !important;
        height: 550px !important;
    }

    #unique-holder {
        position: relative;
        overflow: hidden;
        width: 100% !important;
        height: 98px !important;
    }
    
} 
  
@media screen and (max-width: 1063px) { 
    .media {
        display: block !important;
    }

    #logo-holder {
        display: inline-block !important;
        margin-top: 1px !important;
    }

    #toggle {
        color: #FFF;
        text-align: center;
    }

    #wrapper-holder {
        margin-top: 150px !important;
    }

    .card {
        margin-top: -200px !important;
    }

    #popout {
        position: fixed;
        height: 100%;
        width: 250px;
        background: rgb(25, 25, 25);
        background: rgba(25, 25, 25, .9);
        color: white;
        top: 0px;
        left: -250px;
        z-index:2 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fa::before {
        float: left !important;
        margin-top: 14px;
        margin-left: 20px !important;
        vertical-align: middle;
    }

    /*Make dropdown links appear inline*/
    .nav-menu {
        display: block;
        background: rgba(0, 0, 0, 0.3) !important;
        padding: 0;
    }

    .menu-item {
        margin-top: -30px;
    }
    
    /*Make all menu links full width*/
    .nav-menu li, li a {
        width: 100%;
    }
        
    #toggle {
        float: right;
        position: fixed;
        top: 50px;
        right: 0;
        width: 45px;
        height: 24px;
        background: rgba(0, 0, 0, 0.3);
        height: 60px;
    }
        
    .nav-menu li { 
        padding:20px;
        width:100%;
    }
            
    .nav-menu li a { 
        color:#FFF;
        text-decoration:none;
        width:100%;
    }
} 


i.specs {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
}

/* Mega Menu */
#mega-menu-wrap-top-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 64px;
    background: #003399;
    width: 100%;
    margin-bottom: 15px;
}

/* Mega Menu Links */
#mega-menu-top-menu li a {
    font-size: 16px !important;
}

/* Mega Menu Links */
#mega-menu-top-menu li a:hover, #mega-menu-top-menu li a:visited {
    background: #0A1445 !important;
}

/* Mega Sub Menu */
.mega-sub-menu {
    background: #0A1445 !important;
    z-index: 9999 !important;
}

/* Mega Sub Menu Links */
.mega-sub-menu li a {
    color: #ffffff !important;
}

.textwidget .custom-html-widget {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
} 

.qc-sliderX-bottomCon {
    z-index: 2 !important;
}

#custom_html-8 {
    margin-top: -36px;
}

.sp-buttons {
    margin-top: -50px !important;
}

/* Iphone Devices */
@media (min-width: 375px) and (max-width: 812px) { 
   
}

.wp-block-image figure figcaption {
margin-top: -70px !important;
}

.quadmenu-navbar-nav li a:hover {
    color: #fff !important;
}


  
