/*
Theme Name: Farmerline Website
Template Theme URI: http://new.farmerline.org
Author: Emmanuel Kwaku Duah,JNR
Description: A new website implementation.
Version: 1.1
*/
html, body {
	font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    line-height: 1.6em;
}
html {
	position: relative;
  	min-height: 100%;	
}
body {
	padding-top: 80px;
}
.home-nav_bar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	background: #fff;
	padding: 20px 5vw;
	text-align: center;
	min-height: 82px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.drawerble-btn {
	display: none;
	font-size: 2.4em;
	margin-top: 5px;
	margin-right: 4vw;
	float: right;
}

.home-nav_bar > .logo {
	position: absolute;
	top: 14px;
	left: 6vw;
	height: 55px;
}
.dynamic-menu-container > .logo {
	display: none;
}
.home-nav_bar > .logo img {
	height: 100%;
	width: auto;
}
#cover-cloth {
	display: none;
}
.menu-home-menu-container {
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
}
.menu-home-menu-container ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu-home-menu-container > ul > li {
	display: inline-block;
}
.menu-home-menu-container > ul > li > a {
	padding: 10px;
	color: #000;
	font-weight: 500;
	font-size: 16px
}
#other_home_menu {
	float: right;
	position: absolute;
	right: 6vw;
}
#other_home_menu > ul > li > a {
	margin-left: 10px;
	padding: 6px 15px;
}
a {
	color: inherit;
	cursor: pointer;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: inherit;
}
.middling {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}
.brand-partners {
	background: #fff;
	padding: 30px 10vw;
	text-align: center;
}
.brand-partners h1 {
	display: block;
	margin-bottom: 7vh;
	font-size: 30px;
}
.brand-partners a {
	display: inline-block;
}
.brand-partners img {
	display: inline-block;
	height: 44px;
	width: auto;
	margin: 25px;
}
footer.footer {
  	width: 100%;
  	padding: 20px;
	background: #333;
	color: #fff;
	padding: 5vh 12vw 7vh;
}
footer.footer h4 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 12px;
	text-transform: uppercase;
}
footer.footer ul.menu {
	list-style: none;
	padding: 0px;
}
.social-icon-list a {
	margin: 2px 5px 2px 0px;
	font-size: 15px;
}


.features_img {
	width: 80%;
	height: auto;
	max-width: 280px;
	margin: 25px auto;
	display: block;
}

div.landing_ribbon {
	background: rgba(17, 133, 70, 1);
	padding: 5vh 20px;
	color: #fff;
	text-align: center;
}
div.landing_ribbon h2 {
	font-size: 1.8em;
	font-weight: 800;
	margin: 0px auto;
	padding: 0px;
	max-width: 26.5em;
}


.book-demo {
	background: rgb(17, 133, 70);
	padding: 8vh 10vw;
	text-align: center;
	color: #fff;
}
.book-demo h1 {
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 30px;
	font-weight: 500;
}
.btn-rounded {
	border-radius: 20px;
	background: transparent;
	border: 2px solid #fff;
	min-width: 200px; 
	padding: 6px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
}

