/*
Theme Name: 	Hookson Theme
Theme URI: 		http://www.hookson.com
Description: 	Child theme for Contemporary sites
Template: 		theme-master
Version: 		1.2
Author: 		Hookson
Author URI: 	http://hookson.com
Tags:
*/

.blog_nav {
	background-color: #fff;
	padding: 37px 0 34px;
}

.blog_nav a {
	padding: 0 1rem;
	display: block;
	text-transform: uppercase;
    font-weight: 600;
	font-size: 16px;
}

.blog_nav svg {
	width: 40px;
	max-width: 100%;
}

.blog_nav .text-right span {
	margin-left: 13px;
}

.blog_nav .text-left svg {
	transform: rotate(180deg);
}

.blog_nav .text-left span {
	margin-right: 13px;
}
.blog_nav a svg circle,
.blog_nav a svg .st0 {
	transition: all 0.25s;
}
.blog_nav a:hover svg circle {
	opacity: 0;
}
.blog_nav a:hover svg .st0 {
	fill: #000;
}

.hero-container.color-black .hero-title,
.hero-container.color-black .hero-text p {
	color: #000;
}

@media(max-width:992px) {
	.blog_nav a {
		padding: 0;
	}
}

@media(max-width:640px) {
	.blog_nav a {
		font-size: 14px;
	}
	
	.blog_nav svg {
		width: 30px;
	}
}


/* Video block */
.video__wrapper .video {
	margin: 0;
}
.video__wrapper {
	padding-bottom: 45px;
	padding-top: 70px;
	background-color: #fff;
}
.video__title {
	font-weight: 700;
	padding-top: 40px;
}

.video .wp-caption-text {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.youtube-video .play-button {
	background-color: transparent;
	box-shadow: none;
	height: auto;
	width: 70px;
}
.youtube-video .play-button:before {
	display: none;
}
.youtube-video .play-button svg {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.youtube-video .play-button svg,
.youtube-video .play-button svg .st0{
	transition: all 0.25s;
}
.youtube-video .play-button:hover svg .st0 {
	fill: #00ffea;
}
.widget-landscape--body a.text-link {
	display: inline-block;
	color: #212529;
}

.section-introduction {
	padding-bottom: 0;
}

/* breadcrumbs */
.hk-breadcrumbs {
	padding: 38px 0 38px 24px;
}

.hk-breadcrumbs ol {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 13px;
	line-height: 1;
}

.hk-breadcrumbs ol li:after {
	content: '>';
	margin-left: 8px;
	margin-right: 8px;
}

.hk-breadcrumbs ol li:last-child:after {
	display: none;
}

.hk-breadcrumbs ol li:last-child a {
	font-weight: bold;
}

.hk-breadcrumbs ol a {
	text-transform: uppercase;
}

.hk-breadcrumbs ol a:hover {
	text-decoration: underline;
}

@media(max-width: 768px) {
	.hk-breadcrumbs ol {
		flex-direction: column;
		line-height: 1.5;
	}
}

/* Footer styles */
.f-column {
	padding: 0 50px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*justify-content: center;*/
    justify-content: flex-start;
    position: relative;
    height: 100%;
}

.h-primary-footer .container-nav {
	max-width: 1570px;
}
.h-primary-footer .row .col-lg-3:first-child .f-column {
	padding-left: 0;
}

.h-primary-footer .row .col-lg-3:last-child .f-column {
	padding-right: 0;
}
.h-primary-footer .row .col-lg-3:last-child .f-column p {
	margin-bottom: 0;
}
.h-primary-footer .row .col-lg-3 .f-column {
	padding-top: 20px;
	padding-bottom: 20px;
}

.f-column .h-social li:last-child {
	margin-right: 0;
}

.f-column .h-social li:first-child {
	margin-left: 0;
}

.h-footer__title {
	font-size: 20px;
	color: #00ffea;
}
.h-footer__text {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
.h-footer__text a {
	color: #00ffea;
}

@media(max-width: 1200px) {
	.f-column {
		padding: 0;
	}
}

@media(max-width: 992px) {
	.h-primary-footer .row .col-lg-3:not(:last-child) .f-column {
		/*padding: 20px 0;*/
		padding: 0 30px;
		max-width: 270px;
		margin: auto;
		text-align: center;
		position: relative;
		justify-content: flex-start;
	}

	.h-primary-footer .row .col-lg-3:nth-child(2):after,
	.h-primary-footer .row .col-lg-3:nth-child(1):after {
	    content: '';
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    width: 0.125rem;
	    display: block;
	    transform: rotate(20deg);
	    background-color: #01c9be;
	}

	.h-primary-footer .row .col-lg-3:nth-child(3) .f-column {
		padding-right: 0;
	}
	.h-primary-footer .row .col-lg-3:first-child .f-column {
		padding-left: 0;
	}

	.f-column .h-social {
		margin: 0 auto;
	}

	.h-social-btn {
		margin: auto;
	}

	.h-footer__title {
		width: 100%;
		text-align: center;
	}

	.h-primary-footer .row .col-lg-3:last-child .f-column {
		max-width: 100%;
		text-align: left;
		padding-bottom: 0;
		padding-top: 50px;
	}
}

@media(max-width: 768px) {
	.h-primary-footer .row .col-lg-3:nth-child(2):after,
	.h-primary-footer .row .col-lg-3:nth-child(1):after {
		display: none;
	}

	.h-primary-footer .row .col-lg-3 .f-column {
		padding: 35px 0 !important;
	}

	.h-primary-footer .row .col-lg-3:not(:last-child) .f-column p {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.h-primary-footer .row .col-lg-3:nth-child(3) .f-column,
	.h-primary-footer .row .col-lg-3:nth-child(4) .f-column {
		padding-bottom: 35px;
	}
	
	.h-primary-footer .row .col-lg-3:nth-child(4) .f-column {
		padding: 20px 30px 0 !important;
	}

	.h-primary-footer .row .col-lg-3:first-child .f-column:after,
	.h-primary-footer .row .col-lg-3:nth-child(2) .f-column:after {
		content: '';
		height: 1px;
		width: 200px;
		background-color: #00ffea;
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

}

.section {
	width: 100%;
}