/*
Theme Name: Brand
Theme URI: https://www.wp-brandtheme.com/
Author: Massimo Sanfelice - Maxsdesign
Description: Brand is a fast, lightweight, flexible WordPress theme. It is also mobile and tablet responsive. Cross browser compatible, Brand is easily customizable: add a slider, an image or a video on the front page, change colors, typography, enable and disable elements, add left or right sidebar and much more. To start building your website navigate to Appearance > Customize. Then take a look at our amazing add-ons at https://www.wp-brandtheme.com/add-ons.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brand
Tags: right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, photography, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images

Brand WordPress Theme, Copyright 2017 Massimo Sanfelice | Maxsdesign
Brand is distributed under the terms of the GNU GPL
*/

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.sticky .entry-title a {
	font-weight:bolder;
}

article.sticky:after {
	content: "\f08d";
	position: absolute;
	top: 0;
	right: 10px;
	font-family: FontAwesome;
	font-size: 2.5rem;
}

.gallery-caption {
	font-style: italic;
}

.bypostauthor .comment-body {
    padding-top: 5px;
    border-top: 5px solid #1ebaf3;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

#wp-custom-header .customize-partial-edit-shortcut {
	top:50%;
	left:2%;
}


/******* ALoe ***********/
.page-template-page-aloe{
	font-family: 'Roboto', sans-serif;	
}


.page-template-page-aloe header {
    /* border-bottom: 3px solid; */
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
		z-index: 99999999;
}

.page-template-page-aloe header .container {
    width: 100%;
    max-width: 980px;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-template-page-aloe header .container .header-left {
    width: 100%;
    max-width: 100px;
    float: none;
}

.page-template-page-aloe header .container .header-right {
    float: none;
    width: 100%;
    max-width: 60px;
    justify-self: flex-end;
    display: flex;
}

.page-template-page-aloe header .container:before, .page-template-page-aloe header .container:after {
    display: none;
}

.page-template-page-aloe div#content {
    padding: 140px 0px 40px 0px;
}

.page-template-page-aloe div#content .main-title h1 {
    text-align: center;
    /* font-weight: bold; */
    color: #84ba44;
    font-size: 58px;
    /* font-weight: 300; */
    margin-bottom: 80px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.page-template-page-aloe div#content a {
    color: #84ba44;
    font-weight: 500;
}
.page-template-page-aloe div#content p {
    line-height: 34px;
    font-size: 20px;
    color: #7f7f7f;
    font-weight: 300;
}
.page-template-page-aloe footer {
    background: #666;
    color: #fff;
    padding: 4rem 0;
    text-transform: uppercase;
    margin-top: 4rem;
    font-size: 14px;
    font-weight: 100;
}
.page-template-page-aloe footer .container {
    width: 100%;
    max-width: 980px;
    padding: 0px;
    display: flex;
}

.page-template-page-aloe footer .container:before, .page-template-page-aloe footer .container:after {
    display: none;
}

.page-template-page-aloe footer .container .footer-col-3 {
}

.page-template-page-aloe footer .container .footer-col-1, .page-template-page-aloe footer .container .footer-col-2 {
    flex-basis: 25%;
}

.page-template-page-aloe footer .container .footer-col-3 {
    flex-basis: 50%;
    text-align: right;
}

.footer-links {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 40px;
    max-width: 600px;
    margin: 40px 0 0 auto;
}
.footer-links .footer-links-right {
    padding-left: 40px;
}

.page-template-page-aloe footer .container .footer-col-1 img {
    max-width: 110px;
	height: 40px;
}

.page-template-page-aloe footer a {
    color: #fff;
}
.footer-head {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
    letter-spacing: 0.5px;
}

.footer-text ul li a:before {
    border-bottom: 0.3em solid transparent;
    border-left: 0.35em solid #84ba44;
    border-top: 0.3em solid transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 0.5em;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transition: left 100ms ease-in-out;
    -moz-transition: left 100ms ease-in-out;
    transition: left 100ms ease-in-out;
}

.footer-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-text ul li {
    position: relative;
}

.footer-text ul li a {
    padding-left: 20px;
}
.container.aloe-single {max-width: 900px;padding: 0;}

@media (max-width: 900px){
	.page-template-page-aloe header .container {
    padding-left: 20px;
    padding-right: 20px;
}

.page-template-page-aloe footer .container {flex-wrap: wrap;}

.page-template-page-aloe footer .container .footer-col-1, .page-template-page-aloe footer .container .footer-col-2 {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.footer-head {
    flex-basis: 100%;
    text-align: center;
}

.footer-text {
    flex-basis: 100%;
}

.footer-text ul {
    max-width: 250px;
    margin: 0px auto;
    text-align: center;
}

.page-template-page-aloe footer .container .footer-col-3 {
    flex-basis: 100%;
    text-align: center;
}

.footer-links {
    flex-wrap: wrap;
    margin-top: 10px;
    text-align: center;
}

.footer-links-left, .footer-links-right {
    flex-basis: 100%;
    margin-bottom: 5px;
}
	.page-template-page-aloe div#content{
		padding: 170px 0px 20px 0px
	}
	.page-template-page-aloe div#content p{
		line-height: 36px;
    	font-size: 22px;
	}
	.page-template-page-aloe div#content .main-title h1{
		font-size: 30px;
    	font-weight: 300;
    	margin-bottom: 64px;
	} 
}

p.mob-display {
    display: none;
}
img.cert-image {
    padding: 80px 0px 00px;
}
@media (max-width: 900px){
	p.mob-display {
		display: block;
		line-height: 10px;
	}
	img.cert-image {
		padding: 40px 0px 20px;
	}
}
.btn-div a.btn.btn-primary {
    background: none;
    padding: 0;
}
