/*
Theme Name: Grow Green theme
Author: degree361
Author URI: http://degree361.net/
Version: 0.2
Text Domain: degree361
Description: Starter theme with Bootstrap v4.0.0-alpha.5,
*/



/**
 * If you feel comfortably using SCSS you know what to do. :) 
 * If no, you can always make changes in custom.css in root of this folder!
 */


@media (min-width: 768px) {
    #news .col-md-9 {
        padding-right: 0px;
    }
    #news .col-md-3 {
        padding-left: 0px;
    }
    #news .col-md-3 #sidebar ul {
        padding: 0px;
    }
}

#news .container-fluid {
    width: 100%;
}
#news .container-fluid #sidebar {
    background-color: white !important;
}
#news .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -13px;
}
#news .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -13px;
}
#news .owl-carousel .owl-nav .disabled {
    display: none;
}
#news .owl-carousel .owl-dots {
    display: none;
}

#events .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -13px;
}
#events .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -13px;
}
#events .owl-carousel .owl-nav .disabled {
    display: none;
}
#events .owl-carousel .owl-dots {
    display: none;
}

button, button:hover, button:active, button:focus {
    outline: 0;
}

/**
 * Grow Green PDF Figure start
 *
 */

@font-face {
    font-family: 'Aller';
    src: url('assets/css/fonts/Aller-Bold.woff2') format('woff2'),
        url('assets/css/fonts/Aller-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aller';
    src: url('assets/css/fonts/Aller-BoldItalic.woff2') format('woff2'),
        url('assets/css/fonts/Aller-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aller';
    src: url('assets/css/fonts/Aller.woff2') format('woff2'),
        url('assets/css/fonts/Aller.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aller';
    src: url('assets/css/fonts/Aller-Italic.woff2') format('woff2'),
        url('assets/css/fonts/Aller-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.pdf-figure-header {
}

.pdf-figure-content:before {
  content : "";
  position: absolute;
  height  : 1px;
  width   : 60%;
  border-bottom: 1px solid #c7c7c7;
  left: 0px;
}

.pdf-figure-title {
	position: relative;
	font-family: 'Aller';
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-align: left !important;
}

.pdf-figure-title-main {
	font-size: 4.2rem;
	background: linear-gradient(to right, #009ac4 0%, #5ebb4a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-right: 100px;
}

.pdf-figure-title-sub {
	font-size: 2.2rem;
	text-align: left !important;
	background: linear-gradient(to right, #009ac4 0%, #5ebb4a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pdf-figure-title-img {
	width: 100px;
	height: 75px;
	position: absolute;
    top: 0;
    right: 0;

}

.pdf-figure-title-img img {
	width: 100px;
	height: 75px;
	position: absolute;
    top: 0;
    right: 0;
}

.pdf-figure-content {
	background-image: url('../grow_green_theme/assets/img/BACKGRND.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 115px;
} 

.pdf-figure-content .pdf-figure-content-block:first-child {
	padding-top: 50px;
}

.pdf-figure-content-block {
	text-align: left;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
	
	font-family: 'Aller';
    font-weight: normal;
    font-style: normal;
	
	padding-bottom: 10px;
}

.pdf-figure-content-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 15px;
}

.pdf-figure-content-block img {
	display: block;
	float: right;
}

.pdf-figure-content-block p {
	font-size: 1.6rem;
	margin-bottom: 0.3rem;
}

.setting-up {
	color: rgb(219, 81, 156);
}
.setting-up a {
	color: rgb(219, 81, 156);
	font-weight: bold;
	text-decoration: underline;
}
.setting-up a:hover {
	color: rgba(219, 81, 156, 0.7);
}
.setting-up p {
	border-bottom: 1px solid rgb(219, 81, 156);
}

.planning {
	color: rgb(249, 179, 19);
}
.planning a {
	color: rgb(249, 179, 19);
	font-weight: bold;
	text-decoration: underline;
}
.planning a:hover {
	color: rgba(249, 179, 19, 0.7);
} 
.planning p {
	border-bottom: 1px solid rgb(249, 179, 19);
}

.mobilising {
	color: rgb(157, 182, 55);
}
.mobilising a {
	color: rgb(157, 182, 55);
	font-weight: bold;
	text-decoration: underline;
}
.mobilising a:hover {
	color: rgba(157, 182, 55, 0.7);
}
.mobilising p {
	border-bottom: 1px solid rgb(157, 182, 55);
}

.evaluating {
	color: rgb(0, 160, 173);
}
.evaluating a {
	color: rgb(0, 160, 173);
	font-weight: bold;
	text-decoration: underline;
}
.evaluating a:hover {
	color: rgba(0, 160, 173, 0.7);
}
.evaluating p {
	border-bottom: 1px solid rgb(0, 160, 173);
}

.design {
	color: rgb(115, 69, 155);
}
.design a {
	color: rgb(115, 69, 155);
	font-weight: bold;
	text-decoration: underline;
}
.design a:hover {
	color: rgba(115, 69, 155, 0.7);
}
.design p {
	border-bottom: 1px solid #73459b;
}