@charset "UTF-8";
/* CSS Document */

.back-link{
	font-size:14px;
	margin:0 0 7px;
}
.back-link a{
	color:#9ca4ab;
	text-decoration: none;
}
.back-link a:hover{
	color:#1B232E;
}

#header-banner.blog{
   /* background-image: url("../images/banner-blog.jpg");*/

}


#mailpoet_form_1 .mailpoet_form {
    padding: 0 !important;
}
#mailpoet_form_1 .mailpoet_paragraph {
    line-height: 20px;
    margin-bottom: 10px !important;
}

#mailpoet_form_1 .mailpoet_submit {
    background-color: #f05a28;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

#mailpoet_form_1 .mailpoet_submit:hover {
    background-color: #666;
    color: #fff;
}

.comment-form-mailpoet:after{
	content:"";
	display: table;
	clear: both;
}
.comment-form .comment-form-mailpoet label {
    width: auto;
    display: inline-block;
    float: left;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
}

.comment-form .comment-form-mailpoet input {
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #CCC;
    padding: 5px;
    width: auto;
    min-width: 0;
}

/*Blog*/


#header-banner.default-header.blog-header {
    /*background-image: url("../images/blog-header.jpg");*/
	background-image: url("/source/b2fa526ac952be5821eb572b567d66eb/bottom-cta-bg-dark.jpg");
margin-bottom: 45px;
}

.blog .start-project-cta, .single .start-project-cta, .archive .start-project-cta{
	border-top:1px solid #ccc;
	margin-top:45px;
}



.blog-header #masthead {
    min-height: 210px;
}


.main-blog,.blog-page{
	padding:40px 0;
}
.blog-left {
    float: left;
    width: 76.5625%; /* 980/1280 */
}
.blog-right {
    float: right;
    width: 21.875%; /* 280/1280 */
}

.blog-left .entry-footer{
	clear:both;
}
/** main page **********************************************/

.article-wrap {
    /*margin: 0 -10px;
	overflow: visible;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
	justify-content: space-between;*/
	margin: 0 -10px;
	overflow: visible;
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}

.article-wrap:after, .blog-block:after {
    display:none;
}

.blog-block {
    position: relative;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 1px 2px 0 rgba(000,000,000,.2);
	box-shadow: 0 1px 2px 0 rgba(000,000,000,.2);
	background-color: #FFF;
	
	/*width: calc(33.333333% - 10px);
	margin:0 0 25px;*/
	
	width: calc(33.333333% - 20px);
	margin:0 10px 25px;
	
}

@media (max-width:800px) {
    .blog-block, .page-template .blog-block {
		width: calc(50% - 10px);
	}
}




@media (max-width:600px) {
    .article-wrap {
        margin: 0;
		display: block; 
    }
    .blog-block {
        width: 100%; 
    }
    .blog-block img { 
        width: 100% !important;
        height: auto !important;
    }
}

.blog-block h2.entry-title {
    /*font-size: 28px;*/
	font-size: 19px;
	font-weight: 400;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
}
.blog-block h2.entry-title a {
    text-decoration: none;
    color: #000;
}
.blog-block h2.entry-title a:hover {
    color: #D0021B;
}
.blog-block a.read-article {
    font-weight: 700;
    /*font-size: 15px;*/
	font-size: 13px;
    /*color: #fd924b;*/
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
	
	position: absolute;
	left:15px;
	bottom:15px;
}
.blog-block a.read-article:hover {
    color: #999;
}
.blog-block a.read-article::after {
	content: " \00bb";
	color: #434a52;
}
.blog-block .article-content {
    position: relative;
    line-height: 1.6;
	padding: 15px 15px 50px;
	font-size: 13px;

	
/*	box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-webkit-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);*/
	
	/*height: 100%;*/
}
.blog-block .article-content p {
    margin: 0 0 10px;
}
.blog-block img {
    display: block;
    margin: 0 auto;
    height: auto;
    opacity: 1;
}
.blog-block .posted-on {
    display: block;
    font-weight: 700;
    color: #9ca4ab;
    text-transform: uppercase;
    margin: 0 0 5px;
    float: none;
}
.blog-block .posted-on a{
	 color: #9ca4ab;
}

/*category list page------------------------------------------*/
 
