/*
Theme Name: marlin
Author: support@goodwebstudio.com
Author URI: https://goodwebstudio.com/
Description: Wordpress Theme for Marlin Agro & Logistic
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: marlin
*/

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body{
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

body.overflow-hidden{
	overflow-y: hidden;
}

object{
	pointer-events: none;
}

h1, .h1, h2, .h2{
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}

h1.entry-title{
	margin-top: 50px;
	margin-bottom: 24px;
}

h3, .h3{
	font-size: 21px;
	font-weight: 700;
}

h4, .h4{
	font-size: 21px;
}

h5, .h5{
	font-size: 19px;
}

h6, .h6{
	font-size: 18px;
}

a, a:link, a:visited, a:active{
	color: #222;
	text-decoration: underline;
}

a:hover, a:focus{
	text-decoration: none;
}

p,
ol,
ul{
	margin-bottom: 1.5em;
}

@media screen and (max-width: 576px) {
	.row>*{
		padding-right: 23px;
		padding-left: 23px;
	}
}

@media screen and (min-width: 576px) and (max-width: 1199px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 96%;
	}
}

@media screen and (min-width: 1280px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 1170px;
	}
}
	
@media screen and (min-width: 992px){
	h1, .h1, h2, .h2, h1.entry-title{
		font-size: 48px;
		line-height: 58px;
	}
	
	h3, .h3{
		font-weight: 700;
		font-size: 27px;
		line-height: 32px;
		margin: 20px 0 25px;
	}

	h1.entry-title{
		margin-top: 64px;
		margin-bottom: 48px;
		line-height: 45px;
		font-weight: 700;
		font-size: 48px;
		line-height: 53px;
		letter-spacing: 0.05em;
	}
}

/* ~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~ */

header{
	width: 100%;
	padding: 10px 0;
	position: fixed;
	width: 100%;
	z-index: 11;
	background: #004891;
}

header .logo-on-white{
	display: none;
}

header.header-white{
	background: #fff;
}

header.header-white .logo{
	display: none;
}

header.header-white .logo-on-white{
	display: block;
}

.header-actions{
	color: #fff;
}

.social a {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 21px;
}

.social a::before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-size: cover;
	border-radius: 50%;
}

.social a.instagram::before {
    background-image: url(imgs/instagram.svg);
}

.social a.facebook::before {
    background-image: url(imgs/facebook.svg);
}

.social a.linkedin::before {
    background-image: url(imgs/linkedin.svg);
	background-size: 90%;
    background-color: #fff;
}

@media screen and (min-width: 992px) {
	.social a {
		margin: 0 0 0 42px;
	}
}

/* ~~~ NAV ~~~ */

.navbar{
	padding: 0;
	position: relative;
	z-index: 2;
}

.navbar-nav .menu-item a{
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 66px;
	letter-spacing: 0.05em;
}

.navbar-nav .menu-item a:hover,
.navbar-nav .menu-item a:focus,
.navbar-nav .menu-item a:active{
	text-decoration: underline;
	color: #fff;
	
}

.navbar-nav .menu-item a.active,
.navbar-nav .current-menu-item a,
.navbar-nav .current-page-ancestor a{
	color: #fff;
}

#navbarSupportedContent{
	position: fixed;
	top: 55px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #004891; 
	padding-top: 15vh;
	z-index: 10;
}

@media screen and (max-width: 480px) {
	#navbarSupportedContent .btn-secondary{
		width: 268px;
		position: absolute;
		left: calc((100% - 268px) / 2);
		bottom: 15vh;
		padding: 14px 0;
	}

	#navbarSupportedContent::after{
		content: '';
		display: block;
		position: absolute;
		bottom: 30vh;
		right: 0;
		width: 118px;
		height: 98px;
		background: url(imgs/lines-on-dark.svg) 0 0 no-repeat;
		background-size: cover;
	}
}

.navbar-toggler{
	padding: 0;
	border: 0;
    border-radius: 0!important;
    text-align: center;
    position: absolute;
	top: -29px;
    right: 0;
    z-index: 9;
}

.navbar-toggler:focus{
	box-shadow: none;
}

.navbar-toggler-icon{
	background: none!important;
}

.navbar-toggler-icon .icon-bar{
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 0 auto 8px;
	float: left;
}

.navbar-toggler-icon .icon-bar:nth-child(3){
	background: #FABA00;
}

.navbar-collapse.collapsing{
    -webkit-transition: none;
    transition: none;
    display: none;
}

#navbarSupportedContent .lang-widget{
	position: absolute;
	bottom: 22%;
	left: 0;
	width: 100%;
	text-align: center;
}

