/*
Theme Name:     	accesspress-parallax-child
Template:       	accesspress-parallax
Version:        	1.16
*/

@import url("../accesspress-parallax/style.css");

.portfolio-list h3 {
color: transparent !important;
background: none !important;
}

.entry-thumb {
display: none !important;
}

.entry-footer {
    display: none !important;
}

.site-main .post-navigation a {
    display: none;
}

.portfolio-list:hover img {
    transform: none !important;
}

.page .entry-header h1.entry-title {
    font-family: 'Open Sans',sans-serif;
    text-align: left;
    font-size: 36px;
	color: #E66432
}

.entry-header h1.entry-title {
    font-family: 'Open Sans',sans-serif;
    text-align: left;
    font-size: 36px;
	color: #E66432
}

body {
    color: #333e48 !important;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 16px !important;
}

p, li {
    font-family: 'arial', arial;
    font-size: 16px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}

a {
    color: #2f7bbf;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
	color: #e66432;
}

.main-navigation a {
    font-family: serif;
}

.parallax-section h1 {
    font-family: 'Open Sans';
	margin-bottom: 30px;
	color: #e66432;
    font-size: 30px;
}

.blog-list .blog-excerpt .posted-date {
    display: none;
}

.blog-list h3 {
    display: none;
}

.blog-list .blog-excerpt {
    text-decoration: none !important;
}

.parallax-section {
    padding: 50px 0 10px;
    position: relative;
}

.page-header {
    display: none;
}

.text-rotation {
      -webkit-transform: rotate(-90deg); 
      -moz-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
}

h3 {
    margin-bottom: 20px !important;
	font-family: 'Open Sans' !important;
    border-bottom: 1px solid #cbcbcb !important;
}

h4 {
    margin-bottom: 20px !important;
	margin-top: 10px !important;
	font-family: 'Open Sans' !important;
}

.vertical-text__inner {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.5;
    transform: translate(0,100%) rotate(-90deg);
    transform-origin: 0 0;
    letter-spacing: 2px;
    overflow: hidden;
    width: 1.5em;
    font-size: 1.3vmin;
    max-height: 120px;
}

#go-top {
    background: transparent !important;
}

#go-top a {
    display: none;
}

.service-list h3 {
    margin-bottom: 10px !important;
    line-height: 0 !important;
    border-bottom: 0px !important;
}

.service-list .service-image img {
    padding: 0px !important;
}

.portfolio-list h3 {
    margin-bottom: 10px !important;
    line-height: 0 !important;
    border-bottom: 0px !important;
}

.service-list .service-image {
    height: 120px;
    width: 120px;
    border-radius: 0%;
    margin-top: 15px;
    overflow: hidden;
    border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: inherit;
    background: rgba(255,255,255,0.1);
}

.service-list .service-detail {
    width: 415px;
}