/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
 
.category-link {
	display:none;
}

h2, h3
{
	font-family: "Lora", serif;
}
.content-container
{
	max-width: 1120px;
	margin: auto;
}
.wide-container
{
	max-width: 1300px;
	margin: auto;
	width: 100%;
}
.gform_required_legend
{
	display: none;
}
.newsletter-form .gfield input
{
	color: #616161;
    font-size: 16px!important;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 1.5em;
    border: 2px solid #616161;
    border-radius: 30px;
    padding: 2px 10px !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #616161;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #616161;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #616161;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    color: #616161;
    opacity: 1;
}
 .newsletter-form .gform-footer .gform_button
{
	padding: 10px;
    background: #1b1b1b;
    color: #fff;
    font-size: 16px !important;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 1.5em;
    border: 2px solid #616161;
    border-radius: 30px;
}
 .newsletter-form .gform-footer .gform_button:hover
{
	background: #C6084D;
    color: #fff;
    border: 2px solid #C6084D;
}
.bricks-isotope-filters
{
	position: absolute;
    top: 0px;
}
.category-list
{ 
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    padding: 0;
    row-gap: 20px;
}
.category-list li a 
{ 
	text-decoration: none;
    padding: 8px 12px;
    border-radius: 30px;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    font-family: "Montserrat";
    text-transform: capitalize;
}
.category-list li:first-child a
{
	text-transform: uppercase;
}
.category-list li a.active, .category-list li a:hover 
{ 
	background: #C31150; 
	color: #fff; 
}
.post-grid 
{ 
	display: grid; 
	grid-template-columns: repeat(2, 1fr); 
    column-gap: 25px;
    row-gap: 40px; 
}
.post-card img 
{ 
    width: 100%;
    height: 200px;
    background: #fafafa;
    object-fit: cover;
    object-position: center center;
}
#load-more-container 
{ 
	text-align: center; 
	margin-top: 30px; 
}
#load-more
{ 
	padding: 10px 20px; 
	cursor: pointer; 
		background: #000;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 400;
    line-height: 1.5em,
}
#load-more:hover
{
	background: #C6084D
}
#category-filter
{
	position: absolute;
    top: 0px;
}
.title-date-wrapper
{
	display: flex;
    align-items: center;
    gap: 10px;
	padding: 20px 10px;
}
.title-date-wrapper small 
{
    min-width: 80px !important;
    display: flex;
    padding: 20px;
    justify-content: initial;
    align-items: center;
    height: 80px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat";
    line-height: 135%;
    width: 80px;
}
.title-date-wrapper h3 
{
    font-family: "Lora", serif;
    font-size: 18px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.title-date-wrapper h3 a:hover
{
	color: #C6084D;
}
.post-cats
{
	padding: 5px 10px;
}
.post-cats span
{
    font-family: "Montserrat";
    color: #000;
    font-size: 14px;
}
.post-cats
{
	font-family: "Montserrat";
    color: #FD8E84;
    font-weight: 400;
    margin-right: 10px;
    font-size: 14px;
    line-height: 140%;
}
.post-cats a:hover
{
	color: #000;
}
.single-post #brx-content
{
	font-family: "Montserrat";
    color: #000;
    font-size: 16px;
}
.single-post #brx-content strong
{
	font-family: "Lora", serif;
    font-size: 18px;
    line-height: 1.3em;
    text-transform: uppercase;
	color: #000;
}
.single-post #brx-content h2, .single-post #brx-content h3
{
	font-family: "Lora", serif;
}
.brxe-related-posts .related-posts .post-content 
{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
	gap: 10px;
}
.related-posts .post-content div.dynamic
{
	width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 150px;
    padding: 30px;
    line-height: 140%;
}
.brxe-related-posts .related-posts li
{
	align-items: flex-start;
}
#like-button
{
	background: transparent;
    padding-top: 12px;
    padding-right: 25px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-family: "Montserrat";
    font-weight: 700;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
#like-button-container
{
	display: flex;
    align-items: center;
    gap: 10px;
}
#like-button-container p
{
	font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
}
h4.comment-reply-title
{
	color: #000000;
    font-size: 24px;
    font-family: "Lora";
    text-transform: capitalize;
	margin-bottom: 10px!important;
}
#commentform .bricks-button 
{
	padding: 10px 25px!important;
}
.logged-in-as
{
	font-size: 16px;
    color: #424242;
    font-family: "Montserrat";
    font-weight: 400;
}
.brxe-post-comments .comment-meta .comment-reply-link
{
	font-size: 14px;
    color: #212121;
    font-family: "Montserrat";
    line-height: 1.5em;
    background-color: transparent;
}
.info-text strong
{
	color: #000;
}
.info-text a
{
	color: #fd8e84;	
}







/********************************************************************************************************/
/*****************************************RESPONSIVE CSS************************************************/
/******************************************************************************************************/


@media only screen and (max-width: 1320px)
{
	.wide-container
	{
		max-width: 90%;
	}
}

@media only screen and (max-width: 1220px)
{
	#menu-main-menus li.menu-item a, #menu-main-menus li.menu-item.menu-item-has-children a
	{
		font-size: 14px!important;
	}
}

@media only screen and (max-width: 1120px)
{
	#menu-main-menus li.menu-item a, #menu-main-menus li.menu-item.menu-item-has-children a
	{
		font-size: 12px!important;
	}
	.content-container
	{
		max-width: 90%;
	}
}

@media only screen and (max-width: 768px)
{
	#category-filter
	{
    	position: static;
    	margin-bottom: 30px;
	}
	.post-grid
	{
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 479px)
{
	.brxe-related-posts .related-posts .post-content
	{
		flex-direction: column-reverse;
    	width: 100%;
	}
	.related-posts-blog.bricks-related-posts
	{
		width: 100%;
	}
}