#navbarSupportedContent .lang-widget ul{
	margin: 0;
	padding: 0;
}

#navbarSupportedContent .lang-widget::before,
#navbarSupportedContent .lang-widget::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 25%;
	height: 1px;
	background-color: #000;
}

#navbarSupportedContent .lang-widget::before{
	left: 0;
}

#navbarSupportedContent .lang-widget::after{
	right: 0;
}

.close{
	width: 30px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: -52px;
    right: 32px;
	z-index: 9999;
}

.close::before{
	content: '';
	position: absolute;
	width: 33px;
	height: 33px;
	top: 8px;
    left: 9px;
	background: url(imgs/close.svg) 50% 50% no-repeat;
	border: 0;
	outline: none;
	box-shadow: none;
	z-index: 9999;
}

@media screen and (max-width: 375px) {
	#navbarSupportedContent{
		padding-top: 30%;
	}
}

@media screen and (max-width: 480px) {
	.navbar-nav .menu-item:last-child a{
		margin-bottom: 0;
	}
}

@media screen and (min-width: 992px){	
	header{
		box-shadow: none;
		padding: 18px 0;
	}

	header .logo{
		font-size: 26px;
		line-height: 133%;
		margin-left: 0;
	}

	#navbarSupportedContent{
		position: static;
		background: transparent;
		padding-top: 0;
	}

	.navbar-nav .menu-item a{
		color: #fff;
		font-weight: 600;
		font-size: 16px;
		line-height: 19px;
		margin: 0 45px 0 0;
		text-align: left;
		padding-bottom: 3px;
	}

	.navbar-nav .menu-item a:hover,
	.navbar-nav .menu-item a:focus,
	.navbar-nav .menu-item a:active,
	.navbar-nav .menu-item a.active{
		color: #fff;
		border-bottom: 1px solid #fff;
		padding-bottom: 2px;
		text-decoration: none;
	}

	.navbar-nav .menu-item:first-child a{
		margin-left: 0;
	}

	.navbar-expand-lg,
	.navbar-expand-lg .navbar-nav,
	.navbar-expand-lg .navbar-collapse{
		justify-content: space-between;
	}
	
	#navbarSupportedContent .close{
		display: none;
	}

	.header-actions{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 100%;
	}

	.navbar-toggler{
		display: none!important;
	}
}

@media screen and (min-width: 1600px){	
	header .logo{
		font-size: 30px;
	}

	.navbar-nav .menu-item a{
		font-size: 18px;
	}
}

/* ~~~~~~~~~~~~~~~~ END OF HEADER ~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~ CONTENT ~~~~~~~~~~~~~~~~~ */

#content{
	padding-top: 57px;
}

.btn-wrapper{
	display: inline-block;
	position: relative;
}

.btn, a.btn,
.btn:visited, a.btn:visited{
	display: inline-block;
	border: none;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding: 10px 35px;
	border-radius: 0;
	font-size: 16px;
	outline: none;
	position: relative;
	z-index: 1;
}

.btn-primary{
	position: relative;
	background: #004891;
	color: #fff!important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
	background: #0071ce;
	border: none;
}

.btn-secondary{
	position: relative;
	background: #FDBA12;
	color: #005399!important;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus{
	border: none;
	background: #ffcd4e;
}

.brn-wrapper{
	position: relative;
	display: inline-block;
}

.section{
	position: relative;
}

@media screen and (min-width: 992px){
	#content{
		padding-top: 101px;
	}
	
	.btn-primary{
		font-size: 18px;
	}
}

@media screen and (min-width: 1920px){
	#content{
		padding-top: 100px;
	}
}

/* ~~~ UTP ~~~ */

#utp{
	margin-bottom: 32px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 40%;
	height: calc(55vh - 57px);
	border-radius: 0px 0px 40px 40px;
}

#utp h1{
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 1px;
	position: relative;
	font-weight: 700;
	color: #fff;
	font-size: 24px;
}

#utp .utp-content{
	padding: 5px 15px;
}

.header-img{
	height: calc(55vh - 57px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
	border-radius: 0px 0px 40px 40px;
}

.header-img::after{
	content: '';
    display: block;
    position: absolute;
    top: 60%;
    right: 0;
    width: 152px;
    height: 126px;
    background: url('imgs/lines.svg') no-repeat 0 0;
	background-size: cover;
}

@media screen and (min-width: 992px){
	#utp{
		height: calc(100vh - 100px);
		margin-bottom: 74px;
	}

	#utp h1{
		font-weight: 600;
		font-size: 64px;
		line-height: 77px;
		text-transform: uppercase;
		margin-top: 95px;
	}

	.header-img{
		height: calc(100vh - 200px);
	}

	.header-img::after{
		top: 35%;
		width: 445px;
		height: 365px;
	}
}

