/*
Theme Name: Create-so 
Description: Smart. Flexible. Beautiful. Create-so
Author: Sophea SOK
Author URI: http://www.cer-evolution.com/
Template: themetrust-create
Version: 1.0.0
*/

#site-header {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 0 rgba(255,4,0,0.1);
    z-index: 554;
    padding: 0 30px;
    position: relative;
}

body, input, select, textarea {
    color: #000000; /* color: #7f7f7f;*/
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
}

#primary header.main {
    padding: 40px 0 40px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff; /* background-color: #f5f5f5;*/
    display: table;
    width: 100%;
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
}

.pagination a, .pagination span {
    display: inline-block;
    margin: 0 4px;
    background: none;
        background-color: rgba(0, 0, 0, 0);
    background-color: #ef4135;/*    background-color: #242424;*/
    padding: 7px 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    font-size: .8em;
    line-height: 1em;
}

#scroll-to-top {
    padding: 6px 16px;
    background: #ef4135; /*background: #383838;*/
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 600;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none;
    cursor: default;
}


#footer .secondary {
    padding: 40px 0 30px 0;
    text-align: center;
    color: #747475;
    background-color: rgba(0,0,0);
}

#footer .secondary a {
    color: #fff; /*    color: #ababac;*/
}

#footer a:hover {
    color: #ef4135;/*color: #fff;*/
}

#footer .secondary a:hover {
    color: #ef4135;/*color: #fff;*/
}

#footer .widget-box ul li, #slide-panel .widget-box ul li {
    border-bottom: 0px solid rgba(255,255,255,.07);
}


.secondary-nav {
	float: right;
    width: auto;
    padding-left: 10px!important;
    position: reltive;
    margin-top: -2px;
	margin-left: -12px;
}

a:hover, a:active {
    color: #ef4135;
}

a {
    color: #000000;
    text-decoration: none;
}

blockquote {
    margin-left: 7%;
    border-left: 3px solid #ef4135;
    margin-bottom: 40px;
    font-style: italic;
    padding-left: 15px;
}

.op-list-overview .highlighted, span.op-period-time.highlighted, tr.op-row-day.highlighted td, tr.op-row-day.highlighted th {
    color: #ef4135;
}

#slide-panel .hidden-scroll .inner {
    padding: 25%;
}

.main-nav ul.sf-menu li ul {
    background: #ffffff;

}

.main-nav ul ul li, .sticky .main-nav ul ul li {

    color: #000000 !important;

}

.main-nav ul.sf-menu li ul a:hover {
    color: #ef4135 !important;
}