.entry-footer .cat-links, .entry-footer .tags-links, .entry-footer .comments-link {
    margin-right: 3px;
}
article.category-block {
    border: 1px solid #CCC;
    padding: 10px 10px 20px;
}
article.category-block:nth-child(even) {
    background-color: #EEE;
}
article.category-block:nth-child(even) .entry-footer {
    background-color: #FFF;
}
article.category-block .entry-title {
    color: #0e76bc;
    font-size: 34px;
}
article.category-block .entry-title a {
    text-decoration: none;
}
article.category-block .entry-content {
    margin-bottom: 10px;
}
.cat-introtext {
    margin: -10px 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCC;
}
article.category-block .more-link {
    display: inline-block;
    margin: 10px 0;
    color: #FFF;
    text-decoration: none;
    padding: 4px 10px;
    background-color: #25aae1;
}
article.category-block .more-link:hover {
    background-color: #084b78;
}


/*ALL POSTS PAGE--------------------------------------------*/
.all-posts-block {
    border-top: 2px dashed #c9cdd2;
    padding: 20px 0 20px;
}
.all-posts-block:first-child {
    border-top: none;
    padding-top: 0;
}
.all-posts-block h2 {
    margin: 0px 0px 20px;
}
.all-posts-block ul {
    font-size: 16px;
}
.all-posts-block li {
    margin-bottom: 5px;
}


/**** article ****************************************************/
.blog-left h1 {
    
    margin-bottom: 20px;
	font-size:42px;
	/*color:#007bc4;*/
}
.dateLine, .entry-meta {
    font-weight: 600;
    font-size: 14px;
    color: #9ca4ab;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.entry-meta a {
    color: #9ca4ab;
    text-decoration: none;    margin-left: 2px;
}
.entry-meta a:hover {
    color: #1B232E;
}
.entry-meta {
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCC;
}
.entry-meta:after {
    content: "";
    display: table;
    clear: both;
}
.posted-on {
   margin-right:7px;
}

.addthis_inline_share_toolbox{
       height: 26px;
    margin: -6px 0 0;
    float: right;
}
@media (max-width:580px){
	.addthis_inline_share_toolbox{
    
		margin: 5px 0 0;
		float: none;
	}
}



.at-share-btn-elements {
  
}
.blog-left h2 {
    
}
.blog-left h2 strong {
    text-transform: none;  
}
.blog-left h3 {
    font-size: 1.333em; /*24*/
    font-weight: 700;
    
}
.blog-left h4 {
    font-size: 1.222em; /*22*/
    font-weight: 700;
    color: #212f3f;
    /*color: #dd6053;*/
}


.blog-page .post-thumbnail{
	/*float:right;
	margin:0 0 20px 20px;*/
	
/*	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
	border:5px solid #FFF;
	transform: rotate(3deg);*/
	
}
/*.blog-page .post-thumbnail img{
	display: block;
}*/


.news-header {
    text-transform: uppercase;
    color: #5888dc;
    font-weight: 900;
    letter-spacing: 2px;
}
.news-copy {
    /*line-height: 2;
    font-size: 1.111em; /*20*/
}
.news-image {
    border: 5px solid #EEE;
    padding: 5px;
}


/****sidebar******/
.signUpBox {
    margin-bottom: 10px;
    border: 4px solid #c9cdd2;
    padding: 12px 8px 12px 12px;
}
.signUpBox p {
    font-size: 	1.143em; /*16*/
    line-height: 20px;
    font-weight: 700;
    color: #434a52;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 0px 10px;
    margin: 0px;
}
.widget {
    margin-bottom: 2px;
	background-color: #eee;
	padding: 20px;
	font-size: 0.778em; /*from 18 to 14*/
}
.widget.widget_custom_html {
    padding: 10px;
    
}
.widget.widget_custom_html p {
    display: none;
}
.sideBox-content {
    background-color: #FFF;
}
h2.widget-title, .widget p {
    font-size: 	1.143em; /*16*/
    line-height: 20px;
    font-weight: 700;
    color: #434a52;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 10px;
    margin: 0px;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style: none;
    padding: 7px 0;
	margin: 0;
    color: #666;
    line-height: 1.2;
}


  
.widget a {
    color: #333;
    text-decoration: none;
	font-weight: 400;
}