@media screen and (min-width: 1600px){
	#utp{
		height: calc(100vh - 100px);
		background-position: 50%;
	}

	.header-img::after{
		top: 42%;
	}
}

#about{
	margin-bottom: 20px;
}

#about .about-entry{
	position: relative;
	margin-bottom: 15px;
	line-height: 176%;
}

#about .about-entry h2{
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 16px;
	font-weight: 700;
}

#about .about-entry p{
	margin-bottom: 1.7em;
}

#about .about-entry ul{
	max-width: 800px;
}

.about-photo .photo{
	margin-bottom: 20px;
}

.entry,
.more-text{
	line-height: 25px;
}

.entry li h3,
.more-text li h3{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: -20px;
}

.entry ul,
.more-text ul{
	padding-left: 20px;
}

.entry hr{
	margin: 35px 0;
}

.entry p:last-child{
	margin-bottom: 0;
}

.entry img{
	border-radius: 40px 0px;
}

@media screen and (min-width: 992px){
	#about{
		margin-bottom: 50px;
		position: relative;
	}

	#about::after{
		content: '';
		display: block;
		position: absolute;
		top: 46%;
		right: 0;
		width: 445px;
		height: 365px;
		background: url('imgs/lines.svg') no-repeat 0 0;
	}

	#about .about-entry{
		font-size: 17px;
		border-radius: 40px 40px 0px 0px;
		margin-bottom: 0;
	}

	#about .about-entry::before,
	#about .about-entry::after{
		top: 74px;
		width: 100px;
	}

	#about .about-entry h2{
		font-weight: 700;
		font-size: 36px;
		line-height: 50px;
		margin-bottom: 28px;
	}

	.about-text{
		margin-bottom: 15px;
	}

	.entry,
	.more-text{
		letter-spacing: 0.05em;
		line-height: 30px;
	}
}

@media screen and (min-width: 1920px) {
	#about::after{
		top: 38%;
	}
}

.value-items{
	margin-bottom: 32px;
	margin-left: 22px;
	margin-right: 22px;
	background: #004891;
	border-radius: 40px;
	color: #fff;
	padding: 43px 0 0;
	position: relative;
}

.value-items::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 118px;
	height: 98px;
	background: url(imgs/lines-on-dark.svg) 0 0 no-repeat;
	background-size: cover;
}

.value-items h2{
	text-align: center;
}

.value-items .items{
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: self-start;
	justify-content: space-between;
	font-size: 14px;
	margin-top: 46px;
	text-align: center;
}

.value-items .items .item{
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 36px;
	width: 50%;
}

.value-items .items .item .icon{
	height: 80px;
    display: flex;
    align-items: center;
	justify-content: center;
}

.value-items .items .item .icon img{
	width: 80px;
	margin-bottom: 23px;
}

.value-items .items .item .text{
	margin: 0 auto;
    max-width: 170px;
}

@media screen and (min-width: 992px){
	.value-items{
		padding: 81px 0 74px;
		margin-left: 3vw;
		margin-right: 3vw;
		margin-bottom: 64px;
	}

	.value-items::after{
		content: none;
	}

	.value-items .items{
		margin-top: 81px;
	}

	.value-items .items .item{
		font-size: 20px;
		width: 20%;
	}

	.value-items .items .item .icon{
		margin-bottom: 42px;
	}

	.value-items .items .item .icon img{
		width: auto;
	}
}

#services{
	margin-bottom: 120px;
}

#services h2{
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

#services h2.section-title::before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}

#services h2 span{
	display: inline-block;
	background: #fff;
	padding: 0 30px;
	position: relative;
	z-index: 1;
}

#services .item{
	margin-bottom: 30px;
}

#services .item .img,
#services .item .img img{
	border-radius: 40px 0px;
}

#services .item h3{
	margin: 24px 0 10px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.05em;
}

#services .item .text{
	margin-bottom: 20px;
}

body:not(.home) .service-gallery{
	margin-top: 40px;
}

#service-gallery-wrapper{
	background: #005399;
	border-radius: 30px;
	color: #fff;
}

#service-gallery-wrapper a{
	color: #fff;
}

.service-gallery .item img{
	border-radius: 40px 0px;
}

.service-gallery .slick-list{
	margin-top: -110px;
}

#service-gallery-wrapper .service-text h2{
	margin-top: 65px;
	margin-bottom: 20px;
}

