/* Enter Your Custom CSS Here */

/* contact form side bar */
img.aligncenter.size-full.wp-image-26, div#pgc-101-0-1 {
width: 335px;
}

#colophon .footer-main {
	background-color: #FFF !important;
	color: #00BFFF !important;
}

body{
	color: #7D7D7D;
}

body.home #content.site-content #primary #main .entry-content-auctions table td{
	padding: 5px;
	padding-right: 10px;
}

#content.site-content #primary #main .entry-content-auctions table td a {
	color: #802c41 !important;
}

body.home #content.site-content #primary #main .entry-content-auctions .auction_description table,
body.home #content.site-content #primary #main .entry-content-auctions .auction_description th,
body.home #content.site-content #primary #main .entry-content-auctions .auction_description td{
    border: 2px solid grey !important;
    border-collapse: collapse;
	padding: 5px;
	text-align: center;
}

body.home #content.site-content #primary #main .entry-content-auctions .auction_description table tr td:first-child{
	text-align: left;
}

body.home #content.site-content #primary #main .entry-content-auctions .auction_description th {
	color: #7D7D7D;
}

.auction_description table{
    border-spacing: 2px;
	margin-top: 10px;
}

.boxed.one-column div#content, .single-post div#content {
    max-width: 1012px;
    margin: 0 auto;
}

/*.post.type-post.has-post-thumbnail {
    width: 33.33%;
    float: left;
    padding: 0 1%;
    position: relative;
}
.single-post .post.type-post.has-post-thumbnail {
    width: inherit;
    float: none;
    padding: inherit;
}*/
.item.mix.skin.flat {
    position: relative;
}
.layer-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    padding: 0 !important;
    min-height: 135px;
}
.layer-content .element.element_0.title {
    color: #4a8cc9;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 0px !important;
}
.post-first-post-cstm .layer-content {
    min-height: 200px;
    padding: 5px !important;
}
.post-first-post-cstm .layer-content .element.element_0.title {
    font-size: 22px !important;
}
.post-first-post-cstm .layer-content .element.element_1.excerpt {
    font-size: 18px !important;
    line-height: 22px;
}
.post-first-post-cstm .layer-content a.element.element_2.read_more {
    font-size: 14px !important;
}
.element.element_1.excerpt {
    color: #fff;
    line-height: 12px;
}
.blog-right-top-title.panel-widget-style .textwidget {
    color: #000;
    font-weight: 900;
    padding-top: 15px;
    line-height: 15px;
    font-size: 16px;
    padding-right: 10px;
}
div#panel-3671-0-1-0 {
    margin-bottom: 0 !important;
}
.cstm-blog-category.panel-widget-style select#cat {
    width: 90%;
    border-color: #eaeaeb;
    padding: 8px 5px;
}
.blog-search-cstm {
    margin-top: 8px;
}
.blog-search-cstm h3.widget-title {
    color: #000;
}
h3.widget-title {
    color: #000;
}
.page-id-3671 header.entry-header {
    background: #e6e6e6 !important;
      margin: 0 !important;
}
.page-id-3671 h1.entry-title {
    color: #4a8cc9 !important;
    text-shadow: none !important;
    font-weight: 700 !important;
}
.page-id-3671 .panel-grid {
    background: #fff;
}
.blog-cstm-bottom-posts .item.mix.skin.flat {
    width: 32.20% !Important;
  float:left;
}
.blog-cstm-bottom-posts .item.mix.skin.flat img {
    min-height: 240px;
      transition: all .2s ease-in-out;
}
.blog-cstm-bottom-posts .item.mix.skin.flat:hover img {
    transform: scale(1.1);
}
div#post-grid-3737 img{
	transition: all .2s ease-in-out;
}
div#post-grid-3737 img:hover{
	transform: scale(1.1);
}
div#pg-3671-0 {
    padding-bottom: 12px !important;
    border-bottom: 1px solid #eaeaeb;
}
#pl-3671 .panel-grid-cell .so-panel {
    margin-bottom: 5px !important;
}
#pl-5938 .so-panel {
    margin-bottom: 10px !important;
}
#pl-8020 .so-panel {
    margin-bottom: 10px !important;
}
.post-grid .pagination.lite .page-numbers {
    color: #000;
}
.post-grid .pagination.lite .page-numbers.current {
    opacity: 1;
}
.post-grid .pagination.lite {
    margin: 0;
}
div#pg-3671-1 {
    padding-bottom: 0 !important;
}

article.post {
    clear: both;
}
.tag .entry-thumbnail, .category .entry-thumbnail {
    width: 30%;
    float: left;
}
.entry-content-holder {
    width: 68%;
    float: left;
    margin-left: 2%;
  padding-top: 15px;
}
article:last-of-type {
    border-bottom: 0.07143em solid #eaeaeb !important;
}
.site-content .entry-meta {
    margin: 0;
}
.tag div.site-content, .category div.site-content {
    padding-bottom: 5px;
}
.item.mix.skin.flat:before {
    height: 6px !important;
}
.item.mix.skin.flat:hover:before, .item.mix.skin.flat:focus:before, .item.mix.skin.flat:active:before {
    right: 0;
}

.item.mix.skin.flat:hover:before, .item.mix.skin.flat:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
}
.item.mix.skin.flat:before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -6px;
    background: #4a8cc9;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@media screen and (max-width: 960px) {
    .blog-cstm-bottom-posts .item.mix.skin.flat {
    	width: 32% !Important;
    	float: left;
	}
}
@media screen and (max-width: 800px) {
.blog-cstm-bottom-posts .item.mix.skin.flat {
    width: 48% !Important;
    float: left;
}
}
@media screen and (max-width: 767px) {
.blog-cstm-bottom-posts .item.mix.skin.flat {
    width: 48% !Important;
    float: left;
}
}

@media screen and (max-width: 620px) {
#post-grid-3737 .item {
    width: 100% !important;
    margin: 0 !important;
}
  .blog-cstm-bottom-posts .item.mix.skin.flat {
    width: 100% !important;
    float: left;
}
}

@media screen and (max-width: 480px) {
.layer-content {
    position: inherit;
    background: #000;
}
}

#pl-8020 .media-item {
  width:300px;
}


div#panel-3570-0-1-2 {
    margin-bottom: 0px !important;
}

#media-items .so-panel{
	/*width: calc(33.3333% - ( 0.666666666667 * 35px ) );*/
	float: left;
}

#media-items .so-panel:not(:first-child) {
    padding-left: 10px;
}
.panel-grid-cell .widget-title {
	min-height:70px !important;
}

.media-item h3 {
	font-weight: normal !important;
	font-size:14px !important;
	max-width:300px !important;
}

.so-widget-sow-editor {
    display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.siteorigin-widget-tinymce {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.widget-title {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
}
.pressreleases_grid {
	padding-bottom: 10px;
}

#pg-3570-2> .panel-row-style {
	padding: 20px 20px 20px 0px !important;
}

body.page:not(.home) #content.site-content #primary #main .entry-content .panel-grid .panel-grid-cell {
	padding-left: 17.5px !important;
}