/*
Theme Name: Aco Temporary Power Child
Theme URI: https://acotemporarypower.com
Template: twentyseventeen
Author: Md Moin Ahmed
Author URI: http://mdmoinahmed.com
Description: We are a family-owned and operated company doing business since 1989.We can provide you with the standard 100 to 200 amp meter poles, multi set systems to the more intricate three phase 400 amp to 1000 amp stand up systems. We also have available office trailer connections, and variety of construction rental equipment. Permit pulling services are offered for Building and Safety, Southern California Edison and Department of Water and Power.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.0.1581844149
Updated: 2020-02-16 09:09:09

*/


strong {
    /* font-weight: 500; */
    /* color: #222; */
}
a{
	color: #F4324E;
}
a:hover {
    text-decoration: none;
    color:#54860D;
}

a:focus {
    outline: 0 solid;
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
}


button {
    cuacor: pointer;
}
.internal-content-wrap ul li {
    line-height: 30px;
}


.content-block p {
    line-height: 30px;
}

.single-post-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.single-post-item h2 {
    font-size: 25px;
}

a {
    display: inline-block;
}

/* social css */
ul.aco-socials {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 42px;
}

ul.aco-socials li {
    display: inline-block;
    margin-left: -4px;
    margin-right: 12px;
}

ul.aco-socials li a {
    width: 28px;
    height: 28px;
    background: #D7D7D7;
    color: #777777;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    transition: .3s linear;
    line-height: 28px;
}

ul.aco-socials li a:hover {
    background: #F4324E;
    color: #fff;
}

/* header-top css */

a.aco-secondary-btn {
    background: transparent;
    color: #F4324E;
    font-size: 18px;
    border-radius: 25px;
    position: relative;
    padding: 10px 35px;
    z-index: 1;
    border: 1px solid #F4324E;
    transition: .3s linear;
}

.aco-secondary-btn i {
    margin-right: 5px;
}

.aco-secondary-btn:after {
    width: 100%;
    height: 100%;
    content: "";
    background: #F4324E;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
    z-index: -1;
    transition: .3s linear;
    transform: scale(0, 1);
    transform-origin: center;
    visibility: hidden;
    opacity: 0;
}

.aco-secondary-btn:hover:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.aco-secondary-btn:hover,
a.aco-secondary-btn:hover {
    color: #fff;
}


/*single-blog post*/
.aco-single-post-item h2 {
    font-size: 20px;
    font-weight: 600;
}



.aco-single-post-item .aco-post-featured-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    height: 246px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}

.aco-single-post-item .aco-post-featured-image img {
    display: none;
}

.aco-single-post-item h2 a {
    color: #222;
    line-height: 30px;
}

 .aco-post-metas span {
    min-width: 100px;
    font-size: 14px;
    margin-right: 5px;
    text-transform: capitalize;
}

 .aco-post-metas span>i {
    color: #F4324E;
    margin-right: 5px;
}

 .aco-post-metas {
    margin-bottom: 15px;
}

.aco-single-post-item p {
    margin-bottom: 25px;
}


/*back to top css*/
.aco-baack-to-top {
    background: #F4324E 0 0;
    border-radius: 50%;
    bottom: 30px;
    margin-top: -17.5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    width: 30px !important;
    line-height: 30px;
    z-index: 7 !important;
    position: fixed !important;
    right: 2%;
    top: auto !important;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: all .4s ease 0s;
    cuacor: pointer;
    position: fixed;
    display: inline-block;
    -webkit-transform: perspective(1px) translateX(-50%) translateZ(0);
    transform: perspective(1px) translateX(-50%) translateZ(0);
    box-shadow: 0 0 1px transparent;
    z-index: 19;
}

.aco-baack-to-top:hover,
.aco-baack-to-top:focus,
.aco-baack-to-top:active {
    color: #fff
}