#service-gallery-wrapper .service-text a{
	color: #FABA00;
	text-decoration: none;
}

.service-text{
	padding: 0 10px 15px;
}

@media screen and (min-width: 992px) {
	#service-gallery-wrapper{
		margin-left: 3vw;
		margin-right: 3vw;
		margin-bottom: 60px;
		padding: 50px 0 70px;
	}

	#services{
		margin-bottom: 0;
	}

	#services h2{
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 62px;
	}

	#services .item{
		margin-bottom: 146px;
	}

	#services .item h3{
		margin: 25px 0 20px;
		font-size: 48px;
		line-height: 53px;
	}

	#services .item .text{
		font-size: 17px;
	}

	.service-text{
		padding: 0 0 0 30px;
	}

	.service-text h2{
		margin-bottom: 45px;
	}

	body:not(.home) .service-gallery{
		margin-top: 0;
	}

	#service-gallery-wrapper .service-text h2{
		margin-top: 0;
		margin-bottom: 45px;
	}
}

#policy-wrapper{
	margin-top: 30px;
	margin-bottom: 30px;
}

#policy-wrapper .policy{
	border-radius: 40px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 0;
    height: 350px;
}

.policy-text{
	color: #000;
	padding-top: 370px;
}

@media screen and (min-width: 992px){
	#policy-wrapper{
		margin-top: 0;
		margin-bottom: 60px;
	}

	#policy-wrapper .policy{
		padding: 46px 57px;
		background-position: 0 0;
		height: auto;
	}

	.policy-text{
		font-size: 17px;
		line-height: 30px;
		color: #fff;
		max-width: 378px;
		padding-top: 0;
	}
}

.contacts-wrapper{
	margin-top: 200px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 480px) {
	body.home .contacts-wrapper{
		margin-top: 390px;
	}
}

.contacts-wrapper::after{
	content: '';
    display: block;
    position: absolute;
	top: -180px;
    left: -20px;
    width: 190px;
    height: 157px;
	background: url(imgs/lines.svg) no-repeat 0 0;
	background-size: cover;
	transform: scale(-1, -1);
}

.contacts-wrapper a{
	color: #000;
	text-decoration: none;
}

.form-title{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 16px;
}

.map{
	margin-top: 30px;
}

.map iframe{
	margin-bottom: -6px;
	border-radius: 40px 0px;
}

.map p{
	margin: 0;
}

.contacts-wrapper h2{
	margin-bottom: 26px;
}

@media screen and (min-width: 992px) {
	.map{
		margin-top: 70px;
	}

	.form-title{
		font-weight: 700;
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 56px;
	}

	.contacts-wrapper::after{
		top: calc(100% - 25px);
		left: 0;
		width: 365px;
		height: 300px;
	}

	.contacts-wrapper{
		margin-top: 0;
		font-size: 17px;
	}

	.contacts-wrapper h2{
		margin-bottom: 72px;
	}

	.contacts-wrapper .phones{
		margin-top: 30px;
	}
}

.more-text{
	margin-bottom: 95px;
}

.page-template-page-service .gallery{
	margin: 10px 0 28px;
}

.gallery .item{
	margin-bottom: 30px;
}

.gallery .item img{
	border-radius: 40px 0px;
}

@media screen and (min-width: 992px) {
	.gallery .item{
		margin-bottom: 0;
	}
}

/* ~~~ FOOTER
~~~ */

footer{
	position: relative;
	background: #3F3F3F;
	background-size: cover;
    color: #fff;
    padding: 30px 0 20px;
	font-size: 16px;
	margin-top: 38px;
}

.footer{
	position: relative;
	z-index: 1;
}

.footer a{
	color: #fff;
	text-decoration: none;
}

.footer .contacts{
	text-align: center;
	font-size: 18px;
}

.footer .social{
	text-align: center;
	margin: 30px 0 20px;
}

.copyright{
	text-align: center;
	color: #6D6E71;
}

@media screen and (min-width: 992px){
	footer{
		font-size: 20px;
		padding: 56px 0 20px;
		margin-top: 80px;
	}

	footer .logo{
		text-align: left;
	}

	.footer .social{
		text-align: right;
		margin: 18px 0 0 0;
	}
}

