﻿/*
Theme Name: Total Child
Theme URI: http://www.digitaliway.com
Description: Child Theme.
Author: digital.iway
Author URI: http://www.digitaliway.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



/* remove drop arrow from menu */
.uael-nav-menu .sub-arrow {
    display: none!important;
}


/* first nav item make red
.uael-nav-menu li:first-child a {
    color:#b61728!important;
}*/

/*
    first nav item change color Replace the `1` in `nth-of-type(1)` to the position
    of the menu item like 1, 2, ... that you want to modify the color of.
*/

/*
ul.uael-nav-menu li:nth-of-type(1) a {
    color: #ffffff !important;
}
*/


/* change location of loading icon for post search */
.pp-posts .pp-loader {
    top: 50px;
}

.searchandfilter select.sf-input-select {

    font-family: "Nanum Myeongjo", Sans-serif!important;
    font-size: 20px !important;
}



.tribe-common button, .tribe-common input[type=button], .tribe-common input[type=reset], .tribe-common input[type=submit] {
    cursor: pointer;
    background-color: #ffffff !important;
    overflow: visible;
    color: #000000 !important;
}


/* nnual report search form adjust */

.ar-search-form .searchandfilter > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
}

.ar-search-form .searchandfilter > ul {
    margin-left:0px!important;
}

.ar-search-form .searchandfilter .sf-field-submit {
    font-family: "Crimson Pro", Sans-serif;
    font-size: 15px!important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #B61728;
    border-style: solid;
    border-width: 0px 0px 0px 0px!important;
    border-radius: 0px 0px 0px 0px!important;

}

.ar-search-form .searchandfilter .sf-field-submit > input[type="submit"] {

    font-size: 15px!important;
    font-weight: 300;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #3852A1;

}

.ar-search-form .searchandfilter input.sf-input-text {

    border-width: 1px !important;
    border-radius: 0px !important;
    border-color: #DEDEDE;

}

















/* adjust search box width */
.tribe-common .tribe-common-form-control-text__input {

    width: 90%!important;

}


