/**
Theme Name: Robintek Child Theme
Author: Robintek
Author URI: http://robintek.com/
Description: This is a child theme of Astra. Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: robintek-child-theme
Template: astra
*/


/*==== BUTTONS =======================================================================================*/

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}


/*==== HEADER =======================================================================================*/

.site-header-primary-section-left.site-header-section.ast-flex.site-header-section-left {
	margin-bottom: -50px;
}

/*==== FOOTER =======================================================================================*/

/*--- Menus ---*/
footer .widget-title {
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
}

footer .menu .menu-link {
	color: #000;
}

footer .menu .menu-link:hover {
	color: #3d2f77;
}

/*--- CTA ---*/
.footer-form .uabb-gf-style.uabb-gf-form-style1 {
	align-items: center;
	display: flex;
	justify-content: center;
}

.footer-form .uabb-gf-form-title {
	padding-right: 20px;
	color: #ffffff!important;
}

.footer-form .gform_wrapper input[type=email] {
	margin-bottom: 0!important;
	min-width: 250px;
}

.gform_body.gform-body {
	padding-right: 10px!important;
}

/*==== HOME PAGE ====================================================================================*/

.circle-row .fl-col-group {
	justify-content: space-around;
}

.circle-col .fl-col-content {
	border-radius: 50%;
	height: 220px;
}

.circle-col {
	max-width: 220px;
	width: 220px;
}

.circle-col  .fl-col-content:after {
	transition: background-color 0.2s ease;
}

.circle-col:hover  .fl-col-content:after {
	background-color: rgba(0,0,0,0.65);
}

/*==== SUB PAGES ====================================================================================*/

.fl-rich-text p a,
.fl-rich-text ul a {
	font-weight: 700;
}

.fl-rich-text ol, 
.fl-rich-text ul {
	margin: 0 0 1.5em 1.2em;
}

.fl-rich-text li {
	line-height: 1.4em;
	padding: 7px 0;
}

.fl-rich-text table th {
	background: #3d2f77;
	color: #fff;
}

.fl-rich-text table tr:nth-child(even) {
	background: #ececec;
}

.fl-rich-text table,
.fl-rich-text td,
.fl-rich-text th {
	border-color: #aaaaaa;
}

/*--- Posts Sidebar ---*/
.sidebar-main .wp-block-group {
	padding: 30px 0;
}

.sidebar-main h2,
.sidebar-main .wp-block-search__label {
	color: #3d2f77;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.sidebar-main .wp-block-latest-posts.wp-block-latest-posts__list li {
	line-height: 1.2;
	padding-bottom: 10px;
}

/*--- Image Carousel ---*/
.uabb-image-carousel .slick-track {
	display: flex;
	align-items: center;
}

.uabb-image-carousel img {
	margin: 0 auto;
	max-height: 120px;
	width: auto!important;
}

/*--- Newsletters ---*/
.single .category-newsletter .post-thumb {
	margin-top: 30px;
	text-align: center;
}

.single .category-newsletter .entry-meta {
	display: none;
}

.ast-single-post .category-newsletter .entry-header.ast-no-title.ast-no-thumbnail {
	margin-bottom: 0;
}

.single .category-newsletter .uabb-photo-gallery {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.single .category-newsletter .uabb-photo-gallery-item {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 3%!important;
}

.uabb-photo-gallery img {
	max-height: 150px;
}

/*--- Gravity Forms ---*/

.gform_wrapper .ginput_complex.ginput_container span label {
	font-size: 0.75em;
	padding-top: 0;
}

/*==== MEDIA QUERIES ================================================================================*/

@media (max-width:1000px){
	/*--- Header ---*/
	.site-header-primary-section-left.site-header-section.ast-flex.site-header-section-left {
		margin-bottom: 0;
	}
	.ast-hfb-header .ast-builder-menu-mobile .main-navigation .main-header-menu,
	.ast-hfb-header .ast-builder-menu-mobile .main-navigation .main-header-menu,
	.ast-hfb-header .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation .main-header-menu {
		border-top: none;
	}
	.ast-header-break-point .main-navigation ul .menu-item .menu-link {
		padding: 0;
	}
	/*--- Footer ---*/
	footer .widget-title {
		margin-bottom: 0px;
	}
	.footer-form .uabb-gf-style.uabb-gf-form-style1 {
		flex-direction: column;
	}
	.footer-form h2.uabb-gf-form-title {
		padding: 0 0 20px;
	}
	/*--- Home Page ---*/
	.circle-col .fl-col-content {
		height: 150px;
	}
	.circle-col {
		max-width: 150px;
		width: 150px;
	}
	/*--- Advanced Posts ---*/
	.uabb-blog-post-inner-wrap .uabb-post-thumbnail.uabb-crop-thumbnail img {
		height: 150px!important;
	}
}

@media (max-width:690px){
	/*--- Home Page ---*/
	.circle-col .fl-col-content {
		height: 220px!important;
		min-width: 220px!important;
	}
	.circle-col {
		max-width: 220px!important;
		width: 220px!important;
	}
	/*--- Advanced Posts ---*/
	.uabb-blog-post-inner-wrap .uabb-post-thumbnail.uabb-crop-thumbnail img {
		height: auto!important;
		width: auto;
	}
	.uabb-blog-posts .uabb-button-left,
	.uabb-blog-posts .uabb-blog-post-content,
	.uabb-blog-posts .uabb-post-wrapper .uabb-post-thumbnail {
		text-align: center;
	}
	/*--- Newsletter Page ---*/
	.category-newsletter .uabb-photo-gallery-item {
		padding: 20px!important;
	}
}

@media (max-width: 480px){
	/*--- Footer ---*/
	.footer-form  .gform_wrapper .gf_simple_horizontal {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}
	.footer-form .gform_wrapper input[type=email] {
		min-width: 250px;
	}
	.footer-form .gform_wrapper .gf_simple_horizontal .gform_footer.top_label {
		max-width: 150px;
		margin: 0 auto;
		width: 100%;
	}
	body .footer-form .gform_footer.top_label input[type=submit] {
		line-height: 1!important;
		margin-top: 20px!important;
		width: 100%;
	}
}

@media (max-width: 360px){

}