* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

::selection {
	color: #ffffff;
	background: #efd370;
}




/* Defaults */

html {
	font-family: 'Raleway';
	font-size: 10px;
	color: #444;
}

body {
	font-size: 1.6rem;
	line-height: 3.4rem;
}

a {
	color: #F4BC16;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
}

h1 {
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 5rem;
	padding-bottom: 2rem;
	text-transform: uppercase;
	text-align: center;
}
h1:after {
	display: block;
	content: "";
	background: #F4BC16;
	width: 12rem;
	height: 2px;
	margin: 1.3rem auto 0;
}

h2 {
	font-size: 2.7rem;
	line-height: 3.4rem;
	padding: 4.6rem 0 2.6rem;
	text-transform: uppercase;
}

h2:after {
	display: block;
	content: "";
	background: #F4BC16;
	width: 6rem;
	height: 2px;
	margin-top: 13px;
}

h3 {
	font-size: 2.2rem;
	line-height: 3.2rem;
	padding: 2.7rem 0 2.2rem;
	text-transform: uppercase;
}

h2 + h3 {
	margin-top: -1rem !important;
}

h4 {
	font-size: 1.8rem;
	line-height: 3rem;
	padding: 2.5rem 0 2rem;
}

.body p, .body h1, .body h2, .body h3, .body h4, .wpcf7-form-control-wrap {
	max-width: 75rem;
	margin: auto;
}

.body p {
	padding-bottom: 1.4rem;
}

.body p a, .home_info_desc a {
	font-weight: 600;
	background: linear-gradient( 180deg, transparent 0, transparent 60%, rgba(250,200,95,.25) 100%, rgba(250,200,95,.25) 100%, transparent 93%, transparent);
}

.body ol, .body ul {
	max-width: 75rem;
	padding: 0 0 2rem 4rem;
	margin: auto;
}

.body input, select, textarea {
	font-size: 1.6rem;
	color: #555;
	border-radius: 5px;
	border: 1px solid #999;
	margin-bottom: 1rem;
	padding: 1.6rem;
}

hr {
	max-width: 30%;
	margin: auto;
}

/*
.discover_more {
	display: inline-block;
	padding: 1rem 3.4rem;
	font-size: 1.8rem;
	background: #383435 !important;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.discover_more:hover {
	background: #F4BC16 !important;
}
*/

iframe, video, embed, object {
	display: block;
	max-width: 100%;
}

iframe {
	border: none;
	margin: 0 auto 3rem;
}

.wp-block-image figcaption {
	margin: 2rem 0 3rem 0!important;
}

.wp-block-video {
	width: 100%;
	max-width: 75rem;
	margin: auto !important;
	padding: 2rem 0 3rem 0;
}

input[type=text], input[type=email], textarea {
	font-family: 'Raleway';
	font-size: 1.4rem;
	color: #555;
	line-height: 2.4rem;
	padding: 0.8rem 2rem;
	border-radius: 1rem;
	border: 1px solid #999;
	transition: all 0.3s ease 0s;
}
textarea {
	padding: 1.4rem 2rem;
}
input[type=text]:hover, input[type=email]:hover, textarea:hover {
	border-color: #383435;
}

