/*
 * Theme Name: arcshot
 *
 * Layout: Sidebar-Content
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/


/* header */

.site-header.inner {
    padding: 1em 0;
}

p.site-description {
    position: absolute;
    left: 16%;
    top: 0;
}

a.phone {
    position: absolute;
    right: 0;
    top: 1.125em;
    color: #000000;
    font-size: 2.0625em;
    }

ul.social {
    position: absolute;
    right: 0;
    top: 5em;
    }

a.custom-logo-link {
    max-width: 7.8125em;
    left: 2.9375em;
}

.main-navigation {
    position: absolute;
    left: 16%;
    top: 6.5em;
}


.content-area {
	float: right;
	margin: 0 0 0 -15%;
	width: 100%;
}

.single .hentry {
    padding: 0 14%;
}

.inner.site-content {
    padding: 0;
}
.site-main {
	margin: 0 0 0 15%;
	overflow: hidden;
}
.site-content .widget-area {
	float: left;
	overflow: visible;
	width: 12%;
	text-align: right;
	/* background-image: url(https://localhost/dev/div/arc/wp-content/themes/arcshot/images/sidebar-graphic.jpg); */
	/* background-repeat: no-repeat; */
}

.widget-area h2.widget-title {
    margin-bottom: 0.375em;
    font-weight: 400;
    font-size: 1.5em;
    color: #000000;
}

.widget-area ul {
    font-weight: 300;
}
.site-footer {
	clear: both;
	width: 100%;
}

/* archives */

.hfeed .hentry.work {
    width: 50%;
    float: left;
    padding: 0.75em;
}

img.attachment-work-feature {
    padding-bottom: 0.75em;
}

/* news */

.hfeed .post a.post-thumbnail {
    width: 30%;
    display: block;
    float: left;
    border: 0.0625em solid;
    padding: 1em;
    margin: 1em 3% 1em 0;
}

.hfeed .post h2.entry-title {
    margin-bottom: 0;
}

.hfeed .post {
    border-bottom: 0.0625em dotted #cccccc;
    padding-bottom: 2em;
}

.single-post .featured-image {
    border: 0.0625em dotted #cccccc;
    margin-bottom: 1em;
}

/* index-images with effects */

.post-type-archive-work .work-projects, .tax-industries .work-projects {
    width: calc(100% + 1.5em);
    margin-left: -0.75em;
}

.feature-img {
    display: block;
    position: relative;
    max-width: 100%;
    text-align: center;
    line-height: 0;
    margin: 0em auto 0em;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

a.img-text {
    display: flex;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    align-content: stretch;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    z-index: 8;
}
a.img-text {
    margin: 0em;
    padding: 1.5em;
    box-sizing: border-box;
}

a.img-text:hover {
    opacity: 1;
}


a.img-text .entry-title {
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    font-size: 1.1em;
    align-self: center;
    margin: 0em;
    padding: 0.75em 1.125em;
    border-radius: 0.125em;
}

.bg-img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 36.25em;
    align-self: stretch;
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    -o-transition: transform 1s;
}

.bg-img img {
    margin-left: -624.9375em;
}

.feature-img:hover .bg-img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-backface-visibility: hidden;
}

/* single work */

.feature-wrap {
    background-size: 72.5em;
    background-repeat: no-repeat;
    max-height: 40.75em;
    margin-bottom: 1em;
    max-width: 72.5em;
    line-height: 1;
}


