/*
 Theme Name:   Guys Health
 Theme URI:    myfreelance101.com
 Description:  guyshealth.com
 Author:       Dennis Gutierrez
 Author URI:   https://myfreelance101.com
 Template:     generatepress
 Version:      0.1
*/

.main-font{
	font-family: "Fira Sans", sans-serif;
}
figcaption {
    text-align: center;
}

.yellow{color: #bcb011;}
.strike {text-decoration: line-through;}
.mb-0{margin-bottom: 0 !important;}

/* General Layout */
.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar {
    padding-top: 20px;
}
.container.grid-container {
    padding-bottom: 20px;
}
.wp-block-group__inner-container{
	padding: 0;
}
.separate-containers .inside-article{
	padding: 20px;
}

a.black-btn, .black-btn {
    background: #000;
    padding: 10px 20px;
    line-height: 100%;
    color: #fff;
}
a.black-btn:hover, .black-btn:hover{
	color: #EFC319;
}

a.yellow-btn, .yellow-btn {
    background: #b5ad54;
    padding: 10px 20px;
    line-height: 100%;
    color: #fff;
}
a.yellow-btn:hover, .yellow-btn:hover{
	color: #222;
}

.rating-value {
    margin-bottom: 15px;
}

.pad-20{
	padding: 20px;
}

.hl{
	position: relative;
	padding-bottom: 15px;
}
.hl:before {
    content: "";
    width: 150px;
    height: 1px;
    background-color: #b5ad54;
    position: absolute;
    left: 0;
    bottom: 2px;
}
.hl:after {
    content: "";
    width: 50px;
    height: 5px;
    background-color: #b5ad54;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cl{
    position: relative;
    padding-bottom: 15px;
}
.cl:before{
    content: "";
    width: 50%;
    height: 1px;
    background-color: #b5ad54;
    position: absolute;
    left: 25%;
    bottom: 2px;
}

.cl:after {
    content: "";
    width: 10%;
    height: 5px;
    background-color: #b5ad54;
    position: absolute;
    left: 45%;
    bottom: 0;
}

.disclaimer {
    margin: 20px auto 0;
    text-align: left;
    max-width: 860px;
}

.disclaimer p {
    font-size: 12px;
    margin-bottom: 10px;
}

/* Modify Responsive of 4 columns */
.wp-block-columns.four-columns {
    display: block;
}

.wp-block-columns.four-columns .wp-block-column {
    width: 24%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width:991px) {
	.wp-block-columns.four-columns .wp-block-column {
	    width: 49%;
	}
}

@media screen and (max-width:519px) {
	.wp-block-columns.four-columns .wp-block-column {
	    width: 100%;
	}
}

/* Custom List */
ul.custom-list {
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.custom-list li {
    list-style: none;
    margin: 5px 0;
    padding: 0 0 0 20px;
    line-height: 130%;
    position: relative;
}

ul.custom-list li:before {
	content: "\f147";
	font-family: dashicons;
	position: absolute;
	margin-right: 5px;
	left: 0;top: 0;
	color: #bcb011;
}

ul.big-list li {
    font-size: 20px;
    margin: 15px 0;
    padding-left: 30px;
}

ul.big-list li:before {
    font-size: 24px;
}
/* Widgets */
.widget-area .widget {
    padding: 0 15px 20px;
    border: 1px solid #cecece;
    margin: 0 10px 20px;
}
.widget-area .widget:first-child {
    
}
.sidebar .widget .widget-title {
    background-color: rgb(227, 227, 227);
    padding: 10px 10px 10px 20px;
    border-bottom: 2px solid rgb(197, 197, 197);
    margin: 0 -15px 25px;
}

/* Rating Block */
.rating-block {
    border: 1px solid #DCDCDC;
    padding: 0 15px;
}

.rating-block .wp-block-columns {
    margin: 0;
}

.rating-block h2 {
	background: #DCDCDC;
    padding: 10px;
    margin: 0 -15px 25px;
}

/* Average Rating Block */
.ave-rating-block span {
    display: block;
}

.ave-rating-block a {
    display: inline-block;
}

.ave-rating-block {
    text-align: center;
}

.ave-txt, .rating-value {
    font-size: 28px;
    font-weight: bold;
}

.ave-disclaim {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Star Rating */
.rating-wrap{
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 25px;
}
.star {
    color: #bcb011;
}

.rating-col {
	padding: 5px;
}

.rating-wrap.two-col .rating-col{
	border-bottom: 1px solid #85959A;
}

.rating-wrap.two-col .col-two {
    float: right;
}

.rating-wrap.three-col .entry-col {
    width: 20%;
    display: inline-block;
}

.rating-wrap.three-col .col-one {
    text-align: right;
    width: 45%;
}
.rating-wrap.three-col .col-two {
    text-align: center;
    width: 35%;
}

@media screen and (max-width:899px) {
	.rating-col {
	    padding: 8px;
	    border-bottom: 1px solid #cecece;
	}
	.rating-wrap.three-col .col-one {
	    text-align: left;
	}
	.rating-block .wp-block-column:not(:first-child) {
	    margin-left: 0;
	}
}

@media screen and (max-width:419px) {
	.rating-wrap.three-col .col-one {
	    text-align: left;
	    width: 49.5%;
	}
	.rating-wrap.three-col .col-two {
	    text-align: right;
	    width: 49.5%;
	}
	.rating-wrap.three-col .col-three {
	    display: none;
	}
}

/* Rating Info */
ul.rating-info {
    text-align: center;
    margin: 0 0 15px;
    padding: 10px;
    background: #dcdcdc;
    border: 1px dashed #bcb011;
}

ul.rating-info li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
    border-left: 1px solid #989898;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    text-align: left;
    margin: 0 0 3px;
}

/* Pricing Package */
.package-wrap {
	text-align: center;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    margin-bottom: 30px;
}

.pack-name {
    background-color: #222222;
    color: #fff;
    padding: 25px 0 15px;
    font-weight: normal;
    margin: 0 -10px;
    position: relative;
}

.pack-name span {
    display: block;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 16px;
}

.pack-name.best-value {
    background-color: #222222;
    color: #b5ad54;
}

.pack-name.best-value:before {
    content: "";
    width: 0;
    height: 0;
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top-color: #b5ad54;
}

.package-price {
    border-bottom: 1px solid #cecece;
    padding: 15px 5px;
    margin: 0 -10px 15px;
}

span.dollar {
    font-size: 20px;
    position: relative;
    top: -20px;
}

span.unit {
    font-size: 16px;
    display: block;
}
span.price {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 100%;
}

h4.best-value {
    font-size: 28px;
    font-weight: bold;
    color: #958c0e;
}

p.contents {
    font-size: 14px;
    font-weight: bold;
}

.package-wrap img {
    max-height: 67px;
}

.package-wrap ul {
    margin-bottom: 30px;
}

.package-wrap ul li {
    font-size: 14px;
}

.package-wrap .black-btn, .package-wrap .yellow-btn {
    display: block;
}

span.stock {
    display: block;
    font-size: 12px;
    text-transform: lowercase;
}

.summary {
    font-size: 11px;
    margin: 30px -10px 0;
    background-color: #cecece;
    padding: 10px 5px;
}

.summary span {
    display: block;
}

span.total-price {
    font-weight: bold;
}

span.f-buyer {
    font-weight: bold;
}

span.retail {
    font-style: italic;
    display: inline-block;
}

span.save {
    font-weight: bold;
    color: #958c0e;
}

@media screen and (max-width:899px) {
	/* Force Guttenberg Column to go 100% */
	.col-lg{display: block;}
}

