/*
 Theme Name: bootstrap-basic4 - Global - Integrity
 Author: Evgeniy Babenko
 Template:  bootstrap-basic4
 */

@import url("../bootstrap-basic4/style.css");

.content table { width: 100%; }
.content table td { padding-left: 8px; padding-right: 8px;}

/* data use page */
.page .our-partners.no-arrow:before{
	background: none;
}
.page .our-partners.no-arrow .our-partners__title h3{
	 font-size: 2.5rem;
}
.project-example .widget-title{
	color: #ff4a2b;
	font-size: 2rem;
}
.data-use h3{
	font-size: 2.5rem;
}
.page .data4acc-blogs{
	margin-bottom: 30px;
}
.page .data4acc-blogs h3{
	font-size: 1.5rem;
}
.page .data4acc-blogs h3 a,
.page .data4acc-blogs h3 a:visited{
	color: #ff4a2b;
	text-decoration: none;
}
.page .data4acc-blogs h3{
	padding: 25px 20px;
}
.page .data4acc-blogs .post-wrapper{
	background-color: #f5f5f5;	
	min-height:400px;
}

.global-integrity-insider{
	background: url("/wp-content/themes/bootstrap-basic4-child/img/resource-dataset.png") no-repeat;
	height: 100%;
    width: 100%;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#resorces-grid .global-integrity-insider h3{
	padding: 80px;
	margin-left: 40px;
	margin-top: 30px;
}

#resorces-grid .resource_item .entry-main .name-date{
	margin-left: 5px;
}

/* buttons */
.page .entry-content a.red-button{
	border-radius: 4px;
display: inline-block;
background: #eb4632;
text-transform: uppercase;
color: #fff !important;
cursor: pointer;
font-family: "Arial", sans-serif;
font-size: 14px;
font-size: 0.875rem;
padding: 10px 20px;
text-decoration: none;
}
.page .entry-content a.red-button:hover{
	background: #41414b;
}

.resource-single .resource-content .resource-type .image .global-integrity-insider h3{
	margin-right: 30px;
    margin-bottom: 115px;
    width: 50%;
}

/* posts carousel */
.posts-carousel .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a{
	border: 2px solid #eeeeee;
}
.posts-carousel .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item h3 a{
	font-size: 20px;
}
.posts-carousel .sow-carousel-title a.sow-carousel-next, .posts-carousel .sow-carousel-title a.sow-carousel-previous{
	color: #d2442e !important;
	background-color: transparent;
	text-decoration: none;
	padding: 30px 10px;
}
.posts-carousel .sow-carousel-title a.sow-carousel-previous{
    left: -20px;
    top: 25%;
}
.posts-carousel .sow-carousel-title a.sow-carousel-next{
	right: -20px;
	top: 25%;
}
.posts-carousel .sow-carousel-title a.sow-carousel-next,.posts-carousel .sow-carousel-title a.sow-carousel-previous{
	position: absolute;
}
.posts-carousel .sow-carousel-title a.sow-carousel-next:before{    
	margin-left: -4px;
    font-size: 20px;
}
.posts-carousel .sow-carousel-title a.sow-carousel-previous:before{
	margin-left: -5px;
    font-size: 20px;
}