@-webkit-keyframes effect {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes effect {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.aco-baack-to-top:after {
    content: '';
    position: absolute;
    border: #F4324E solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: effect;
    animation-name: effect;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.aco-anime-btn:before {
    content: '';
    position: absolute;
    border: #F4324E solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 25px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: effect;
    animation-name: effect;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: -1;
}
.is-sticky .aco-baack-to-top.sticky {
    visibility: visible;
    opacity: 1;
}


/*video-popup-box*/
a.aco-video-popup-box {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

a.aco-video-popup-box i {
    background: #F4324E 0 0;
    border-radius: 50%;
    bottom: 30px;
    margin-top: -17.5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    width: 40px !important;
    line-height: 40px;
    z-index: 7 !important;
    text-align: center;
    transition: all .4s ease 0s;
    cuacor: pointer;
    display: inline-block;
    -webkit-transform: perspective(1px);
    transform: perspective(1px);
    box-shadow: 0 0 1px transparent;
}

a.aco-video-popup-box i:after {
    content: '';
    position: absolute;
    border: #F4324E solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: effect;
    animation-name: effect;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

a.aco-video-popup-box:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    z-index: -1;
    opacity: .70;
}


/*benifits-menu-style*/
.aco-benefit-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
}

.aco-benefit-menu ul li {
    display: inline-block;
    margin-left: -4px;
    width: 25%;
    text-align: center;
    padding: 0 15px;
}

.aco-benefit-menu ul li a {
    display: block;
    background: #EBEBEB;
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #222;
    padding: 15px 0;
    border-radius: 3px;
    box-shadow: 0px 3px 13px transparent;
    transition: .3s linear;
}

.aco-benefit-menu ul li a:hover {
    background: #F4324E;
    color: #fff;
    box-shadow: 0px 3px 13px #00000054;
}

/*form css*/
input:not([type=checkbox]):not([type=radio]), textarea, select {
    width: 100%;
    border: 1px solid #D7D7D7;
    transition: .3s linear;
    padding: 0 20px;
    border-radius: 3px;
}

input:not([type=checkbox]):not([type=radio]), select {
    height: 50px;
    margin-bottom: 20px;
    line-height: 50px;
}



/*blog search bar*/
li.aco-select-icon {
    width: 32%;
    margin-right: 40px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    float: left;
}
.aco-blog-search-wrap ul li {
    padding: 0;
}

li.aco-search-field {
    width: calc(68% - 40px);
    margin-right: 0;
}

li.aco-search-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}
.aco-select-icon .nice-select,.aco-select-icon .nice-select.open {
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #D7D7D7;
    background: transparent;
}

.aco-select-icon .nice-select:after {
    content: none;
}

.aco-select-icon .nice-select ul li {
    display: block;
    font-weight: 500;
    padding: 5px 0 5px 30px;
    border-bottom: 1px solid #EBEBEB;
    border-left: 3px solid transparent;
}

.aco-select-icon .nice-select ul li.option.selected {
    color: #222;
    font-weight: 700;
    border-left-color: #F4324E;
    background-color: #fff;
}

.aco-select-icon .nice-select ul li.option:hover {
    background-color: #fff;
}
.aco-blog-search-wrap ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

li.aco-search-icon:after {
    content: "\ed11";
    font-family: icofont;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: -1;
    color: #000000;
    line-height: 50px;
}


li.aco-search-icon input[type="submit"] {
    background: transparent;
    border: none;
    opacity: 0;
    cuacor: pointer;
    width: 50px;
    padding: 0;
    margin: 0;
}

.aco-blog-search-wrap ul li.aco-select-icon select {
    -webkit-appearance: none;
    background: transparent;
    color: #777;
}

li.aco-select-icon:after {
    content: "\ea67";
    font-family: icofont;
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 50px;
    z-index: -1;
}

.aco-blog-search-wrap input,
.aco-blog-search-wrap select {
    margin-bottom: 0;
}



/*blog css*/
.aco-blog-top-bar {
    margin-bottom: 60px;
}

.aco-single-post-fluid .aco-single-post-item .aco-post-featured-image {
    width: 360px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.aco-single-post-fluid .aco-single-blog-content {
    position: relative;
    padding-left: 390px;
}

.aco-single-post-fluid .aco-single-post-item {
    padding: 30px;
    border: 1px solid #D7D7D7;
    border-radius: 3px;
}

.blog-page .aco-single-post-item {
	margin-bottom: 40px;
}
.blog-page{
	padding: 60px 0 80px;
}
.aco-blog-grid-changers span {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
}

.aco-blog-grid-changers {
    border: 1px solid #D7D7D7;
    width: 106px;
    height: 50px;
    display: inline-block;
}

.aco-blog-grid-changers>div {
    display: flex;
    width: 50px;
    height: 50px;
    text-align: center;
    cuacor: pointer;
    float: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aco-blog-grid-changers>.aco-grid-enable {
    border-right: 1px solid #D7D7D7;
}

.aco-blog-grid-changers>div.active span {
    background-position: top;
}


/*aco-pagination*/
.aco-pagination .page-numbers {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    transition: .3s linear;
    color: #777;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    margin-left: 5px;
}

.aco-pagination .page-numbers:hover,.aco-pagination .page-numbers.current {
    background-color: #F4324E;
    color: #fff;
}

.aco-pagination .page-numbers.current {
    cuacor: not-allowed;
}

.aco-pagination  a.prev.page-numbers {
    margin-left: 0;
}

/*blog-single page*/
.blog-single-area .blog-single-featured-image img{
	max-width: 100%;
	max-height: 400px;
}
.blog-single-area .blog-single-featured-image {
    width: 100%;
    padding-right: 15px;
    margin-right: 15px;
    float: left;
    margin-bottom: 15px;
}

.blog-single-area h2.internal-page-title {
    font-size: 30px;
    color: #222222;
}

.content-block.blog-single-area {
    padding: 50px 0 65px;
}
.blog-single-area strong {
    font-weight: 500;
    color: #222;
}


.aco-blog-socials {
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    margin-top: 30px;
}


.aco-blog-socials ul.aco-socials {
    display: inline-block;
    margin-left: 20px;
}

.aco-blog-socials .fb_iframe_widget {
    line-height: 31px;
    overflow: hidden;
    width: 100%;
}

.aco-recent-post-item .aco-post-featured-image img {
    display: none;
}

.aco-recent-post-item .aco-post-featured-image {
    width: 99px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.aco-recent-post-item {
    position: relative;
    min-height: 100px;
}

.aco-recent-blog-content {
    padding-left: 115px;
}

.aco-recent-blog-content h2 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 22px;
}

.aco-recent-blog-content h2>a {
    color: #222;
}

.aco-recent-blog-content .aco-post-metas span {
    font-size: 13px;
}

.aco-recent-posts>h2 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
}

.aco-recent-posts {
    padding-top: 50px;
}

.aco-recent-blog-content .aco-post-metas {
    margin-bottom: 0;
}
.blog-adobe-footer{
	overflow: hidden;
}
button, input[type="button"], input[type="submit"] {
    background-color: #F4324E;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #fc4963;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    border-color: #F4324E;
}








/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {}

/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) {


    body {
        font-size: 14px;
    }


    .aco-single-post-item {
        margin-bottom: 30px;
    }

    .aco-baack-to-top.sticky {
        right: 15px;
        bottom: 37px;
    }
.aco-single-post-fluid .aco-single-post-item .aco-post-featured-image {
    position: relative;
    width: 100%;
    height: 300px;
}

.aco-single-post-fluid .aco-single-blog-content {
    padding-left: 0;
}
.blog-single-area .blog-single-featured-image {
    width: 100%;
    float: none;
    margin-right: 0;
    padding-right: 0;
}
.aco-recent-post-item .aco-post-featured-image {
    width: 70px;
    height: 70px;
}

.aco-recent-blog-content {
    padding-left: 80px;
}
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {


    .aco-single-post-item .aco-post-featured-image {
        height: 150px;
    }

    .aco-benefit-menu ul li a {
        font-size: 15px;
        padding: 8px 0;
    }
}
/* Tablet Layout: 768px. */
@media only screen and (max-width: 768px) {
.aco-blog-search-wrap {
    margin-bottom: 10px;
}
}
