/**
Theme Name: Rise
Author: People of Rise
Author URI: https://rise.la/
Description: Liquid Gold
Version: 100
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rise
Template: astra
*/

.page-template-upcoming-release .site-logo-img img{width: 95px!important;}
.page-template-upcoming-release .main-navigation .main-header-menu .menu-link{padding: 0 2em!important;}
.page-template-upcoming-release #Upcoming input{background: #ffffff!important;display: block!important; width: 100%!important;}
.page-template-upcoming-release #Upcoming input:focus-visible{outline: none!important;}
.page-template-upcoming-release #Upcoming .form-group{margin-bottom: 20px!important;}
.page-template-upcoming-release #Upcoming{
box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    padding: 50px;
    width: 45%;
    margin: 56px auto;
	background-color: #fff;
}
#Upcoming .btn-primary{margin-top: 20px; color: #fff!important;}


.page-template-upcoming-release #Upcoming .form-check input{
display: initial!important;
width: initial!important;
}

.page-template-upcoming-release #primary-menu li .sub-menu li a{
padding: 13px 20px!important;
font-family: 'Poppins', sans-serif!important;
color: #494c4f;
line-height: 20px!important;
font-size: 13px!important;
}
.page-template-upcoming-release .main-navigation .sub-menu li a:hover{
background-color: #55595c;
    color: #fff!important;
}

.page-template-upcoming-release .main-navigation .sub-menu{
	border:none!important;
}
.page-template-upcoming-release .main-header-bar .main-header-bar-navigation .menu-item-has-children > a:after{
	display:none!important;
}
.page-template-upcoming-release .main-header-bar .main-header-bar-navigation .menu-item-has-children > a:hover{
	color:#000!important;
}
.page-template-upcoming-release .main-header-menu li a{
	font-family: 'Poppins', sans-serif!important;
}
.page-template-upcoming-release .main-header-menu .sub-menu{
	width: 290px!important;
}

.facebook-btn {
    text-align: left;
}
.facebook-btn a{
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 5px 15px 5px 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
    text-shadow: 0 -1px 0 #354c8c;
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    display: inline-block;
}

.facebook-btn a:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 11px no-repeat;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	/*overflow-wrap: anywhere;*/	
}

a.woocommerce-button.button.view {
	display: inline-block;
}

th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
    width: 140px !important;
}

th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-status {
    width: 110px !important;
}

@media screen and (max-width: 1060px) and (min-width: 769px) {
	a.woocommerce-button.button.view {
    	padding: 10px 18px;
	}
}

@media screen and (max-width: 767px) {
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		display: inline-block;
		text-align: right!important;
		width: 100%;
	}
}