input[type=submit], button, .read_more {
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 1.2rem 4rem;
	border-radius: 3rem;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
input[type=submit]:hover, button:hover, .read_more:hover {
	color: #383435;
	background-color: #fff !important;
}




/* Images */

img {
	display: block;
}

.wp-block-image .alignleft {
	padding: 3rem 2.5vw 2rem 0;
}
.wp-block-image .alignleft > figcaption {
	display: block !important;
}

.wp-block-image .alignright {
	padding: 3rem 0 2rem 2.5vw;
}
.wp-block-image .alignright > figcaption {
	display: block !important;
}

.wp-block-image .aligncenter {
	opacity: .9;
}

.wp-block-image img {
	height: auto;
	margin: auto;
}

figcaption {
	color: #888;
	font-size: 1.4rem;
	text-align: center;
}




/* Header - Logo */

header {
	position: relative;
	list-style: none;
	background-color: #fff;
}
.header_cont {
	position: relative;
	max-width: 125rem;
	padding: 5rem 6rem;
	margin: 0 auto;
}

.header_cont > a {
	position: relative;
	display: inline-block;
	width: 20rem;
}

.header_logo > img, .header_logo_text, .desktop_menu, .desktop_menu li {
	display: inline-block;
	vertical-align: top;
}
.header_logo > img {
	max-width: 5rem;
}

.header_logo {
	display: initial;
}
.header_logo_text {
	padding-left: 1rem;
}
.header_logo_text_top {
	font-size: 2.6rem;
	font-weight: 700;
}
.header_logo_text_top .black {
	color: #383435;
}
.header_logo_text_top .yellow {
	color: #F4BC16;
}

.header_logo_text_bottom {
	font-size: 1.2rem;
	font-weight: 600;
	color: #918f8d;
	line-height: 1rem;
	letter-spacing: 1px;
	text-align: left;
}




/* Header - Desktop Menu */

.desktop_menu {
	float: right;
	padding: 1rem 9rem 0 0;
}
.desktop_menu li a {
	font-weight: 700;
	font-size: 1.3rem;
	color: #918f8d;
	padding: 1rem 1.4rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.desktop_menu li a:hover, .desktop_menu .current-menu-item a {
	color: #383435;
}




/* Header - Search */

.nav_search_icon {
	position: absolute;
	top: 50%;
	right: 6rem;
	max-width: 2.7rem;
	transform: translate(0, -50%);
	cursor: pointer;
}

.nav_search label {
	display: none;
}
.nav_search {
	position: absolute;
	top: 1.4rem;
	width: 100%;
	padding: 2rem 4vw;
	background-color: #fff;
	text-align: center;
	border-bottom: 1px solid #e9e7e4;
	transition: top 1s;
}
.nav_search_lower {
	top: 13.4rem !important;
}
.nav_search input[type=text] {
	width: 50vw;
	max-width: 60rem;
	margin-right: 2vw;
}

.nav_search input[type=submit] {
	background-color: #F4BC16;
	border: 2px solid #F4BC16;
}
.nav_search input[type=submit]:hover {
	color: #383435;
	background-color: #fff;
}




/* Header - Mobile Nav Menu */

.no-scroll {
	overflow: hidden;
}

.site_nav {
	display: none;
	position: absolute;
	top: 35%;
	right: 6rem;
	cursor: pointer;
}
.site_nav_bars {
	position: relative;
	display: inline-block;
	width: 4.1rem;
	height: 2px;
	background-color: #918f8d;
}
.site_nav_bars:before, .site_nav_bars:after {
	position: absolute;
	content: "";
	right: 0;
}
.site_nav_bars:before {
	display: inline-block;
	width: 3rem;
	height: 2px;
	background-color: #918f8d;
}
.site_nav_bars:before {
	top: -1rem;
}
.site_nav_bars:after {
	display: inline-block;
	width: 3.3rem;
	height: 2px;
	background-color: #918f8d;
}
.site_nav_bars:after {
	top: 1rem;
}
.site_nav_bg {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	cursor: auto;
	z-index: 101;
}
.site_nav_cont {
	position: fixed;
	top: 0;
	right: 0;
	width: 75%;
	max-width: 50rem;
	height: 100%;
	padding: 15rem 5rem 0 5rem;
	background-color: #fff;
	border-left: 1px solid #777;
	overflow-y: scroll;
	text-align: left;
	z-index: 102;
}

header .nav_cross {
	position: absolute;
	top: 4rem;
	right: 4rem;
	max-width: 3rem;
	cursor: pointer;
}
header .site_nav {
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 600;
}
header .site_nav > .menu-item-has-children {
	padding-right: 1.1rem;
}
header .site_nav .menu-item-has-children > a:after {
	content: "";
	background-image: url(../images/down.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 0.8rem;
	width: 100%;
	max-width: 1.1rem;
	position: absolute;
	top: 50%;
	transform: translate(1rem, -50%);
}
header .site_nav a {
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 1.6rem;
	color: #918f8d;
	padding: 1rem 1.4rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
header .site_nav a:hover {
	color: #F4BC16;
}
header .site-nav > li {
	list-style: none;
}
header .site-nav > .current-menu-ancestor > a {
	color: #F4BC16;
}
header .site_nav > .current-menu-item > a {
	color: #F4BC16;
}
header .site_nav .sub-menu {
	display: none;
	margin: 0 auto 2rem;
}
header .sub-menu li {
	list-style: none;
}
header .sub-menu li a {
	font-weight: 400;
	margin-left: 2rem;
}
header .sub-menu > .current-menu-item > a {
	color: #F4BC16 !important;
}




/* Landing - Cover Image */

.cover_image {
	position: relative;
	height: 60rem;
	background-image: url(../images/laying_tiles.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.cover_image li {
	list-style: none;
}

.cover_image .widget_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 95rem;
	padding: 8rem 0 8rem 0;
	background: rgba(38, 38, 40, 0.7);
}

.cover_image .widget_text:after {
	content: "";
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	position: absolute;
	top: 0.8rem;
	left: 0.8rem;
	border: 1px solid #FFF;
}

.cover_image .widget_text .textwidget p:nth-child(1) {
	font-size: 3.5rem;
	line-height: 5rem;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	padding-bottom: 3rem;
}
.cover_image .widget_text .textwidget p:nth-child(1):after {
    display: block;
    margin: 0 auto;
    content: "";
    background: #F4BC16;
    width: 10rem;
    height: 2px;
    margin-top: 1.6rem;
}


.cover_image .widget_text .textwidget p:nth-child(2) {
	color: #FFF;
	text-align: center;
}




/* Landing - Must Read */

.home_mr {
	max-width: 182rem;
	margin: 15rem auto 10rem auto;
	padding: 0 0 14rem 0;
	background-image: url(../images/bg-home.webp) !important;
	text-align: center;
}

.home_mr_top {
	width: 100%;
	margin-bottom: 14rem;
	padding: 3rem 0;
	background: #F4BC16;
}

.home_mr h1 {
	margin-bottom: 4rem;
}

.home_mr ul {
	font-size: 1.3rem;
	font-weight: 700;
	padding: 0 0 6rem 0;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}
.home_mr ul li {
	display: inline-block;
	margin: 0 0.5rem;
	list-style: none;
}
.home_mr ul li a {
	display: block;
	padding: 0.3rem 2.8rem;
	color: #918f8d;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.home_mr ul li a:hover {
	color: #383435;
	background-color: #F4BC16;
}
.home_mr ul li #active_link {
	color: #383435;
	background-color: #F4BC16;
}

.home_mr_box {
	max-width: 97.5rem;
	margin: 0 auto;
	background-color: #fff;
}

.home_mr_box_left, .home_mr_box_right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.home_mr_box_left {
	overflow: hidden;
}

.home_mr_box_left > div {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 47rem;
}
.home_mr_box_left div img {
	height: 48.4rem;
	width: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.home_mr_box_right .home_heading {
	font-size: 3rem;
	padding: 12rem 0 3rem 0;
	text-transform: uppercase;
}
.home_mr_box_right .home_heading:after {
    display: block;
    content: "";
    background: #F4BC16;
    width: 6rem;
    height: 2px;
    margin: 1.3rem auto 0;
}

.home_mr_sub_text {
	max-width: 33.3rem;
	margin: 0 auto;
	padding: 0 2rem 3rem 2rem;
}
.home_mr_box_right a {
	position: relative;
	display: inline-block;
	padding: 1.6rem 7rem;
	font-size: 1.6rem;
	background-color: #383435;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.home_mr_box_right a:after {
	content: "";
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
	position: absolute;
	top: 0.35rem;
	left: 0.35rem;
	border: 1px solid #FFF;
}
.home_mr_box_right a:hover {
	background-color: #F4BC16;
}




/* Landing - 4 Icons */

.home_four_tiles {
	max-width: 120rem;
	margin: auto;
	padding-bottom: 15rem;
}

.home_four_tiles a {
	border: none;
}

.home_four_tiles > div {
	display: inline-block;
	width: 25%;
	text-align: center;
}
.home_four_tiles_one > a, .home_four_tiles_two > a, .home_four_tiles_three > a, .home_four_tiles_four > a {
	display: block;
	margin-bottom: 2rem;
}
.home_four_tiles_one a span, .home_four_tiles_two a span, .home_four_tiles_three a span, .home_four_tiles_four a span {
	position: relative;
	display: inline-block;
	height: 9.5rem;
	width: 9.5rem;
	background-color: #f0f0ed;
	color: #444;
	border-radius: 50%;
	transition: all ease .3s;
}
.home_four_tiles_one a span:before, .home_four_tiles_two a span:before, .home_four_tiles_three a span:before, .home_four_tiles_four a span:before {
	font-family: 'fontello';
	font-size: 5.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}
.home_four_tiles_one a span:before { content: '\E800'; }
.home_four_tiles_two a span:before { content: '\E801'; }
.home_four_tiles_three a span:before { content: '\E802'; }
.home_four_tiles_four a span:before { content: '\E803'; }

.home_four_tiles_one a span:hover, .home_four_tiles_two a span:hover, .home_four_tiles_three a span:hover, .home_four_tiles_four a span:hover {
	color: #fff;
	background-color: #F4BC16;
}

.home_four_tiles_one > div, .home_four_tiles_two > div, .home_four_tiles_three > div, .home_four_tiles_four > div {
	display: inline-block;
	max-width: 14rem;
}

.home_four_tiles_title {
	line-height: 0;
}

.home_four_tiles_title a {
	display: block;
	font-weight: 600;
	color: #444;
	padding-bottom: 1rem;
	line-height: 2rem;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}
.home_four_tiles_title a:hover {
	color: #F4BC16;
}




/* Landing - Info Content - Tiles */

.home_info_cont {
	max-width: 120rem;
	margin: auto;
	padding-bottom: 15rem;
	color: #484848;
}

.home_heading {
	font-size: 2.8rem;
	font-weight: 600;
	color: #000;
	line-height: 2.6rem;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 4rem;
}
.home_heading:after{
	display: block;
	margin: 0 auto;
	content: "";
	background: #F4BC16;
	width: 6rem;
	height: 2px;
	margin-top: 2.6rem;
}

.home_info_sub_text {
	padding-bottom: 3rem;
}

.home_info .home_info_cont .list_items {
	display: inline-block;
	width: 100%;
	margin: 4rem 0;
}

.home_info .home_info_cont .list_item {
	display: inline-block;
	vertical-align: top;
	max-width: 33.33%;
	text-align: center;
}

.home_info .list_item_img {
	display: inline-block;
	height: 25rem;
	width: 95%;
	overflow: hidden;
}

.home_info .list_item_img a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 25rem;
}

.home_info .list_item_img a img {
	height: 25rem;
	width: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	transition: opacity 0.3s ease 0s;
}
.home_info .list_item_img a img:hover {
	opacity: 0.8;
}

.home_info_title {
	max-width: 30rem;
	margin: 2rem auto;
}
.home_info .home_info_title, .home_info .home_info_title a {
	font-size: 1.8rem;
	font-weight: 600;
	color: #000;
	line-height: 2.6rem;
	text-transform: uppercase;
	transition: opacity 0.3s ease 0s;
}
.home_info .home_info_title:after {
	display: block;
	margin: 0 auto;
	content: "";
	background: #F4BC16;
	width: 6rem;
	height: 2px;
	margin-top: 1.6rem;
}

.home_info .home_info_title a:hover {
	opacity: 0.6;
}

.home_mr_sub_text, .home_four_tiles_desc, .home_info_sub_text, .home_info .home_info_desc {
	font-size: 1.4rem;
	line-height: 2.6rem;
	text-align: center;
}
.home_info .home_info_desc {
	padding: 0 4rem;
}




/* Post - Content */

.post .content {
	max-width: 120rem;
	margin: auto;
	padding: 11rem 2rem 0;
	background: #fff;
}

.post-info, .wp-block-image figcaption {
	line-height: 2.4rem;
}

.recommended_title {
  font-size: 2.8rem;
  line-height: 4rem;
  letter-spacing: 1px;
  padding: 4rem 0 4rem 0;
  text-align: center;
}
.recommended_title:after {
	display: block;
	margin: 0 auto;
	content: "";
	background: #F4BC16;
	width: 8rem;
	height: 2px;
	margin-top: 1.3rem;
}




/* Post - Post Date and Author */

.post-info {
	font-size: 1.4rem;
	color: #918f8d;
	margin-bottom: 5rem;
	text-align: center;
}




/* Post - Amazon Disclosure */

.top_disclosure {
	font-size: 1.4rem;
	text-align: center;
	font-style: italic;
	line-height: 2rem;
	color: #888;
	margin-bottom: 1rem;
}




/* Post - Review Tables */

.review_table .tablepress:nth-child(1):before, .review_table .row-3 .column-1:before, .featured_table .tablepress:nth-child(1):before {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
.review_table .row-3 .column-1:after {
	clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
}




/* Post - Pros and Cons

.pros_n_cons {
	padding: 3rem 2rem;
	text-align: center;
}

.pros, .cons {
	position: relative;
	display: inline-block;
	margin: 8rem 0 0 !important;
	padding: 15rem 2rem 7rem 2rem !important;
	width: 45%;
	max-width: 42rem !important;
	background-color: #fff;
	box-shadow: 0 0 0.5rem rgba(0,0,0,.15);
	vertical-align: top;
	text-align: left;
}

.pros:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	background-image: url(../images/pros.png);
	background-size: 9.8rem 9.8rem;
	display: inline-block;
	width: 9.8rem;
	height: 9.8rem;
	transform: translate(-50%,-50%);
}
.pros {
	margin-right: 2% !important;
}

.cons:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	background-image: url(../images/cons.png);
	background-size: 9.8rem 9.8rem;
	display: inline-block;
	width: 9.8rem;
	height: 9.8rem;
	transform: translate(-50%,-50%);
}

.pros:before {
	content: "Pros";
}
.cons:before {
	content: "Cons";
}
.pros:before, .cons:before {
	top: 7rem;
	left: 50%;
	position: absolute;
	color: #555;
	font-weight: 600;
	font-size: 2.8rem;
	transform: translate(-50%,0%);
}

.pros li, .cons li {
	position: relative;
	padding: 0 0 1.5rem 4rem;
	list-style: none;
}
.pros li:before {
	content: "";
	position: absolute;
	top: 0.8rem;
	left: 0;
	background-image: url(../images/tick.png);
	background-size: 20.25px 15.375px;
	width: 20.25px;
	height: 15.375px;
}
.cons li:before {
	content: "";
	position: absolute;
	top: 0.8rem;
	left: 0;
	background-image: url(../images/cross.png);
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
}
*/



/* Post - Big CTA

.big_cta a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 56rem;
	margin: 6rem auto;
	padding: 1.5rem 0;
	font-size: 2rem;
	font-weight: 600;
	background: #e75c46 !important;
	color: #fff;
	border: none;
	box-shadow: 0 1rem 2rem rgb(0 0 0 / 20%);
}
.big_cta a:after {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	top: 2px;
	left: 2px;
	border: 1px solid #FFF;
}
*/



/* Post - Editors Choice

.editor_choice {
	padding: .6rem 2rem !important;
	background: #F4BC16;
	color: #fff;
	text-transform: uppercase;
	line-height: 3rem;
	letter-spacing: 1px;
}
.editor_choice a {
	font-weight: 400 !important;
	color: #fff;
}
*/



/* Post - Author Box */

.author_box {
	width: calc(100% - 4rem);
	max-width: 94rem;
	margin: 10rem auto 10rem auto;
	padding: 5rem;
	list-style: none;
	line-height: 2rem;
	border: 1px solid #ececec;
}

.author_box img {
	float: left;
	margin-right: 2rem;
}

.author_box .author {
	font-size: 1.3rem;
	padding-bottom: 0.2rem;
}
.author_box .widget_text .textwidget p:nth-child(1) {
	display: inline-block;
	font-size: 1.8rem;
	text-transform: uppercase;
}
.author_box .widget_text .textwidget p:nth-child(1):after {
	content: "";
	display: block;
	margin: 0px 0 0.5rem 0;
	background: #F4BC16;
	width: 6rem;
	height: 2px;
	margin-top: 1.6rem;
}
.author_box .widget_text p:nth-child(2) {
	font-size: 1.3rem;
	line-height: 2.3rem;
	padding-bottom: 2rem;
}
.author_box .widget_text p:nth-child(3) {
	padding-bottom: 0;
}

.author_box .widget_text a {
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	background: #F4BC16;
	border: 1px solid #F4BC16;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 0.5rem;
	padding: 0.8rem 1.2rem;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.author_box .widget_text a:hover {
	color: #383435;
	background-color: #fff;
}




/* Site Wide - Email List */

.news {
	padding: 6rem 3%;
	background-color: #F4BC16;
	color: #fff;
}
.news_cont {
	max-width: 117rem;
	margin: 0 auto;
	text-align: center;
}

.news_heading {
  font-size: 2.6rem;
  padding-bottom: 2rem;
}
.news_heading:after {
	display: block;
	content: "";
	background: #FFF;
	width: 6rem;
	height: 2px;
	margin: 1.3rem auto 0;
}
.news_description {
	font-size: 1.6rem;
	line-height: 2.5rem;
}

.news_cont form {
	max-width: 35rem;
	margin: auto;
}
.news input[type=email] {
	width: 100%;
	margin: 2rem 0 1rem 0;
	text-align: center;
}
.news form button {
	width: 100%;
	background-color: #383435;
	border: 2px solid #383435;
}
.news form button:hover {
	color: #383435;
	background-color: #fff;
}




/* Site Wide - Youtube Embed */

.youtube_cont {
	position: relative;
	height: 52rem;
	width: 75rem;
	margin: 1.5rem auto 0;
	overflow: hidden;
}

.youtube_cont img {
	position: absolute;
	top: 0;
	left: 0;
}
.youtube_cont img:hover { cursor: pointer; }

.youtube_cont iframe {
	height: 54rem;
	width: 75rem;
	bottom: 6rem;
	position: relative;
	border: none;
}




/* Page - Content */

.page .content {
	max-width: 120rem;
	margin: auto;
	padding: 10rem 2rem 20rem;
	background: #fff;
}




/* Page - Banner */

.banner {
	position: relative;
	height: 26rem;
	margin-top: 1rem;
	background-image: url(../images/banner.webp);
	background-size: cover;
	background-position: center center;
	z-index: -1;
}
.banner_title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95%;
	font-size: 4rem;
	line-height: 4.4rem;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
	transform: translate(-50%, -40%);
	text-align: center;
}
.banner_text {
	margin-top: 1rem;
	font-size: 2.8rem;
	font-weight: 300;
}
.banner_shade {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}




/* Page - Archive (Category Page) */

.archive_tile {
	max-width: 80rem;
	margin: 0 auto 10rem auto;
}

.archive_tile img {
	max-width: 100%;
	height: auto;
	transition: opacity 0.3s ease 0s;
}
.archive_tile img:hover {
	opacity: 0.8;
}

.archive_title {
	padding: 4rem 0 0.8rem 0;
}
.archive_title a {
	display: inline-block;
	font-size: 2.8rem;
	color: #000;
	transition: all 0.3s ease 0s;
}

.archive_description {
	padding: 1rem 0 4rem 0;
}

.archive_title a:hover {
	opacity: 0.6;
}

.read_more {
	background: #F4BC16 !important;
	background-color: #F4BC16;
	border: 2px solid #F4BC16;
}




/* Page - Contact Us Form */

.wpcf7 {
	margin-top:2rem;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
	width: 95%;
	max-width: 50rem;
	transition: all ease .3s;
}
.wpcf7 .recaptcha {
	max-width: 75rem;
	margin: 0 auto 3rem auto;
}
.wpcf7 input[type=submit] {
	background-color: #F4BC16;
	border: 2px solid #F4BC16;
}
input[aria-invalid=true], textarea[aria-invalid=true] {
	border: 2px solid red;
	background: #fff5f5;
	color: #111;
}
.wpcf7-not-valid-tip {
	display: none !important;
}




/* Pagination */

.pagination {
	text-align: center;
	margin-top: 10rem;
}
.pagination a, .pagination span {
	background-color: #F4BC16;
	color: #fff;
	text-transform: uppercase;
}

.pagination span {
	display: inline-block;
	margin: 0 0.1rem;
	padding: 0.1rem 1.4rem;
	border: 1px solid #F4BC16;
}
.pagination a {
	display: inline-block;
	margin: 0 0.1rem;
	padding: 0.1rem 1.4rem;
	color: #999;
	background-color: #fff;
	border: 1px solid #E2E6E7;
	transition: all 0.3s ease 0s;
}
.pagination a:hover {
	background-color: #F4BC16;
	color: #fff;
	border: 1px solid #F4BC16;
}

.pagination .next, .pagination .prev {
	font-size: 1.4rem;
}




/* Block Quote

.wp-block-quote {
	position: relative;
	font-size: 1.9rem;
	width: 96%;
	max-width: 90rem;
	margin: 2rem auto 4rem;
	border-left: 3px solid #F4BC16;
}

.wp-block-quote p, .wp-block-quote cite {
	display: block;
	width: 92%;
	max-width: unset;
	margin: auto;
	background-color: #ececec;
	padding: 0 4%;
}

.wp-block-quote p:first-child {
	padding-top: 2rem;
}
.wp-block-quote p {
	padding-bottom: 2rem;
}

.wp-block-quote cite {
	font-size: 1.4rem;
	padding-bottom: 1.5rem;
}

.wp-block-quote:before {
	content: "";
	position: absolute;
	height: 4rem;
	width: 5px;
	top: 50%;
	background-color: #fff;
	transform: translate(-4px, -50%);
}
.wp-block-quote:after {
	content: "";
	position: absolute;
	top: 50%;
	background-image: url(../images/quote.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 19px;
	width: 22px;
	transform: translate(-55%,-50%);
}
*/



/* Quick Link CTA

.QuickLink {
	margin: 3rem auto 5rem auto !important;
	padding: 2% 2.5%;
	line-height: 3.5rem;
	outline: #F4BC16 solid 2px;
	outline-offset: 2px;
}
.QuickLink strong {
	display: block;
}
*/



/* Search Page */

.search_description {
	padding: 2rem 0 4rem 0 !important;	
}



/* 404 Page */

.not-found {
	padding-top: 15rem;
	text-align: center;
}
.not-found .line-1 {
	position: relative;
	font-size: 2.8rem;
	padding-bottom: 6rem;
	letter-spacing: 6px;
}
.not-found .line-1:before {
	content: '404';
	position: absolute;
	font-size: 10rem;
	left: 50%;
	opacity: .15;
	transform: translate(-50%,-1rem);
}




/* Footer */

footer {
	max-width: 116rem;
	margin: 10rem auto;
}

footer .footer_copyright { text-align: left; }
footer .footer_logo { text-align: center; }
footer .footer_socials { text-align: right; }

footer .footer_copyright, footer .footer_logo, footer .footer_socials {
	display: inline-block;
	width: 32%;
}

.footer_copyright { line-height: 2rem; }
.footer_copyright, .footer_copyright a {
	font-size: 1.3rem;
	color: #918f8d;
}
.footer_copyright a {
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}
.footer_copyright a:hover {
	color :#F4BC16;
}


.footer_logo > a {
	position: relative;
	display: inline-block;
	width: 20rem;
}

.footer_socials .social_icon {
	display: inline-block;
	margin-left: 0.8rem;
}
.footer_socials .social_icon a {
	display: block;
	height: 4rem;
	line-height: 4rem;
	width: 4rem;
	background-color: #383435;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.footer_socials .social_icon a:hover {
	background-color :#F4BC16;
}
.footer_socials .social_icon a span:before {
	font-family: 'fontello';
	font-size: 2rem;
	color: #fff;
}
.footer_socials .social_icon:nth-child(1) a span:before {
	content: '\F099';
}
.footer_socials .social_icon:nth-child(2) a span:before {
	content: '\F09A';
}
.footer_socials .social_icon:nth-child(3) a span:before {
	content: '\F16D';
}
.footer_socials .social_icon:nth-child(4) a span:before {
	content: '\F0D2';
}









@media (max-width: 1820px) {
	.home_mr { margin: 0 auto 10rem auto; }
}


@media (max-width: 1300px) {
	.header_cont {
		max-width: 100rem;
	}
	/*
	.body_cont {
		max-width: 106rem;
		margin: 0 auto;
	}
	*/
	footer {
		max-width: 100rem;
	}
}


@media (max-width: 1050px) {
	.header_cont {
		padding: 3.8rem 0;
		text-align: center;
	}
	.nav_search_icon { left: 6rem; }
	.desktop_menu { display: none; }
	.site_nav { display: block; }

	.nav_search_lower { top: 10.5rem !important; }

	.home_mr_box { max-width: 68rem; }
	.home_mr_box_left > div { height: 39rem; }
	.home_mr_box_left div img { height: 40rem; }
	.home_mr_box_right a { padding: 1.5rem 5rem; }
}


@media (max-width: 900px) {

	html { font-size: 52%; }

	body { font-size: 1.8rem; }

	.nav_search_icon { left: 3rem; }
	.site_nav { right: 3rem; }

	/*
	.youtube_cont iframe {
		height: 57rem;
		bottom: 7rem;
	}
	.youtube_cont img {
		height: 50rem;
		left: 50%;
		transform: translate(-50%, 0);
	}
	*/

	.author_box { padding: 5rem 5rem 10rem 5rem; }

	footer {
		margin: 4rem auto;
	}
	footer .footer_copyright, footer .footer_logo, footer .footer_socials {
		display: block;
		width: 100%;
		text-align: center;
	}
	footer .footer_logo {
		margin: 7rem 0 5rem 0;
	}
	
	footer .footer_logo > a { width: 23rem; }
	footer .header_logo > img { max-width: 6rem; }
	footer .header_logo_text_top { font-size: 3rem; }
	footer .header_logo_text_bottom {
		font-size: 1.4rem;
		line-height: 2rem;
	}

	footer .footer_socials {
		margin: 0;
	}
}


@media (max-width: 800px) {
	
	.cover_image { height: 55rem; }
	
	.home_four_tiles > div {
		width: 50%;
	}
	.home_four_tiles_one, .home_four_tiles_two {
		margin-bottom: 6rem;
	}
	
	.home .home_info .home_info_cont .list_items { display: contents; }
	
	.home_info .home_info_cont .list_item {
		max-width: 50%;
		padding-bottom: 5rem;
	}	
	.home_mr ul li a { padding: 0.3rem 1.5rem; }
}

/*
@media (max-width: 720px) {
	.youtube_cont {
		width: 100%;
	}
}


@media (max-width: 650px) {
	.youtube_cont { height: 52vh; }
	.youtube_cont iframe { height: 57vh; }
}

*/
@media (max-width: 600px) {
	/*
	.wp-block-image .alignleft, .wp-block-image .alignright, .smaller_on_mobile {
		float: none !important;
		padding: 0;
		margin: 5rem auto 4rem auto !important;
		max-width: 85%;
	}
	*/

	h2 { text-align: center !important;	}
	h2:after { margin: 1.6rem auto; }

	.cover_image { height: 40rem; }
	.cover_image .widget_text .textwidget p:nth-child(1) {
		font-size: 3rem;
		line-height: 4rem;
	}
	.page .content { padding: 8rem 2rem 14rem; }
	.banner_title {
		font-size: 3.4rem;
		line-height: 4rem;
		letter-spacing: 2px;
	}

	.home_info .home_info_cont .list_items {
		display: block !important;
		max-width: 44rem;
		margin: 0 auto;
	}
	.home_info_cont {
		padding-bottom: 8rem;
	}
	.home_info_sub_text {
		padding-bottom: 6rem;
	}
	.home_info .home_info_cont .list_items {
		text-align: center;
	}
	.home_info .home_info_cont .list_item {
		display: inline-block;
		max-width: 100%;
	}
	.home_info .home_info_desc {
		padding: 0 3rem 2rem 3rem;
	}
	
	.home_mr_box_left, .home_mr_box_right { width: 100%; }
	.home_mr_box {
		width: 90%;
		max-width: 50rem;
	}
	.home_mr_box_right a { margin-bottom: 6rem; }
	
	/*
	.pros_n_cons {
		font-size: 1.8rem;
		padding: 0;
	}
	.pros, .cons {
		width: 84%;
		margin: 5.8rem 0 5rem !important;
		padding: 15rem 2rem 4rem 2rem !important;
	}
	*/

	.author_box {
		padding: 5rem 1rem;
		text-align: center;
	}
	.author_box .widget_text a {
		margin: 0.4rem;
		padding: 1rem 1rem;
	}
	.author_box img {
		float: none;
		margin: 0 auto 2rem auto;
	}
	.author_box .widget_text .textwidget p:nth-child(1) { padding: 0.8rem 0 3rem 0; }
	.author_box .widget_text .textwidget p:nth-child(1):after { margin: 2rem auto 0.5rem; }
	.author_box .widget_text .textwidget p:nth-child(2) { padding-bottom: 4rem; }
}


@media (max-width: 500px) {
	.post .content {
		padding: 8.5rem 2rem 0;
	}
	.body h1 {
		font-size: 3.3rem;
		line-height: 4.6rem;
	}
}


@media (max-width: 450px) {
	.nav_search_icon { left: 2rem; }
	.site_nav { right: 2rem; }
	/*
	.recommended_title {
		font-size: 3rem;
		line-height: 3.8rem;
		max-width: 28rem;
		margin: 0 auto;
	}

	.youtube_cont { height: 46vh; }
	.youtube_cont iframe { height: 51vh; }
	*/
}