.pop_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	display: none;
	background: rgba(0,0,0,1);
}
.pop_content {
	width: 70%;
	margin: 10vh auto 0px;
	padding: 0px;
	box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.you_videoWrapper {
	position: relative;
	width: 100%;
	height: 80vh;
	max-height: 600px;
}
.you_videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pop_close {
	color: #fff !important;
	position: absolute;
	top: 5vh;
	right: 13vw;
	font-size: 26px;
	cursor: pointer;
}


.banner {
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 70vh;
	overflow:hidden;
	text-align: center;
}
.banner > h1 {
	font-weight: 500;
	text-align: center;
	padding: 20vh 0px 15vh;
	text-transform: uppercase;
	font-size: 1.8em;
}
.banner > h3 {
	padding: 10vh 0px;
	font-size: 1.5em;
}
.banner > div {
	text-align: center;
	max-width: 30em;
	margin: 0px auto;
}
.banner > div > h1 {
	font-size: 2.3em;
	text-transform: uppercase;
	font-weight: 700;
}
.banner > div > h2 {
	font-size: 1.8em;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.banner > div > p {
	font-size: 1.1em;
	line-height: 30px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select:invalid { color: gray; }
.btn-primary {
	background: rgb(17, 133, 70);
}
.audio_blog {
	vertical-align: middle;
	padding: 5vh 0px 0px;
	margin: 0px -5vw;
	width: calc(100% + 10vw);
}
.audio_blog .audio_element {
	width: calc(25% - 30px);
	min-width: 200px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	margin: 10px;
}
.audio_blog .audio_element > span {
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80%;
}
@-moz-document url-prefix() {
    .audio_blog .audio_element {
		width: calc(25% - 30px);
		background: rgb(28, 28, 28);
		color: #fff;
		padding: 15px 0px 0px;
		border-radius: 40px;
		margin: 10px;
	}
	.audio_blog .audio_element > span {
		margin-left: 20px;
		position: absolute;
		z-index: 99;
		top: 2px;		
	}
}
.audio_element > audio {
	display: block;
	width: 100%;
	z-index: 9;
}

/* Results Css */
.filter_options {
	padding: 10px 10vw;	
}
.filter_options > h2 {
	text-align: center;
}
.filter_options > form {
	color: #414042;
	border-bottom: 2px solid #d1d3d4;
}
.filter_options > form > div {
	padding: 6px 2px;
}
.filter_options > form select {
	width: calc(100% - 10em);
	border: none;
}
.results_story_list {
	width: 80vw;
	max-width: 1000px;
	margin: 10px auto;
}
.results_story_list > a {
	padding: 45px 40px;
}
.results_story_list .results_story_thumb {
	width: 100%;
	height: 15vw;
	min-height: 170px;
	max-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
.results_story_action {
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.results_story_action img{
	display: inline-block;
	height: 30px;
	margin-right: 5px;
	top: -2px;
	position: relative;
}
.results_story_details h3 {
	margin: 5px 0px 0px;
	padding: 0px;
	font-weight: 500;
	font-size: 17px;
}
.results_story_details i {
	color: #d1d3d4;
	font-size: 11px;
}

#results_story {
	display: none;
	width: 70vw;
	max-width: 700px;
	padding: 20px;
	margin: 10px auto;
}
.single-thumb-post img{
	width: 100%;
	height: auto;
	margin: 5px 0px 20px;
}
.post-content {
	font-size: 1.12em;
}
.post-content h4 {
	font-weight: 700;
	margin: 2em 0px 0.8em;
	font-size: 1.1em;
}
.single-post-back {
	color: #118544;
	float: right;
	padding: 20px;
}

/* About Css*/
.spaces {
	width: 100%;
	color: #414042;
}
.spaces > div {
	width: 100%;
}
.spaces > div > h1{
	font-size: 1.5em;
	text-transform: uppercase;
}
.spaces > div > h1::after, .partial_underline::after {
	content: ' ';
	height: 2px;
	width: 30px;
	background: #414042;
	display: block;
	position: relative;
	left: 1px;
}
.partial_underline::after {
	background: #fff;
}
.faces {
	text-align: center;
}
.faces > .face {
	position: relative;
	width: 220px;	
	min-height: 300px;
	display: inline-block;
	margin: 20px 15px;
	text-align: center;
	padding: 5px 10px;
	overflow-y: hidden;
}
.faces > .face:hover {
	background: #ccc;
}
.faces > .face .rounded-list-img {
	height: 200px;
	width: 100%;
	max-width: 200px;
	border-radius: 100px;
	background: #a7a9ac;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px auto;
}
.faces > .face h5{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 2px;
}
.faces > .face .post-snippet, .square-list .post-snippet {
	display: none;
}

.view-more .inline-pop-cover {
	position: fixed;
	top: 80px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow-y: auto;
	outline: 0;
	display: block;
	background: rgba(230, 231, 232, 0.6);
	z-index: 9;	
}
.view-more .inline-pop-content {
	width: 90vw;
    max-width: 800px;
    margin: 20px auto 50px;
    padding: 20px;
    background: rgb(230, 231, 232);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2);
}
.view-more .post-snippet {
	display: block !important;
}
/*.faces > .face {
	font-size: 13px;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: block;	
}*/

#space4 {
	background: rgb(17, 133, 70);
	padding: 60px 10px;	
	text-align: center;
	color: #fff;
}
#space4 h2 {
	font-size: 30px;
	margin: 0px auto 20px;
	max-width: 26em;
}

/* Products */
.banner-product {
	width: 100%;
	padding: 8vh 20px;
}
.banner-product img {
	width: 80%;
	height: auto;
	max-width: 900px;
	margin: 0px auto;
	display: block;
}
ul.menu_ribbon {
	background: rgba(17, 133, 70, 1);
	background: rgba(17, 133, 70, 1); 
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
}	
ul.menu_ribbon > li{
	float: none;
	display: inline-block;
	margin: 0px;
}
ul.menu_ribbon.nav-tabs > li > a, ul.menu_ribbon.nav > li > a{
	border: none !important;
	border-radius: 0px;
	background: transparent !important;
	color: #fff !important;
	padding: 17px 27px;
	font-weight: 500;
	font-size: 1em;
}
ul.menu_ribbon.nav-tabs > li.active > a::after {
	content: '';
	display: block;
	position: relative;
	width: 100%;
	height: 3px;
	background: #fff;
	margin: 0px auto;
}
.product_list_banner {
	width: 100%;
	padding: 0px 8vw 5vh;
	margin-top: -1px;
	text-align: center;
}
.product_list_banner > a {
	position: relative;
	display: inline-block;
	width: 18vw;
	height: 13vw;
	margin: 0px 1vw 30px;
	background: #d1d3d4;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.product_list_banner > a > p {
	position: relative;
	top: calc(100%);
	margin: 10px auto;
	font-weight: 700;
}
.post-stream {
	width: 100%;
	overflow-x: hidden;
}
.post-stream > .row {
	padding: 20px 16vw;
}
.post-stream > .row > div {
	padding: 20px;
}
.post-stream > .row > div img {
	/*width: 90%;
	max-width: 400px;
	position: relative;*/
}
.invert_row {
	background-color: #f1f1f2;
}
.post-stream h3 {
	font-size: 1.3em;
	font-weight: 700;
	color: #333;
}
.actual_post h3::after, .post-stream h3::after {
	content: ' ';
	height: 3px;
	width: 26px;
	background: #414042;
	display: block;
	position: relative;
	left: 0px;
	top: 2px;	
}
.actual_post h6, .post-stream h6 {
	font-size: 1.1em;
	color: #333;
}

.actual_post p, .post-stream p {
	color: #333;
	font-size: 16px;
}
.actual_post ul, .post-stream ul {
	font-size: 16px;
	color: #333;
	padding: 8px;
}
.actual_post ul > li, .post-stream ul > li {
	margin-bottom: 10px;
}
.actual_post ul, .actual_post ol, .post-stream ul, .post-stream ol{
	margin: 20px 0px 30px 10px;
}
.actual_post a.btn, .post-stream a.btn {
	background: rgba(17, 133, 70, 1);
	padding: 5px 30px;
	border-radius: 20px;
	color: #fff;
	font-weight: 700;
	max-width: 100% !important;
}


/* Careers*/
.square-lists {
	padding: 40px 5vw;
	text-align: center;
	background: #f7f7f7;
}
.square-lists h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 30px auto;
}
.square-list {
	/*text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;*/
	width: 16vw;
	margin: 1.2vw;
	display: inline-block;
	min-width: 218px;
}
.square-list h4 {
	font-size: 1.1em;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 5px;
}
.square-list-img {
	display: block;
	width: 100%;
	max-width: 220px;
	margin: 2px auto;
	height: 10vw;
	min-height: 218px;
	margin-bottom: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #939598;	
}

