/*
Theme Name: FENIX
Theme URI: https://fenix.group
Description: A child theme for the FENIX websites.
Author: FENIX LABS
Author URI: https://fenix.group
Template: runway-framework
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/



/*

==============================================================
Notes
==============================================================

This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

	$rembase:     15;
	$line-height: 24;


Examples
--------------------------------------------------------------

	* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
		padding: 5px 0;
		padding: 0.357142857rem 0; (5 / $rembase)

	* Set a font-size and then set a line-height based on the font-size
		font-size: 16px
		font-size: 1.1428571428rem; (16 / $rembase)
		line-height: 1.5; ($line-height / 16)


Vertical spacing
--------------------------------------------------------------

	Vertical spacing between most elements should use 24px or 48px
	to maintain vertical rhythm:

	.my-new-div {
		margin: 24px 0;
		margin: 1.6rem 0; ( 24 / $rembase )
	}


Further reading
--------------------------------------------------------------

	http://snook.ca/archives/html_and_css/font-size-with-rem
	http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/

*/

#masthead {
	max-height: 55px;
	padding-left: 5%;
	padding-right: 5%;
}

.site {
	/*background-color: #fff;*/
}

/* Read More Posts - Title Customizations */

.subtitle-heading {
	display: block;

}
.subtitle-img { float: left; height: auto;}
.subtitle-heading-text {
	float: left;
	margin-left: 20px;
	font-size: 42px !important;
	font-family: "Barlow Condensed";
	font-weight: 100;
	letter-spacing: 0.2rem;
}

.subtitle-heading-divider { border-bottom: 1px solid #d59842; max-width: 60%; margin-left: -20%; /*margin-bottom: 20px; margin-top: 30px;*/margin-bottom: 0px;
margin-top: 30px; }
.header-title { display: inline-block; float: left; margin-top: 4px;}
img.main-logo-img { max-height: 32px; width: auto; }
.site-header {

	padding: 0px;
	max-height: 55px;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.6rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 0.93333333333rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.86666666667rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.6rem;
}

/* ------------------------------ */

.entry-header {
	padding-bottom: 30px;
}

/*.page-template .entry-header, .page-template .entry-content h4 {
	padding-left: 5%;
	padding-right: 5%;
}*/

/*.page-template .entry-content p {
padding-left: 5%;
	padding-right: 5%;
}*/

.entry-header .meta-header {
	/*margin-top: 5px;
	margin-top: 0.33333333333rem;*/
}

.entry-content h4,
.comment-content h4 {
	font-weight: bold;
	margin-bottom: 0 !important;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 1.1rem;
}

.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 2.4rem;
}

.site-content article {
	/*margin-bottom: 80px;
	margin-bottom: 5.3333333333rem;*/
	margin-bottom: 0px;
	word-wrap: break-word;
}

.single .site-content {
	margin: 20px 0;
}

@media screen and (min-width: 600px) {
	.site-content {
		float: left;
		width: 65.104166667%;
	}

	.single-post #main {
		padding-right: 15%;
	}

	.page-template #main {
		padding-left: 0;
		padding-right: 0;
	}

	.single-post #content {
		max-width: 1300px;
	}

	.home #content {
		max-width: 100% !important;
		width:100%;
	}

	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}

}

/* PAID MEMBERSHIPS PRO */

.pmpro_content_message {
	color: #bebebe;
}

.pmpro_content_message a:link {
	text-decoration: underline;
	background: none !important;
	border: none !important;
	padding: 0px !important;
	vertical-align: unset;
	color: #cf2932;
	line-height: 20px;
}


/* HOMEPAGE */
.full-width-divider {
	border: 1px solid rgba(0,0,0,.1);
	margin: 10px 0px 15px 0px;
  position: relative;

}

.map-link  {
	color: #000 !important;
	text-decoration: none !important;
	font-family: "Noto Sans" !important;
	font-size: 16px !important;
}

.map-link:after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	color: #cf2932;
	margin-left: 10px;
	font-size: 14px;
	top: -2px;
	position: relative;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	text-rendering: optimizeLegibility;
}

.blast-title-date {
	float: right;
}

.nc-show-date {
	text-transform: none;
	font-style: italic;
}

.newscodes {
	overflow: hidden;
	min-height: 20px;
	margin-bottom: 20px;
	position: relative;
}

.nc-type-news-list-compact.newscodes ul.newscodes-wrap li.nc-regular h2 {
	margin-left: 5%;
}

.nc-meta-compact-wrap {
	margin-right: 5%;
}

.newscodes .newscodes-pagination, .newscodes .newscodes-load-more {
	margin-left: 5%;
}

@media all and (max-width: 600px) {
	.nc-type-news-list-compact.newscodes ul.newscodes-wrap li.nc-regular h2, .newscodes .newscodes-pagination, .newscodes .newscodes-load-more {
		margin-left: 5% !important;
		margin-right: 5% !important;
	}

	.newscodes.nc-type-news-list-compact ul.newscodes-wrap li h2 a {
		font-size: 16px !important;
	}

	.nc-meta-compact-wrap {
		margin-right: 0 !important;
	}

	.newscodes.nc-type-news-list-compact ul.newscodes-wrap li {
    display: block;
    margin-left: 0px;
    padding: 3px 5% 10px 0px !important;
}

	.blast-title-date {
		margin-right: 0px !important;
	}

	.newscodes ul.newscodes-wrap li .nc-meta-compact-wrap > span {
    margin-right: 0;
  	font-size: 12px;
	}
}

