body {
    font: 400 14px Open Sans, Arial, Helvetica, sans-serif;
    color: #777777;
    line-height: 1.9;
}

.wrapall,
.boxed-layout {
    background-color: #ffffff;
}

body.page-template-page-blank-php {
    background: #ffffff !important;
}

h1,
.title-h1 {
    font: 600 28px Open Sans, Arial, Helvetica, sans-serif;
    color: #333333;
}

h2 {
    font: 600 24px Open Sans, Arial, Helvetica, sans-serif;
    color: #333333;
}

h3 {
    font: 600 18px Open Sans, Arial, Helvetica, sans-serif;
    color: #333333;
}

h4 {
    font: 600 16px Open Sans, Arial, Helvetica, sans-serif;
    color: #333333;
}

h5 {
    font: 600 16px Open Sans, Arial, Helvetica, sans-serif;
    color: #333333;
}

h6 {
    font: 600 16px Open Sans, Arial, Helvetica, sans-serif;
    color: #333333;
}

.title {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
    color: #333333;
}

a {
    color: #fdc134;
}

a:hover {
    color: #333333;
}


/* Titlebars */
.titlebar h1,
.title-h1 {
    font: 400 22px Open Sans, Arial, Helvetica, sans-serif;
    color: #777777;
}

#fulltitle {
    background: #f9f9f9;
    border-bottom: 0px none #efefef;
}

#breadcrumbs {
    margin-top: 6px;
}

#breadcrumbs,
#breadcrumbs a {
    font: 13px Open Sans, Arial, Helvetica, sans-serif;
    color: #aaaaaa;
}

#breadcrumbs a:hover {
    color: #666666;
}

#fullimagecenter h1,
#transparentimage h1,
#fullimagecenter .title-h1,
#transparentimage .title-h1 {
    font: 700 42px Montserrat, Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}


/* Color Accent */
.highlight {
    color: #fdc134 !important;
}

::selection {
    background: #fdc134;
}

::-moz-selection {
    background: #fdc134;
}

#shopping-btn span {
    background: #fdc134;
}

.blog-page .post h1 a:hover,
.blog-page .post h2 a:hover {
    color: #fdc134;
}

.entry-image .entry-overlay {
    background: #fdc134;
}

.entry-quote a:hover {
    background: #fdc134;
}

.entry-link a:hover {
    background: #fdc134;
}


/* Shortcodes */
.box.style-2 {
    border-top-color: #fdc134;
}

.box.style-4 {
    border-color: #fdc134;
}

.box.style-6 {
    background: #fdc134;
}

a.button,
input[type=submit],
button,
.minti_button {
    background: #fdc134;
    border-color: #fdc134;
}

a.button.color-2 {
    color: #fdc134;
    border-color: #fdc134;
}

a.button.color-3 {
    background: #fdc134;
    border-color: #fdc134;
}

a.button.color-9 {
    color: #fdc134;
}

a.button.color-6:hover {
    background: #fdc134;
    border-color: #fdc134;
}

a.button.color-7:hover {
    background: #fdc134;
    border-color: #fdc134;
}

.counter-number {
    color: #fdc134;
}

.divider-title.align-center:after,
.divider-title.align-left:after {
    background-color: #fdc134
}

.divider5 {
    border-bottom-color: #fdc134;
}

.dropcap.dropcap-circle {
    background-color: #fdc134;
}

.dropcap.dropcap-box {
    background-color: #fdc134;
}

.dropcap.dropcap-color {
    color: #fdc134;
}

.toggle .toggle-title.active,
.color-light .toggle .toggle-title.active {
    background: #fdc134;
    border-color: #fdc134;
}

@media only screen and (max-width: 959px) {

    @media only screen and (-webkit-min-device-pixel-ratio: 1),
    only screen and (min-device-pixel-ratio: 1) {
        .fontweight-300 {
            font-weight: 400 !important;
        }
    }
}

@media (max-width: 768px) {
    .hideundertablet {
        display: none;
    }
}

.features-box img {
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
    margin-bottom: -20px;
}

.borderbutton a {
    border: 1px solid #1cbac8 !important;
    padding: 10px 20px !important;
    margin-top: -11px !important;
    border-radius: 3px;
    margin-right: 15px !important;
    margin-left: 5px !important;
    color: #1cbac8 !important;
}

.borderbutton a:hover {
    background: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}