/*
Theme Name: FlatPress
Description: FlatPress is a clean and colorfull blog theme based on Flat theme. Perfect for a personal blog.
Author: 9Pixels
Author URI: http://www.9pixels.co
Template: flat
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, one-column, left-sidebar, custom-background, custom-colors, custom-menu, featured-images, sticky-post, translation-ready
Text Domain: flatpress
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800);
@import url(https://fonts.googleapis.com/css?family=Changa+One);
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
body {
	position: relative;
	overflow: hidden;
}
.sidebar-offcanvas { display: none; }
.container, 
#primary {
	width: 100%;
}
hr {
    margin-top: 0px;
    margin-bottom: 11px;
    border: 0;
    border-top: 2px solid #000!important;
}
#page:before {
	display: none;

}

#secondary {
	position: absolute;
	top: 0;
	z-index: 9999;
	background: #1f213a;
	left: -40%;
	-webkit-box-shadow: 6px 0px 20px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 6px 0px 20px 0px rgba(0,0,0,0.38);
	box-shadow: 6px 0px 20px 0px rgba(0,0,0,0.38);
	word-wrap: break-word;
}

#secondary,
#secondary.active {
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	transition: all 0.3s;
}

#secondary.active {
	left: 0;
}

#new_header {
	padding: 10px 0;
    max-width: 1600px;
    margin: 40px auto;
    position: relative;
    background: #fff;
    color: #fff;
    text-align: center;
    box-shadow: 0 6px 50px 1px rgb(0 0 0 / 15%);
    z-index: 99;
    border-radius: 5px;
}

#new_header .menu_open {
	width: 48px;
	height: 24px;
	position: absolute;
	left: 25%;
	margin: auto;
	top: 0;
	bottom:0;
	color: rgba(255, 255, 255, 0.4);
	font-size: 24px;
	line-height: 24px;
	display: none;
}
.partial_entry_warning {
	display: none!important;
}
#new_header .menu_open:hover {
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
}

#new_header a {
	color: #fff;
	font-weight: 300;
}

#new_header a:hover {
	color: rgba(255, 255, 255, 0.8);
}

#new_header .site-description {
	font-family: 'Roboto';
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 3px;
	color: #ffa200;
	font-weight: 100;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin: 0px!important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
    width: 20px!important;
}

div#gf_progressbar_wrapper_21 {
    display: none;
}
#gf_progressbar_wrapper_1 {
	display: none;
}
body.custom-background {
	background-image: none !important;
	background-color: #EDFAFF;
	-webkit-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.19);
	box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.19);
}
input[type="button"], input[type="submit"] {
    color: #fff;
    background: #ffa200;
    padding: 10px 30px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
a {
	color: #f5820c;
}

a:hover {
	color: #86d7e1;
}
.hentry {
	border-bottom: 0px;
}
.site-info { 

	background-image: url(/wp-content/themes/flat/assets/img/60865fa97a8a7270e067653c_back-footer-new.svg);
    background-position: 100% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 93px;
    padding: 223px 35px 75px;
	background-color: transparent;

}
.site-info a { color: #fff!important; }
.site-info a:hover { color: #86d7e1!important; }
.btn-default,
.pagination .page-numbers, 
input#submit {
	background-color: #6F387A;
	border-color: #6F387A;
}
input { border-color: #B5B5B5!important; }
.btn-default:hover,
.pagination .page-numbers:hover,
input#submit:hover {
	background-color: #8f4b9d;
	border-color: #6F387A;
}
h1, .cw-font {
  font-family: 'Fira Sans', sans-serif!important;
  font-weight: 900;
}
h2 {
  font-family: 'Fira Sans', sans-serif!important;
  font-weight: 600!important;
  font-size: 22px!important;
}
.single .post-navigation {
	background: #B4397A;
}
.item_day {
	width: 10%;
}
h2.cw-font {
    font-size: 38px!important;
    margin-top: 0px!important;
}
.cw-font.closetext.Closed {
	display: block!important;
}

.cw-font.closetext.Open {
	display: none;
}

.cw-font.opentext.Closed {
	display: none;
}
.calender-box {
	border: solid;
}
p.cw-font {
    padding: 0 70px;
}

.stupid-huge {
    font-size: 50px!important;
    margin-top: 100px!important;
    margin-bottom: 100px!important;
}

.stupid-huge h2.gsection_title {
    font-size: 50px!important;
    margin-top: 100px!important;
    margin-bottom: 100px!important;
}