/*
Theme Name: IRLI
Theme URI: https://www.wccit.com
Author: WCCiT
Author URI: https://www.wccit.com
*/
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 300;
}
img {
  max-width: 100%;
  height: auto;
}

h1 {
	margin-bottom: 1rem;
}

p {
	font-size: 16px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }

}

.logo img {
  max-width: 365px;
}
body.single .getconnected .container:before,
body.search-results .getconnected .container:before{
    display:none;
}
.news_list_sec ul.news_list li.no-posts{
	border-bottom: 0px;
}

.getconnected-home p {
	font-size: 30px;
	font-weight: 100;
}

/************* DONATE PAGE *************/
.donate-amount .custom-control-label{
	background: #c20f2f;
    font-size: 50px;
    font-weight: 700;
    border-radius: 1.25rem;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    padding-top: 10px;
	cursor: pointer;
}

.donate-amount input:checked ~ .custom-control-label {
    background-color: #244384;
}

.donate-amount .custom-control-label::before, .donate-amount .custom-control-label::after{
	display: none;
}

.dol-btn{
	margin-bottom: 20px;
}

.donate-amount.form-group{
	margin-bottom: 0!important;
}

#donation_form #donate-other-amount{
	display: none;
}


/************* Forms *************/
.cognito .c-forms-form :not(.c-question) > .c-label {
	display: none;
}

.cognito .c-forms-form input[type=text], .cognito .c-forms-form textarea, .cognito .c-forms-form select {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 12px!important;
}

.cognito .c-action {
	float: none;
	text-align: center;
}

.cognito #c-submit-button {
	border: none;
	border-radius: 50px;
	float: none;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.cognito .c-field.c-error>.c-validation {
	font-size: 14px;
}

/************* Buttons *************/
header .menu_row .donate_btn {
	padding: 5px 30px;
}

.btn-green {
	padding: 7px 30px;
}

.btn-green:hover {
	background: #5bb72d;
}

/************* Homepage IRTV Section *************/
.epyt-gallery-title, .epyt-pagination {
	color: #ffffff;
	font-weight: 500;
	text-decoration: underline;
}
section.ir-tv {
	padding-bottom: 200px;
	padding-top: 80px;
	background-size: cover !important;
}
.ir-tv {
	background-position: center!important;
	background-size: cover!important;
}

section.ir-tv h2 {	
	color: #fff;
	font-size: 40px;
}

section.ir-tv a.yt_link.btn-green {
	margin-right: 0;
	padding: 5px 15px;
	position: relative;
	font-size: 15px;
	max-width: 165px;
	padding-left: 36px;
	min-width: 156px;
}

section.ir-tv a.yt_link.btn-green::before {
	content: "";
	display: block;
	position: absolute;
	background: url(images/social_3.png) no-repeat;
	background-size: contain;
	width: 53px;
	height: 48px;
	left: -10px;
	top: -7px;
}

div#pills-tabContent {
	margin: 0 auto;
	max-width: 768px;
}

.epyt-gallery {
	padding-top: 10px;
}

/************* Get Connected Section *************/
.getconnected > ::before {
	content: none;
}

.getconnected-home {
	padding-bottom: 200px;
	position: relative;
}

.getconnected-home > ::before {
	background: url(images/bg_white.svg) no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: -211px;
    width: 100%;
    height: 300px;
    left: 0;
}

/************* AUSA Section *************/
section.attorney h1 img {
	margin-bottom: 20px;
}

.visit-btn {
	margin-top: 40px;
}

/************* Blog Archives *************/
.posts-navigation {
display: none;
}

.archive .news_wrap img.attachment-blog.size-blog.wp-post-image {
    height: 272px;
}

#infinite-footer { 
    display: none;
}

.news_list_sec h4 a,
.feat_news .news_wrap h4 a {
	color: #f06000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.news_list_sec h4 a:hover, .feat_news .news_wrap h4 a:hover {
	color: #d53708;
}

.about_authors {
	font-size: 15px;
}

.about_authors img {
	display: block;
	margin: 20px 0 15px;
}

.feat_news .news_wrap .news_content.press_release {
	border-top: solid 3px #eee;
}

/************* Single Blog Pages *************/

.single-page img {
	display: block;
	margin: 30px auto;
	max-width: 760px;
	width: auto;
}

.single-page h1 {
	margin-bottom: 30px;
}

a.single-category {
	font-size: 14px;
	font-weight: bold;
}

p.published-date, p.last-updated {
	color: #808080;
	font-size: 14px;
	font-weight: 500;
}

p.published-date {
	margin-bottom: 0;
}

p.last-updated {
	margin-bottom: 30px;
}

/************* Contact Page *************/ 
.innerpage.contact {
	padding-bottom: 200px;
	padding-top: 80px;
}

.c-yesno-radiobuttons .c-label {
	display: block!important;
	font-family: 'Roboto', sans-serif!important;
	font-weight: normal!important;
}

/************* Footer *************/ 
footer .footer_bottom p {
	font-size: 14px;
}

@media (max-width: 991px){
	.feat_news .news_wrap {
		margin: 20px 0;
	}
	.banner .owl-dots {
		bottom: 5px;
	}
	.whatwedo h4 {
		font-size: 20px;
	}
}

@media (max-width: 767px){
	.feat_news .news_wrap .news_content {
		min-height: auto;
	}	
}

@media (max-width: 545px) {
	.innerpage {
		padding: 1rem 0!important;
	}
}