/* KRMD CUSTOM CSS */

body {
	font-family: "Roboto";
}

a, .site-footer a:hover, li.current-menu-item a {
	color: #23b3ac;
}

.site-header {
	background-color: #241326;
	min-height: 100px;
	border-top: 10px solid #140a16;
}


.site-header .wrap {
	padding: 0;
}

.header-image .site-title > a {
	min-height: 70px;
	background-size: 160px;
}

.genesis-nav-menu a {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	padding: 15px;
	letter-spacing: 0.3em;
	font-weight: bold;
}

.genesis-nav-menu a:hover {
	text-decoration: none;
	color: #fff;
}

.title-area {
	width: 20%;
	//max-width: 200px;
}

.site-header .widget-area {
	//max-width: 890px;
	width: 80%;
}

.genesis-nav-menu .menu-item {
	//border-left: 1px solid rgba(221,221,221,0.5);
	-webkit-box-shadow: -4px 0px 3px -3px rgba(255,255,255,0.5);
	-moz-box-shadow: -4px 0px 3px -3px rgba(255,255,255,0.5);
	box-shadow: -4px 0px 3px -3px rgba(255,255,255,0.5);
}

.genesis-nav-menu .menu-item:last-child {
	//border-right: 1px solid rgba(221,221,221,0.5);
	-webkit-box-shadow: 4px 0px 3px -3px rgba(255,255,255,0.5);
	-moz-box-shadow: 4px 0px 3px -3px rgba(255,255,255,0.5);
	box-shadow: 4px 0px 3px -3px rgba(255,255,255,0.5), -4px 0px 3px -3px rgba(255,255,255,0.5);
}

.genesis-nav-menu .menu-item:hover, li.current-menu-item {
	background-color: #140a16;
}

/* MENU ICONS */
.menu-item i._mi, .menu-item img._mi {
	display: block;
	width: 35px;
}

.menu-item img._before, .rtl .menu-item img._after {
	margin: 0 auto;
	padding-bottom: 10px;
}

.site-footer {
	background-color: #241326;
}	

.site-footer a, .site-footer {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.leftfoot li {
	display: inline-block;
	margin-right: 15px;
}

.leftfoot .fa {
	color: #818181;
	font-size: 20px;
}

.rightfoot .textwidget {
	padding-top: 5px;
}

.entry-title {
	display: none;
}

.page .site-inner {
	padding: 0;
	margin: 0;
	max-width: none;
}

.page .entry {
	//padding: 100px 0 0 0;
	padding: 0;
	margin-bottom: 0;
}

html .fl-builder-edit .site-header {
	//position: relative;
}

html .fl-builder-edit .page .entry {
	//padding: 0;
}

.home .fl-rich-text p {
	font-weight: 400;
	color: #0c071b;
	letter-spacing: 0.1em;
	font-size: 20px;
}

#starwars .fl-rich-text p, #writing .fl-rich-text p {
	font-weight: 400;
	color: #0c071b;
	font-size: 14px;
}

/* CURRENT MENU ITEM TEXT */
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	text-decoration: none;
	color: #23b3ac;
}


.heading-icon img {
	width: 85px;
}

.heading-icon-button .fl-heading {
	padding: 0 !important;
	line-height: 3em;
}

.heading-icon-button .fl-heading-text:before, .heading-icon-button .fl-heading-text:after {
	margin: 0 !important;
}

.heading-button {
	color: #0c071b;
    text-decoration: none;
    padding: 15px;
    background-color: #f9f9f9;
    font-style: italic;
    font-weight: bold;
	font-size: 16px;
}

.feature-button .fl-button {
	width: 100%;
	border: 2px solid #09bdb0 !important;
    background-color: #fff !important;
	font-weight: bold !important;
	letter-spacing: 0.1em !important;
	font-size: 16px !important;
}

#timeline .feature-button {
	width: 50% !important;
	display: inline-block !important;
}

.timeline-image img {
	padding-right: 40%;
}

#shop h3 {
	text-transform: uppercase;
    font-weight: bold;
	letter-spacing: 0.1em;
    font-size: 21px;
}

/* SHOP SECTION FORM */
#field_1_1 label {
	display: none;
}

#input_1_1 {
	text-align: center;
    padding: 15px;
    letter-spacing: 0.05em;
}

#gform_1 input::-webkit-input-placeholder {
color: #959595 !important;
}
 
#gform_1 input:-moz-placeholder { /* Firefox 18- */
color: #959595 !important;  
}
 
#gform_1 input::-moz-placeholder {  /* Firefox 19+ */
color: #959595 !important;  
}
 
#gform_1 input:-ms-input-placeholder {  
color: #959595 !important;  
}

#gform_1 .gform_footer {
	margin-top: 0;
}

#gform_submit_button_1, #voice .feature-button-inverted .fl-button {
	color: #fff !important;
	width: 100%;
	border: 2px solid #09bdb0 !important;
    background-color: #09bdb0 !important;
	font-weight: bold !important;
	letter-spacing: 0.1em !important;
	font-size: 16px !important;
}

