/**
Theme Name: Robintek Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: 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
*/

/*==== FONTS =======================================================================================*/

@font-face {
	font-family: "filmotype-giant";
	src: url("/wp-content/themes/robintek-child-theme/fonts/filmotype-giant.otf");
}

@font-face {
	font-family: "notoserif-light";
	src: url("/wp-content/themes/robintek-child-theme/fonts/notoserif-light.ttf");
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.main-navigation,
.footer-adv .widget-title,
.filmotype p {
    font-family: "filmotype-giant", sans-serif!important;
}

.footer-adv a,
body .fl-rich-text p,
body span.uabb-list-icon-text-heading,
.menu-list .uabb-info-list-description p,
.notoserif {
	font-family: "notoserif-light", serif;
}

body .fl-rich-text p a {
	font-weight: 900;
} 

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

.btn {
	border-radius: 2px;
	display: inline-block;
	font: calc(16px + 1.5vw)/1 "filmotype-giant", sans-serif!important;
    margin: 10px;
	padding: 5px 15px;
	text-align: center;
}

.btn-yellow {
	background-color:#cab54d;
	color: #d9d9d6;
}

.btn-yellow:hover {
	background-color: #6eceb2;
	color: #d9d9d6;
}

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

.site-branding {
	margin-top: -30px;
}
.site-header a .sub-arrow {
    display: none;
}

.main-header-bar .main-header-bar-navigation {
    margin-top: 3%;
}

.main-header-menu > .menu-item,
.main-header-menu .ast-masthead-custom-menu-items {
    height: 60px;
}

.header-main-layout-1 .main-header-container {
    justify-content: space-between;
}

.menu-reservations-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 0 100px 0 0;
    font-size: 24px!important;
}

#menu-reservations {
    list-style: none;
    margin: 0;
    font-family: "filmotype-giant", sans-serif!important;
    font-size: 24px!important;
}

ul#menu-reservations a {
    background-color: #cab64b;
	color: #fff;
	display: inline-block;
    padding: 10px;
    font-size: 24px!important;
}

.main-header-menu .mobile-only {
	display: none;
}

.ast-theme-transparent-header .main-header-menu li:hover > a {
	color: #cab64b!important;
}

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

.footer-adv .widget-title {
    margin-bottom: 0;
}

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

.home a.fl-col-bg-overlay .fl-col-content:after {
	transition: all 0.8s ease;
}

.home a.fl-col-bg-overlay:hover .fl-col-content:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.no-btm-margin p,
.no-btm-margin {
	margin-bottom: 0!important;
}

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

.ast-advanced-headers-title {
    font-size: calc(36px + 5vw);
    line-height: normal;
    text-transform: uppercase;
}

.gform_wrapper .gfield_required {
    color: #cab54d!important;
}

body .gform_wrapper h2.gsection_title {
    font: normal 2em "Bebas Neue", sans-serif;
}

body .gform_wrapper .gsection {
	border-bottom-color: #cab54d;
}

.uabb-imgicon-wrap {
    align-content: center;
    display: flex;
}

body .menu-list .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-content {
	width: 100%;
}

body .menu-list-border .uabb-info-list-item {
	border-bottom: 1px solid #d9d9d6;
	margin-bottom: 10px;
}

body .menu-list-border .uabb-info-list-item:last-child {
	border-bottom: none;
}

.menu-list-border div[class^="custom-character"] {
    font-family: "notoserif-light", serif;
}


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

@media (max-width:1000px){
	/*--- Header ---*/
	.main-header-menu > .menu-item,
	.ast-header-break-point .main-navigation li {
		height: auto;
		line-height: 1;
	}
	.ast-search-menu-icon .search-field {
		background-color: #d9d9d6;
		font: 12px "notoserif-light", serif;
	}
	.main-header-bar .main-header-bar-navigation {
		margin-top: 0;
	}
	.main-header-bar .main-header-bar-navigation.toggle-on {
		padding-top: 0;
	}
	.ast-main-header-nav-open .main-header-bar {
		background-color: #1d252d!important;
	}
	.ast-header-break-point li.ast-masthead-custom-menu-items, 
	li.ast-masthead-custom-menu-items {
		padding-bottom: 0.5em;
	}
	.menu-reservations-container{
		display: none;
	}
	#header-inner-wrapper {
		margin: 0 20px;
		width: 100%!important;
	}
	.main-header-bar .ast-container {
		max-width: 100%;
	}
	.main-header-bar #primary-menu {
		margin-top: 2%;
	}
	.main-header-menu .mobile-only {
		display: block;
	}
	/*--- Sub Pages ---*/
	.ast-advanced-headers-layout {
		padding-bottom: 15%;
		padding-top: 15%;
	}
}

@media(max-width:768px){
	#header-inner-wrapper {
		margin: 0;
	}
}

@media (max-width:690px){
	body .fl-builder-content .rotate-key-col {
		height: 80px;
		transform: rotate(-90deg) translateY(45vw);
		width: auto!important;
		margin: 0;
	}
	.rotate-key img {
		height: 140px;
    	width: auto;
	}
}

@media (max-width: 544px){
	.site-branding {
		margin-top: 0;
	}
}

@media (max-width: 480px){
	/*--- Sub Pages ---*/
	.ast-advanced-headers-layout {
		padding-bottom: 20%;
		padding-top: 20%;
	}
}