/* ~~~ FORM STYLES ~~~ */

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea{
	font-size: 15px;
	padding: 10px 15px;
	box-shadow: none;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid rgba(255,255,255, .8);
	background: #eee;
	color: #000;
	border-radius: 0;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, textarea:focus{
	background: #fff;
}

input[type="submit"]{
	border: 0!important;
}

textarea{
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 152px;
	height: 152px;
	max-height: 152px;
}

::-webkit-input-placeholder{color: #000;}
::-moz-placeholder{color: #000;}
:-moz-placeholder{color: #000;}
:-ms-input-placeholder{color: #000;}

:focus::-webkit-input-placeholder{color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder{color: transparent}
:focus:-ms-input-placeholder{color: transparent}

@media screen and (min-width: 992px) {
	.inputs-row{
		display: flex;
		justify-content: space-between;
	}
	
	.inputs-row .item{
		padding: 0 10px;
		width: 100%;
	}
	
	.inputs-row .item:first-child{
		padding-left: 0;
	}
	
	.inputs-row .item:last-child{
		padding-right: 0;
	}
}

/* ~~~ CUSTOM ACCEPTANCE ~~~ */

.wpcf7-acceptance{
	display: inline-block;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: left;
}

.wpcf7-acceptance span.wpcf7-list-item{
	margin: 0;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.wpcf7-acceptance label{
	font-size: 14px;
	display: inline-flex;
	align-items: top;
	user-select: none;
}

.wpcf7-acceptance label::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #111;
	margin-top: 2px;
    margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.wpcf7-acceptance label a{
	text-decoration: underline!important;
}

label.has-cheked-input::before{
	background-image: url("imgs/accept-check.svg");
}

/* ~~~ SOME CF7 STYLES HERE ~~~ */

div.wpcf7-response-output {
	margin: 1em 0.5em 1em;
	padding: 0.2em 1em;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	clear: both;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	top: -5px;
	right: 0;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

.grecaptcha-badge{
	opacity: 0;
}

.wpcf7 input[name="order-item"],
.wpcf7-spinner{
	display: none !important;
}

.wpcf7 p{
	margin-bottom: 0;
}

/* ~~~ SLICK THEME.CSS HERE ~~~ */

/* Arrows */
.slick-prev,
.slick-next,
.slick-prev::before,
.slick-next::before{
	width: 68px;
    height: 23px;
}

.slick-prev,
.slick-next{
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: inherit;
	bottom: -55px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before{
    opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before{
    opacity: .6;
	filter: grayscale(1);
}

.slick-prev::before,
.slick-next::before{
    content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(imgs/arrow.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev::before{
	transform: scale(-1,1);
}

.slick-prev{
	left: 0;
}

.slick-next{
    right: 0;
}

.slick-slide img{
	margin: 0 auto;
}

@media screen and (min-width: 992px){	
	.slick-prev{
		bottom: inherit;
		top: 43%;
		left: -53px;
	}

	.slick-next{
		bottom: inherit;
		right: inherit;
		top: 58%;
		left: -53px;
	}
}

@media screen and (min-width: 1600px){	
	.slick-prev{
		left: -93px;
	}

	.slick-next{
		left: -93px;
	}
}

/* Dots */
.slick-dots{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
	border-radius: 50%;
	padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #6c6c6c;
}

.slick-dots li button:hover{
    background: #9b9b9b;
}

.slick-dots li.slick-active button{
    background: #0071ce;
}


@media screen and (min-width: 992px){
	.slick-dots{
		width: 110px;
		left: 275px;
	}
}

/* ~~~ MODAL STYLES ~~~ */

body.modal-open{
	overflow: visible!important;
	padding-right: 0!important;
}

.modal-body form{
	text-align: center;
}

.modal-dialog{
	width: 90%;
	max-width: 400px;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: none;
	margin: 5% auto;
	background: #0071ce;
	color: #fff;
}

.modal-dialog.modal-text{
	max-width: 800px;
}

.modal-dialog a{
	color: #fff;
}

.modal-content{
	border: none;
	box-shadow: none;
	background: transparent;
}

.modal-content .btn{
	margin-top: 10px;
}

.modal-header{
	border: none;
}

.modal-body{
	margin: 0 15px;
	padding: 0 1rem;
}

.modal-content .form-title{
	font-size: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.modal input, .modal textarea{
	margin-bottom: 15px!important;
}

.modal div.wpcf7-response-output{
	text-align: center;
}

.modal-full{
	width: 100%!important;
	max-width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	top: 0;
	left: 0;
}

/* ~~~ WP DEFAULT STYLES ~~~ */

img.size-full, img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    margin: auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pagination h2.screen-reader-text{
	display: none;
}

.nav-links .page-numbers{
	font-size: 17px;
	display: inline-block;
	background: #0099cc;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}

.nav-links .page-numbers:hover{
	background: #f7941c;
}

.nav-links .current,
.nav-links .current:hover{
	background: none;
	color: #323232;
}

/* ~~~ WP DEFAULT GALLERY ~~~ */

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}