.newscodes.nc-type-news-list-compact ul.newscodes-wrap li {
  display: block;
	margin-left: 0px;
	padding: 3px 0px 10px 0px;
}

.newscodes.nc-type-news-list-compact ul.newscodes-wrap li h2 a {
	font-size: 16px;
	text-transform: none;
	font-family: "Noto Sans";
	font-weight: 300;
	text-decoration: none;
	border-bottom: 1px solid #cf3932;
}

.newscodes.nc-type-news-list-compact ul.newscodes-wrap li h2 a:hover {
	color: #cf3932;
}

.newscodes-style .newscodes-load-more span {
	font-size: 16px;
	text-transform: none;
	font-family: "Noto Sans";
	font-weight: 300;
	text-decoration: none;
}

.newscodes-style .newscodes-load-more span:hover {
	border: 1px solid #cf3932;
	color: #cf3932;
}

.nc-meta-compact-wrap {
  display: inline-block;
  float: right;
	position: relative;
	top: 4px;
}

.newscodes.nc-type-news-list-compact ul.newscodes-wrap li:nth-child(even) {
	background: #f7f7f7;
}

.newscodes-style .newscodes-pagination ul li a:hover {
	color: #cf3932 !important;
  border-color: #cf3932;
}

.newscodes-style .newscodes-load-more span {
	padding: 15px 37px !important;
	-webkit-transition: all .4s !important;
	transition: all .4s !important;
	background-color: rgba(201, 41, 50, 0.0) !important;
	letter-spacing: 0.18em !important;
	font-size: 1.15em !important;
	width: auto;
	border-width: 2px;
	border-color: #cf2932;
	font-family: "Barlow Condensed";
	font-weight: 500;
	margin: 0 16px 0 0;
	text-transform: uppercase;
	color: #303133;
	border-radius: 0px !important;
}

.newscodes-style .newscodes-load-more span:hover {
	border-width: 2px !important;
	padding: 15px 37px 15px 37px !important;
	background-color: rgba(201,41,50,0.1) !important;
	color: #303133 !important;
}

.popupaoc-link {
	color: #000 !important;
	text-decoration: none !important;
	font-family: "Noto Sans" !important;
	font-size: 16px !important;
}

.popupaoc-link:after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	color: #cf2932;
	margin-left: 10px;
	font-size: 14px;
	top: -1px;
	position: relative;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	text-rendering: optimizeLegibility;
}

.custombox-fullscreen .paoc-popup-close {
    top: 40px !important;
}

.newscodes.nc-cut-titles ul.newscodes-wrap li h2 {
    white-space: normal;
}

.newscodes.nc-type-news-list-compact ul.newscodes-wrap li h2 a {
    box-decoration-break: clone;

-webkit-box-decoration-break: clone;

margin-left: 5%;
}

.nc-type-news-list-compact.newscodes ul.newscodes-wrap li.nc-regular h2 {
    margin-left: 0 !important;
}

/* Map Modal */
.paoc-popup-close, .custombox-fullscreen .paoc-popup-close {
	background: url(assets/images/close-button.png) center center no-repeat, #181819;
	width: 40px;
	height: 40px;
	background-size: 17px;
	cursor: pointer;
	top:0px !important;
	right:0px !important;
}

.paoc-popup-modal-cnt {
	padding:0 !important;
}

.page-template .site-content {
	margin: 0 !important;
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.vc_column_container > .vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.wpb_content_element {
	margin-bottom: 0px;
}

/* Buttons */

.text-based-button a {
	font-family: "Barlow Condensed" !important;
	font-weight: 500 !important;
	padding: 8px 20px !important;
	text-transform:uppercase;
	background:rgb(207, 41, 50, 0) !important;
	transition: background 0.2s;
}

.text-based-button a:hover {
	background:rgb(207, 41, 50, 0.08) !important;
}

.text-based-button a span{
	font-weight: 400 !important;
}

.text-based-button a::after{
	position: relative;
	bottom:2px;
}

.fusion-button.button-2 {
		border-bottom:none !important;
}

.fusion-button-text {
	text-transform: uppercase !important;
}

@media all and (max-width: 600px) {
	.pmpro_content_message .text-based-button a {
		padding:12px 12px !important;
		font-size:18px !important;
	}
	.pmpro_content_message_banner {
		padding:20px 0 !important;
	}
	.text-based-button a span::before{
		display:none;
	}

	.text-based-button .fusion-button-text {
		font-size:18px;
	}

}

.fusion-button-text .button-message {
	padding-left:15px;
	padding-right:80px;
	transition:0.27s;
	padding-top: 11px;
	padding-bottom: 11px;
	line-height: 28px;
	margin-left: -22px;
}

.fusion-button-text:hover .button-message {
	padding-left:19px;
	padding-right:76px;
}

.fusion-button-text:hover .button-price {
	background: linear-gradient(to right, #cf2932 50%, rgb(166, 33, 40) 50%);
    background-size: 200% 100%;
    background-position: left bottom;
}

.button-message {
	background:#cf2932;
	transition:inherit;
	color: #fff;
}

.button-message:hover {
	background-position:left bottom;
}

.fusion-button.button-1 {
    border: 2px solid #cf2932 !important;
	text-decoration: none !important;
}

.fusion-button-text .button-price {
    background: linear-gradient(to right, #cf2932 50%, rgb(166, 33, 40) 50%);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background 0.4s ease 0.1s;
}

.button-price {
    color: white;
    padding: 11px;
    margin-right: -21px;
}

.button-message {
    background: #cf2932;
}