.widget a:hover {
      color: #D0021B;
}
.widget.widget_archive select {
    margin: 0;
    background-color: #FFF;
    padding: 6px;
    width: 88%;
    height: auto;
    border: 1px solid #fff;
    font-size: 14px;
}
.search-form input[type="search"]{
	padding: 4px;
	max-width: 140px;
}
.search-form input[type="submit"] {
	padding: 8px 6px;
    border: none;
    background-color: #D0021B;
    color: #FFF;
    line-height: 1;
    cursor: pointer;
}

.entry-footer {
    font-size: 13px;
    padding: 20px 0;
    border-top: 1px dotted #ccc;
    margin: 22px 0 5px;
}
/***tags and cats***/
.cat-links a, .tags-links a {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 4px;
    background-color: #ddd;
    color: #666;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-decoration: none;
}
.cat-links a:hover, .tags-links a:hover {
    background-color: #999;
    color: #eee;
}
/*.cat-links a::before, .tags-links a::before {
	content: "\f02b ";
    font-family: "Font Awesome 5 Pro"; font-weight: 300;
    padding-right: 3px;
}
.widget_categories a::before {
	content: "\f02b ";
    font-family: "Font Awesome 5 Pro"; font-weight: 300;
    padding-right: 3px;
}*/


/*WP PREV and NEXT Posts Links---------------------------------------------*/

.nav-links {
    font-size: 14px;
    line-height: 1.2;
    margin: 20px 0 10px;
    font-weight: 700;
   
}
.nav-links:after {
    content: "";
    display: table;
    clear: both;
}
.nav-links a {
    text-decoration: none;
    display: inline-block;
    color: #D0021B;
}
.nav-links a:hover {
    color: #666;
}
.nav-links div {
    width: 45%;
}
.nav-previous {
    background-image: url("/source/3ebc8ce12b5ee082c58ccef7c6e0d6ad/prev.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 16px;
    float: left;
    text-align: left;
}
.nav-next {
    background-image: url("/source/dcc09301145b7c27ae1977836a93fcf4/next.png");
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 16px;
    float: right;
    text-align: right;
}
.side-links-blog .nav-links {
    font-size: 20px;
    line-height: 1;
    margin: 0;
}
.side-links-blog .nav-links div {
    width: 30px;
    padding: 0;
}
.side-links-blog .nav-next, .side-links-blog .nav-previous {
    background-image: none;
    background-color: #5888dc;
    float: none;
    text-align: center;
    position:fixed;
    top: 300px;
    z-index: 99;
    padding: 0;
}
.side-links-blog .nav-next a, .side-links-blog .nav-previous a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 30px 2px;
    background-color: #f05a28;
}
.side-links-blog .nav-next a:hover, .side-links-blog .nav-previous a:hover {
    background-color: #222629;
	color:#fff;
}
.side-links-blog .nav-previous {
    left: 0;
}
.side-links-blog .nav-next {
    right: 0;
}