#career-list {
	padding: 5vh 10vw;

}
#career-list h5{
	text-align: center;
	font-size: 1.4em;
}
ul.stripped-career-list {
	list-style: none;
	padding: 0px;
}
ul.stripped-career-list li{
	padding: 30px;
	padding-right: 200px;
	color: #000;
	position: relative;
}
ul.stripped-career-list li p {
	margin: 0px;
	font-size: 1.1em;
}
ul.stripped-career-list li:nth-of-type(even) {
	background: rgb(17, 133, 70);
	color: #fff;
}
.list-action {
	position: absolute;
	right: 30px;
	top: calc(50% - 20px);
	text-align: center;
	min-width: 160px;
}
ul.stripped-career-list li:nth-of-type(odd) .list-action {
	border-color: #000;
}

/* Jazz carrer list */
	#career-list #resumator-wrapper {
		margin-top: 20px;
	}
	.resumator-jobs-text {
		font-family: 'Lato', sans-serif !important;
		font-weight: 400 !important;
		line-height: 1.6em !important;
	}
	#career-list #resumator-jobs .resumator-job {
		padding: 20px 30px !important;
		padding-right: 200px;
		color: #000;
		position: relative;
		overflow: hidden;
		border: 1px solid rgb(17, 133, 70) !important;
	}
	.resumator-job-info-details, .resumator-job-info {
		display: none !important;
	}
	.resumator-job-title {
		margin: 0px !important;
		padding: 0px !important;
		font-size: 1.1em !important;
		border: none !important;
		color: inherit !important;
	}
	#career-list #resumator-jobs .resumator-job:nth-of-type(even) {
		background: rgb(17, 133, 70) !important;
		color: #fff !important;
	}
	#career-list a.resumator-job-link, a.resumator-hide-details {
		content: '';
	    position: absolute;
	    right: 30px;
	    top: 17px;
	    text-align: center;
	    border-radius: 20px;
		background: transparent;
		border: 1px solid rgb(0, 0, 0);
		min-width: 140px;
		padding: 6px !important;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 0.8em !important;
		display: inline-block;
		color: inherit !important;
		margin: 0px !important;
	}
	#career-list #resumator-jobs .resumator-job:nth-of-type(even) a.resumator-job-link{
		border: 1px solid #fff;
		color: #fff !important;
	}

	#career-list .resumator-job-description {
		display: none !important;
		height: 0px;
		overflow: hidden;
	}

	#career-list #resumator-jobs .resumator-job:last-child:first-child {
		border: 1px solid #000;
	}

	@media (max-width: 720px) {
		#career-list .resumator-job-title {
			text-align: center;
		}
		#career-list a.resumator-job-link, #career-list a.resumator-hide-details {
			position: relative;
			display: block;
			margin: 0px auto !important;
			top: 0px;
			right: 0px;
		}
	}



