        /***************CUSTOM CSS*****************/
        
        .clear {
            clear: both;
        }
        
        label {
            font-weight: bold;
        }
        
        ul {
            list-style: none;
        }
        
        .text-left {
            text-align: left;
        }
        
        .text-center {
            text-align: center;
        }
        
        .text-right {
            text-align: right;
        }
        
        .flex-display {
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }
        
        .flex-none {
            -webkit-flex: none;
            flex: none;
        }
        
        .flex-item {
            -webkit-flex: 1;
            flex: 1;
        }
        
        .flexv-center {
            align-items: center;
            -webkit-align-items: center;
        }
        
        .flex-center {
            justify-content: center;
            -webkit-justify-content: center;
        }
        
        .flex-start {
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
        }
        
        .flex-end {
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
        }
        
        .flex-space-around {
            justify-content: space-around;
        }
        
        .flex-space-between {
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }
        
        .flex-direction-row {
            -webkit-flex-direction: row;
            flex-direction: row;
        }
        
        .flex-direction-column {
            -webkit-flex-direction: column;
            flex-direction: column;
        }
        
        .flex-flow-row-wrap {
            flex-flow: row wrap;
            -webkit-flex-flow: row wrap;
        }
        
        .flex-wrap {
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        
        .site-header .container:before,
        .site-header .container:after {
            display: none;
        }
        
        h1 {
            margin-top: 0;
        }
        
        .page-header h1.page-title {
            padding: 0;
            margin: 15px 0 10px 15px;
        }
        
        .postmetadata {
            margin: 15px 0 0 0;
            padding-left: 5px;
            border-left: 1px solid #ddd;
        }
        
        #mainnav ul li span.menu,
        #mainnav ul li span.menu:before {
            display: inline-block;
            width: 20px;
            height: 20px;
            font-size: 20px;
            line-height: 1;
            font-family: FontAwesome;
            color: #fff;
            text-decoration: inherit;
            font-weight: 400;
            font-style: normal;
            vertical-align: middle;
            text-align: center;
            -webkit-transition: color .1s ease-in 0;
            transition: color .1s ease-in 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        
        #mainnav ul li span.menu:before {
            content: "\f0c9";
            width: 15px;
            font-size: 15px;
            margin: 0 0 0 -2px;
            padding: 0 10px 0 0;
        }
        
        .main-navigation li {
            padding: 5px 9px;
        }
        
        .main-navigation li:last-child {
            padding-right: 0;
        }
        
        .social {
            margin: 0;
            padding: 0;
        }
        
        .social li a {
            padding: 8px 16px;
            color: #f8f8f8;
            text-decoration: none;
            border: none;
            display: inline-block;
        }
        
        .site-header.header-scrolled .social li a {
            padding: 10px 16px;
            -webkit-transition: all 0.5s;
            transition: all 300ms ease;
        }
        
        .social li.twit a {
            background-color: #0066FF;
        }
        
        .social li.fbk a {
            background-color: #3B5998;
        }
        
        .social li.gle a {
            background-color: #DC4A38;
        }
        
        .social li.linkedin a {
            background-color: #0084bf;
        }
        
        .social li.mail a {
            background-color: #944144;
        }
        
        .social li.rss a {
            background-color: #FF7300;
        }
        
        .social li a:hover {
            color: #ccc;
        }
        
        .social li i {
            font-size: 18px;
        }
        
        .social li .wpel-icon {
            display: none!important;
        }
        
        .widget-area .widget-boxes .search-form {
            margin-bottom: 15px;
        }
        
        #left_column h3,
        #right_column h3 {
            color: #111111;
            font-size: 16px;
            font-weight: bold;
        }
        
        #blurb_box {
            padding: 15px 0 0;
            text-align: center;
        }
        
        #blurb_box .booktitle {
            color: #9c1111;
            font-size: 24px;
            padding-bottom: 12px;
            padding-top: 12px;
        }
        
        #blurb_box .quote {
            color: #9c1111;
            font-size: 18px;
        }
        /* ST Entry Lists */
        
        .entry-summary ul li:before,
        .entry-content ul li:before,
        .entry ul li:before,
        #sidebar ul ul li:before {
            content: "\00BB \0020";
        }
        
        .entry-summary ul,
        .entry-content ul,
        .entry ul {
            padding-left: 5px;
        }
        
        .entry-content ol,
        .entry ol {
            padding: 0 0 0 35px;
            margin: 0;
        }
        
        .entry-content ol li,
        .entry ol li {
            margin: 0;
            padding: 0;
        }
        
        .postmetadata ul,
        .postmetadata li {
            display: inline;
            list-style-type: none;
            list-style-image: none;
        }
        
        #content_right ul,
        #content_right ul ol {
            margin: 0;
            padding: 0;
        }
        
        #content_right ul li {
            list-style-type: none;
            list-style-image: none;
            margin-bottom: 15px;
        }
        
        #content_right ul p,
        #sidebar ul select {
            margin: 5px 0 8px;
        }
        
        #content_right ul ul,
        #sidebar ul ol {
            margin: 5px 0 0 10px;
        }
        
        #content_right ul ul ul,
        #sidebar ul ol {
            margin: 0 0 0 10px;
        }
        
        ol li,
        #content_right ul ol li {
            list-style: decimal outside;
        }
        
        #content_right ul ul li,
        #content_right ul ol li {
            margin: 3px 0 0;
            padding: 0;
        }
        /* End Entry Lists */
        
        .welcome {
            font-size: 24px;
        }
        
        .site-info .block {
            text-align: right;
        }
        
        .events-list ul {
            padding-left: 0;
        }
        
        #site_calendar {
            padding-left: 40px;
        }
        
        #site_calendar ul {
            padding: 0 0 0 18px;
            list-style: disc;
        }
        
        .navigation {
            padding: 10px;
        }
        
        #disqus_thread {
            padding: 0 15px;
        }
        /* Back To Top Button */
        
        .scroll_top.et-pb-icon {
            display: none;
            position: fixed;
            z-index: 99999;
            right: 0;
            bottom: 144px;
            padding: 5px;
            -webkit-border-top-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
            color: #fff;
            background: rgba(0, 0, 0, 0.9);
            font-size: 30px;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            opacity: 0;
            -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
            animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
        }
        
        .scroll_top.et-pb-icon.show {
            display: block;
            opacity: 1;
            -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
            animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
        }
        /*Widget Area*/
        
        .widget-area .widget-title {
            padding: 10px 15px 3px;
            color: #000;
            letter-spacing: 2px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        
        .widget-area .widget {
            margin-bottom: 20px;
            background: url(../images/widget-title.png) 0 0 no-repeat;
        }
        
        .fa-search:before,
        .fa-times:before {
            width: 10px;
            height: 10px;
            font-size: 20px;
            line-height: 1;
            color: #FFF;
            font-family: FontAwesome;
            cursor: pointer;
        }
        /*Set css for all touchscreen devices*/
        
        .touchevents .page-header .page-title {
            margin-top: 20px;
            padding: 0 0 0 15px;
        }
        
        .et_top_search,
        .et_search_outer {
            display: none;
        }
        
        .touchevents .et_top_search {
            margin-top: 10px;
            margin-right: 10px;
            display: block;
        }
        
        .touchevents .et_search_icon {
            position: absolute;
            right: 0;
            top: 0;
        }
        
        .touchevents span.et_close_search_field {
            position: absolute;
            top: 4px;
            right: -20px;
        }
        
        .touchevents .et_search_outer {
            position: relative;
            margin-top: 0.3em;
            margin-right: 25px;
            width: 179px;
        }
        
        .touchevents .et_search_icon {
            width: 35px;
            height: 30px;
            cursor: pointer;
            border: none;
        }
        
        .touchevents span.et_close_search_field {
            display: block;
            position: absolute;
            z-index: 9999;
            top: 4px;
            right: -20px;
            bottom: 0;
            width: 30px;
            height: 30px;
            margin: auto;
            cursor: pointer;
        }
        
        .touchevents .padz {
            padding: 0;
        }
        
        .touchevents .flexm-display {
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }
        
        .touchevents .main-navigation {
            display: none;
        }
        
        .touchevents #mainnav-mobi .menu-main-menu-container {
            width: 100%;
        }
        
        .touchevents .btn-menu {
            padding: 0 0 0 15px;
        }
        
        .touchevents .btn-menu .fa {
            font-weight: 400;
        }
        
        .touchevents .site-header.header-scrolled .social li a {
            padding: 10px 18px;
        }
        
        .touchevents .site-content {
            margin-top: 0;
        }
        
        .touchevents .site-content h1,
        .touchevents .site-content h2,
        .touchevents .site-content h3,
        .touchevents .site-content h4 {
            font-size: 20px;
        }
        
        .touchevents .site-content ul {
            padding: 0 0 0 3px;
        }
        
        .touchevents #blurb_box .booktitle {
            font-size: 22px;
            display: block;
            padding: 5px 0;
        }
        
        .touchevents #site_calendar {
            padding-left: 0;
        }
        
        .touchevents #site_calendar ul {
            padding: 0 0 0 10px;
        }
        
        .touchevents .site-content #blurb_box br {
            display: none;
        }