a.more-link {
    font-size: 20px;
}
.byline {
    display: inline-block;
}
.list .entry-content, .list .entry-summary {
    margin-top: 0;
}
/*WP COMMENTS---------------------------------------------------*/
#comments {
    background-color: #eee;
    padding: 40px;
    margin: 40px auto 20px;
}
.comments-title {
    margin-bottom: 10px;
    /*display: none;*/
}
.comments-title span {
    font-weight: bold;
}
ol.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol.comment-list > li {
    background-color: #FFF;
    padding: 20px;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.5;
}
ol.children {
    margin: 10px 0 10px 30px;
    padding: 0;
    list-style: none;
}
ol.children li {
    padding: 0 0 0 30px;
    border-left: 1px dashed #CCC;
}
span.reply {
    float: right;
    margin-right: 10px;
}
a.comment-reply-link {
    background-color: #666;
    padding: 1px 4px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
a.comment-reply-link:hover {
    background-color: #CCC;
}
.comment-content {
/*font-size: .8571428em;*/ 
}
.comment-content p {
    margin-bottom: 10px;
}
.comment-meta {
    clear: left;
    margin-bottom: 15px;
}
.comment-author {
    margin-right: 2px;
}
.comment-author .avatar {
    float: left;
    margin-right: 20px;
}
.comment-metadata {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
}
.comment-metadata a {
    text-decoration: none;
}
#respond.comment-respond {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #ccc;
}
#comments > #respond {
    border-top: none;
    border-bottom: none;
}
span.required {
    color: #cc0000;
}
a.comment-edit-link, #cancel-comment-reply-link {
    font-size: 12px;
    /* font-weight: bold; */
    display: inline-block;
    background-color: #ccc;
    padding: 0px 4px;
    margin-left: 5px;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
}
a.comment-edit-link:hover, #cancel-comment-reply-link:hover {
    background-color: #084b78;
    color: #FFF;
}
p.logged-in-as {
    padding: 5px 0;
    margin: 0 0 10px;
    font-size: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
h3.comment-reply-title {
    margin-bottom: 20px;
    font-size: 20px !important;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.comment-form {
    font-size: 16px;
}
.comment-form p {
    margin: 10px 0;
    clear: both;
}
.comment-form label {
    width: 18%;
    display: block;
    float: left;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
}
.comment-form-comment label {
    float: none;
    width: auto;
    padding-bottom: 2px;
}
.comment-form textarea {
    font-size: 15px;
    line-height: 1.5;
    width: 99%;
    padding: 5px;
    border: 1px solid #CCC;
}
.comment-form input {
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #CCC;
    padding: 5px;
    width: 50%;
    min-width: 250px;
}
.comment-form input[type=submit] {
    background-color:#D0021B;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    color: #FFF;
    min-width: 100px;
    width: auto;
  
}
.comment-form input[type=submit]:hover {
    background-color: #666;
}
.comment-form-cookies-consent:after {
    content: "";
    display: table;
    clear: both;
}
.comment-form-cookies-consent label {
    float: left;
    text-transform: none;
    width: auto;
}
input#wp-comment-cookies-consent {
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    text-transform: none;
    width: 20px;
}

@media (min-width:981px) and (max-width:1060px) {
.blog-left img.alignleft, .blog-left img.alignright {
    margin: 20px auto;
    display: block;
    float: none;
}
.blog-left picture.alignleft, .blog-left picture.alignright {
    margin: 20px auto;
    display: block;
    float: none;
	}
	.blog-left picture.alignleft img, .blog-left picture.alignright img{
		margin: auto !important;
		display: block;
	}
	
}

@media (max-width:980px) {
.blog-left {
    float: none;
    width: 100%;
    padding-right: 0;
    border-right: none;
}
.blog-right {
    float: none;
    width: 100%;
}
iframe#twitter-widget-0 {
    width: 100% !important;
}
}

@media (max-width:767px) {
.blog-left img.alignleft, .blog-left img.alignright {
    margin: 20px auto;
    display: block;
    float: none;
}
	.blog-left picture.alignleft, .blog-left picture.alignright {
    margin: 20px auto;
    display: block;
    float: none;
	}
	.blog-left picture.alignleft img, .blog-left picture.alignright img{
		margin: auto !important;
		display: block;
	}
	
}


@media (max-width:640px){
    .side-links-blog .nav-links div {
    width: 30px;
}
}



/*Ads------------------------------*/

.widget-area #text-4, .widget-area #text-5 {
    margin-bottom: 0;
}
#text-4 > p, #text-5 > p {
    display: none;
}
.widget-area .side-cta {
    margin-bottom: 20px;
}
.widget-area .side-cta img {
    display: block;
    margin: 0 auto;
}
.bottom-ads {
    margin: 0 auto;
	text-align: center;
}
.bottom-ads img {
    display: block;
    margin: 30px auto;
}
.text-cta {
    border: solid 1px #ccc;
    margin: 30px 0 50px;
}
.text-cta div {
    padding: 40px 40px;
    font-size: 24px;
}
.text-cta p {
    margin-bottom: 10px;
}
.text-cta a.btn {
    padding: 7px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1em;
}

/*PAGINATION-----------------------*/
.page_nav{
	text-align: center;
	margin:10px 0 20px;
}
.page_nav:after{
	content:"";
	display: table;
	clear: both;
}
.page_nav .page-numbers{
     background-color: #fff;
	color:#666;
	border:1px solid #ccc;
	display:inline-block;
	width:auto;

	margin: 0 5px 5px;
	padding:10px 15px;
	text-decoration:none;
}

.page_nav .page-numbers:hover{
	background-color: #9e1910;
	border:1px solid #9e1910;
	color:#fff;
}

.page_nav .current{
     background-color: #D0021B;
	border:1px solid #D0021B;
	color:#fff;
}