/* Job details details*/
	.single-post-index .resumator-job-title {
		font-size: 22px !important;
		font-weight: normal;
	}
	.single-post-index .resumator-job {
		display: none;
	}
	.single-post-index .resumator-job-description > div {
		display: inline-block !important;
		margin: 0px;
	}
	.single-post-index .resumator-buttons {
		display: none !important;
		width: 0px;
		overflow: hidden;
	}
	.single-post-index .resumator-job-description-text {
		width: 59%;
		float: left;
		padding-right: 1em;
	}
	.single-post-index .resumator-form-iframe {
		width: 41%;
		position: relative;
		top: -60px;
		padding-left: 1em;
	}
	.single-post-index .resumator-job-description li, .single-post-index .resumator-job-description p {
		font: inherit;
	}
	@media (max-width: 900px) {

		.single-post-index .resumator-job-description-text, .single-post-index .resumator-form-iframe {
			width: 100% !important;
			padding-right: 0em !important;
		}

		.single-post-index .resumator-form-iframe{
			top: 0px !important;
			padding-left: 0em !important;
		}
	}


/* Blogs */
.blog-post-list {
	text-align: center;
	padding: 10vh 10vw;
}
.blog-post-list > .post-list-carasul {
	display: none;
}
.blog-post-list > .post-list-carasul.active {
	display: block;
}
.post-list-carasul-btns {
	text-align: center;
	padding: 7vh 10px;
}
.post-list-carasul-btn {
	display: inline-block;
	margin: 0px 10px;
	padding: 5px;
	border-radius: 5px;
	background: #ccc;
}
.post-list-carasul-btn.active {
	background: #666;
}
.blog-post-list h1 {
	font-size: 2em;
	margin: 30px auto;
}
.blog-thumb {
	width: 21vw;
	min-width: 270px;
	height: 21vw;
	min-height: 270px;
	margin: 4vh 2vw;
	position: relative;
	display: inline-block;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.blog-thumb-overlay {
	width: 100%;
	height: 100%;
	padding: 15px;
	color: #fff;
	background: -webkit-linear-gradient(rgba(100,100,100,0), rgba(20,20,20,0), rgba(20,20,20,0.1), rgba(20,20,20,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(100,100,100,0), rgba(20,20,20,0), rgba(20,20,20,0.1), rgba(20,20,20,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(100,100,100,0), rgba(20,20,20,0), rgba(20,20,20,0.1), rgba(20,20,20,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(100,100,100,0), rgba(20,20,20,0), rgba(0,0,0,0.1), rgba(20,20,20,0.8));
}
.blog-thumb-overlay > .row {
    position: absolute;
    bottom: 5px;
    left: 0px;
    font-size: 12px;
}
.blog-thumb-overlay h5 {
	font-size: 1.4em;
	min-height: 50px;
	padding: 0px 29px;
}
.blog-thumb-overlay .post-date{
	font-size: 0.8em;
    font-weight: 300;
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
}
.blog-thumb-overlay .btn-rounded {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0.6em;
    font-weight: 300;
    min-width: 10px; 
    max-width: 100%;
    padding: 0px 7px;
    line-height: 1.9em;
    border-width: 1px;
    margin-top: 3px;
}

/* Generic blog post*/
.single-post-index {
	width: 80vw;
	/*max-width: 900px;*/
	margin: 10px auto;
}
.single-post-index .post-date {
	font-style: italic;
	font-weight: 300;
	font-size: 0.9em;
	margin: -10px 0px 10px;
}
.single-post-index  .single-thumb-post {
	padding: 5vh 10px 10vh;
}
.blog-side-bar {
	float: right;
	padding-top: 10vh;
	width: 100%;
}
.blog-search form > div * {
	display: none;
}
.blog-side-bar form > div {
	position: relative;
}
.blog-side-bar form input[type="text"]#s {
	display: block;
	width: 100%;
	border: none;
	background: #e6e7e8;
	padding: 5px 10px;
}
.blog-side-bar form input#searchsubmit {
	display: block;
	position: absolute;
	right: 2px;
	top: 5px;
	border: none;
	background: no-repeat;
	color: #808285;
}
.blog-side-links {
	padding: 10px;
	color: #808285;
}
.blog-side-bar a:hover {
	color: rgba(17, 133, 70, 1);
}
.blog-side-links h5 {
	font-size: 1.1em;
	font-weight: 400px;
	color: #000;
	padding: 12px 0px 5px;
	margin: 0px;
}
.blog-side-links a {
	display: block;
	line-height: 1.7em;
}
.blog-side-links div > br {
	display: none;
}
.all_tags > a {
	display: inline-block;
	background: #e6e7e8;
	margin: 5px;
	margin-left: 0px;
	padding: 1px 7px;
}

.share-links {
	padding: 30px 0px;
}
.share-links span{
	vertical-align: top;
	line-height: 3em;
	margin-right: 20px;
	font-size: 1.1em;
}
.share-links a {
	display: inline-block;
	margin: 5px;
	font-size: 2.6em;
}
div.divider {
	height: 2px;
	width: 100%;
	background: #d1d3d4;
	margin: 10px auto;
}
.subscription {
	width: 100%;
	max-width: 220px;
	margin: 0px auto;
	position: relative;
}
.subscription input[type="email"] {
	border: none;
	border-radius: 30px;
	background: #bcbec0;
	padding: 2px 20px;
	width: 100%;
	color: #000;
}
.subscription input[type="submit"] {
	position: absolute;
	right: 2px;
	bottom: 3px;
	background: transparent;
	border: none;
	color: rgb(128, 130, 133);
}


/* JOB Applications */
.job-application-form {
	padding: 5vh 10px;
}
.form-element {
	padding: 10px 5px;
}
.form-element input[type="text"], .form-element input[type="email"], .form-element select, .form-element textarea {
	width: 100%;
	border: 1px solid #b3b4b5;
	padding: 5px 10px;
}
.job-application-form input[type="submit"] {
	float: right;
	background: rgb(17, 133, 70);
	color: #fff;
}


/* Demo Modal*/
#demo-form {
	padding: 6px 18px;
}










/* Blog sliders */
	.slick-slider-cards {
		display: block;
		max-width: 90vw;
		width: 1200px;
		margin: 2em auto 4em;
		padding-bottom: 60px;
	}
	.slick-slide {
		padding: 20px;
	}
	.slick-slider-card {
		display: inline-block;
		position: relative;
		border-radius: 5px;
		overflow: hidden;
		width: 260px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		font-size: 11px;
	}
	.slick-slider-card:before {
		content: '';
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%), url(facial-expression-fashion-hairstyle-1674752.jpg);
	}
	.slick-slider-card:after {
	  	content: "";
	  	display: block;
	  	padding-bottom: 100%;
	}
	.slick-slider-card-content {
		display: block;
		position: absolute;
		bottom: 0px;
		padding: 1em 2em;
		color: #fff;
		width: 100%;
	}
	.slick-slider-card-content h5 {
		line-height: 1.4em;
		font-weight: 700;
	}
	.blog-link-readmore {
		color: inherit !important;
		float: right;
		border: 0.8px solid #fff;
		border-radius: 15px;
		padding: 2px 2em;
	}
	.slick-dots li {
		height: auto;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	.slick-dots {
		bottom: 0px;
	}

	.slick-dots li button {
		font-size: 13px;
		line-height: 1em;
		color: #fff;
		width: auto;
		height: auto;
		padding: 15px 18px;
		background: #1F1111;
		margin: 0px;
	}
	.slick-dots li:first-child button {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.slick-dots li:last-child button {
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.slick-dots li.slick-active button {
		background: #2A8C2B;
	}
	.slick-dots li.slick-active button::before {
		display: none;
	}
	.slick-arrow {
		border: 1px solid #C4C4C4;
		width: 50px;
		height: 50px;
		padding: 2em 4em;
		border-radius: 50%;
		top: calc(50% - 25px);
		text-align: center;
	}
	.slick-prev {
		left: -50px
	}
	.slick-next{
		right: -50px
	}
	.slick-prev::before, .slick-next::before {
		display: inline-block;
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 20px;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
        color: #C4C4C4;
	}
	.slick-prev::before {
        content: "\f104";
		margin-right: 2px;
	}
	.slick-next::before {
		content: "\f105";
        margin-left: 2px;
	}
	
	@media (max-width: 720px) { 
		.slick-dots{
			display: none;
		}
	}