/* HOME HERO BG CENTER ON RESPONSIVE */
#hero > .fl-row-content-wrap {
	background-position: 60%;
}

.footerright {
	padding-top: 2px;
}

/* FIXED HEADER */
@media (min-width: 961px) {
.site-header {
	position: fixed;
	z-index: 1;
	width: 100%;
}
.page .site-inner {
	padding: 90px 0 0 0;
} 

} 

/* TIMELINE CUSTOM STYLE */
.pp-timeline-icon {
	border-radius: 50%;
}

.pp-separator-arrow {
	border-left-color: #212121 !important;
	border-right-color: #212121 !important;
}

.timeline-iconsfilm {
	font-size: 50px !important;
	margin-left: 10px !important;
}

.timeline-iconsmicrophone {
	font-size: 35px !important;
}

.timeline-iconsnewspaper {
	font-size: 40px !important;
}

.pp-timeline-icon .dashicons {
	font-size: 50px !important;
}

/**** NEWS POSTS CUSTOM STYLE ****/
.fl-post-feed-image {
	width: 45%;
	margin-right: 25px;
	float: left;
}

.fl-post-feed-header {
    float: right;
    width: 51%;
	text-align: left;
}

	/* CONTENT GRID STYLE */
	h3.pp-post-title a{
		color: #333;
	}
	
	h3.pp-post-title {
		margin-bottom: 10px !important; 
		font-size: 22px;
		font-weight: bold;
		border-bottom: 2px solid #09bdb0;
		padding-bottom: 5px;
	}
	
	a.pp-post-link:hover {
		background-color: rgba(9, 189, 176,0.4);
	}
	
	.pp-post-content p {
		font-size: 14px;
		font-weight: 400;
	}
	
	/* LATEST POSTS WIDGET */
	.widget .latest-posts .entry-title {
		display: block;
		font-size: 24px;
	}

/* SINGLE POST STYLES */
.single-post .entry-title {
	display: block;
}

.single-post header .entry-meta {
	display: none;
}

.single-post .site-inner {
	padding-top: 140px;
}

/* CONTACT FORM */
#gform_2 .gform_button {
	background-color: #09bdb0;
	color: #fff;
	border: 2px solid #fff;
	font-weight: bold;
	letter-spacing: 2px;
	width: 100%;
}

#gform_2 .gform_button:hover {
	background-color: #fff;
	color: #09bdb0;
	border: 2px solid #09bdb0;
}

#field_2_2 label, #field_2_3 label, #input_2_1 label, #field_2_1 label {
	display: none;
}

/* WIRTING guest writings even 2nd column */
#writing-col-2 p {
	margin-bottom: 30px;
}

/* Z-INDEX FIX ADMIN BAR, BEAVER BUILDER */
#wpadminbar {
	z-index: 9;
}

/* SOCIAL SHARE FOOTER */
.social-share-footer {
	margin-top: 60px;
}

.social-share-footer h4{
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: 4px;
}

.social-share-footer .fa {
	font-size: 20px;
	padding: 0 10px;
}



/* MEDIA QUERIES */

@media (max-width: 1200px) {
	#timeline .fl-button {
		padding: 12px 0 !important;
	}
	
	.fl-node-58235371be1fb h5.fl-heading , .fl-node-58236282eacef h5.fl-heading{
		padding: 0;
	}
}
@media (max-width: 960px) {
	.site-header .widget-area, .title-area, .footerleft, .footerright {
		width: 100%;
	}
	
	.footerleft {
		margin-bottom: 20px;
	}
	
	.single-post .site-inner {
		padding-top: 40px !important;
	}
}

@media (max-width: 840px) {
	#timeline .fl-button-text {
		font-size: 10px !important;
	}
}

@media (max-width: 768px) {
	.fl-node-58234643dfa96 {
		margin-top: 45vh;
	}
	
	#timeline .fl-button-text {
		font-size: 14px !important;
		letter-spacing: 0;
	}
	
	#announcement-text span {
		display: block;
	}

}

@media (max-width: 620px) {
	.genesis-nav-menu a span > span {
		display: none;
	}
	
	.leftfoot li {
		width: 100%;
		margin: 7px;
	}
}

@media (max-width: 495px) {
	.genesis-nav-menu a {
		padding: 2px;
	}
	
	#text-quote {
		width: 100% !important;
		padding-top: 0 !important;
	}
}

@media (max-width: 460px) {
	.fl-node-58236282eacef h5.fl-heading, .fl-node-58235371be1fb h5.fl-heading {
		padding: 0;
	}
	
	#timeline .fl-button-text {
		font-size: 10px !important;
	}
	
	.fl-module .pp-timeline-item img {
    	width: 100% !important;
	}
}

@media (max-width: 400px) {
	.fl-node-582de29e3caa9 {
		padding-right: 10px;
	}
}

@media (max-screen: 360px) {
	
}
