/*
Theme Name: intehral
Author: Must.Marketing
Description: Wordpress Theme for Intehral Network
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: intehral
*/

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

body{
	color: #111;
	font-family: "Open Sans", sans-serif;
  	font-optical-sizing: auto;
	font-weight: 400;
	background: #fff;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

@media screen and (min-width: 576px) and (max-width: 1279px){
	.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: 1200px;
	}
}

/* ~~~~~~~ BTNS ~~~~~~~ */

.btn-wrapper{
	position: relative;
}

.btn, a.btn,
.btn:visited, a.btn:visited{
	display: inline-block;
	border: none;
	text-decoration: none!important;
	letter-spacing: 0;
	padding: 12px 25px 14px;
	border-radius: 0;
	font-size: 16px;
	outline: none;
	position: relative;
	z-index: 1;
	font-weight: 700;
}

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

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

.form-wrapper .btn-primary{
	width: 100%;
}

.form-wrapper .btn-primary:hover,
.form-wrapper .btn-primary:active,
.form-wrapper .btn-primary:focus{
	color: #204b3f;
	background: #55bfa4;
}

@media screen and (min-width: 768px){
	
}

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

body.home header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

header{
	padding: 20px 0;
	transition: all ease .3s;
	background: transparent;
}

header.sticky{
	background: #204b3f;
}

.logo{
	width: 186px;
}

header .logo{
	margin-left: 15px;
	position: relative;
	z-index: 11;
}

.header-action .phone,
.header-action .phone a{
	display: inline-block;
	font-weight: 600;
	color: #f9ac19;
	text-decoration: none;
}

.social{
	height: 29px;
}

.social a{
    display: inline-block;
    position: relative;
    width: 29px;
    height: 29px;
	color: #f9ac19;
	transition: all .3s ease;
}

.social a:hover{
	opacity: .75;
}

.social a:not(:first-child){
	margin-left: 10px;
}

@media screen and (min-width: 768px) {
	header .logo{
		margin-left: 0;
	}

	.header-action{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-top: 7px;
	}

	.header-action > *:not(:first-child){
		margin-left: 20px;
	}
}

/* ~~~ NAV ~~~ */

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

.navbar-nav .menu-item a{
	position: relative;
	color: #fff;
    text-decoration: none;
    font-size: 23px;
    display: block;
    font-weight: 600;
	padding-bottom: 3px;
	margin-bottom: 15px;
	text-align: center;
}

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

#navbarSupportedContent{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #204b3f;
	padding-top: 8rem;
	z-index: 10;
}

#navbarSupportedContent .header-action{
	text-align: center;
    margin-top: 35px;
}

#navbarSupportedContent .header-action .phone{
	font-size: 21px;
    margin-bottom: 20px
}

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

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

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

.navbar-toggler-icon .icon-bar{
	display: block;
    width: 24px;
    height: 2px;
    margin: 0 auto 5px;
    background: #fff;
    border-radius: 0;
}

.navbar-toggler-icon .icon-bar:last-child{
	margin-bottom: 0;
}

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

.close{
	width: 33px;
	height: 33px;
	text-align: center;
	position: absolute;
	top: 28px;
    right: 23px;
	z-index: 9999;
}

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

@media screen and (min-width: 577px) and (max-width: 1024px) {
	.navbar-toggler{
		top: 10px;
		right: -15px;
	}
}

/* ~~~ SUB MENU ~~~ */

.menu-item:hover ul.sub-menu{
	display: block;
}

.menu-item.menu-item-has-children::after{
	top: 50%;
	width: 10px;
	height: 7px;
	background-size: inherit;
	margin-top: -2px;
	right: 5px;
}

.menu-item ul.sub-menu{
	display: none;
	list-style: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 8px 0 12px;
	background: linear-gradient(#0B1427, #0B1427) padding-box, linear-gradient(to bottom, #eff3f478, #eff3f42b) border-box;
	border: 1px solid transparent;
	border-radius: 12px;
	width: 160px;
}

.menu-item:hover ul.sub-menu li.menu-item{
	padding: 8px 12px;
}

.menu-item ul.sub-menu li.menu-item:hover{
	background: rgba(255, 255, 255, 0.06);
}

.menu-item ul.sub-menu li.menu-item a{
	font-size: 16px;
}

#menu-mainmenu > .menu-item.menu-item-has-children{
	padding-right: 20px;
}

#menu-mainmenu > .menu-item.menu-item-has-children > a{
	position: relative;
	width: max-content;
}

#menu-mainmenu > .menu-item.menu-item-has-children > a::before{
	content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 7px;
    top: 10px;
    right: -20px;
    background-size: inherit;
    background: url(imgs/caret.svg) no-repeat 0 0; 
}

@media screen and (min-width: 992px){	
	.horizontal-menu{
		margin-top: 14px;
	}
	
	#navbarSupportedContent{
		position: static;
		background: transparent;
		padding-top: 0;
	}

	.navbar-nav .menu-item{
		margin: 0 10px;
	}

	.navbar-nav .menu-item a{
		font-size: 15px;
		margin-bottom: 0;
	}

	.navbar-nav .menu-item a::before {
		content: '';
		position: absolute;
		width: 0;
		height: 2px;
		bottom: 0;
		left: 0;
		background-color: #fff;
		transition: width 0.3s ease;
	}
		
	.navbar-nav .menu-item a:hover::before {
		width: 100%;
	}

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

	.navbar-nav .menu-item:last-child a{
		padding-right: 0;
	}

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

@media screen and (min-width: 1200px) {
	.navbar-nav .menu-item{
		margin: 0 20px;
	}
}

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

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

object{
	pointer-events: none;
}

h1, .h1, h2, .h2{
	font-size: 29px;
	margin-bottom: 19px;
}

h1.entry-title{
	margin-top: 100px;
}

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

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

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

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

a{
	color: #204b3f;
	text-decoration: underline;
}

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

p{
	margin-bottom: 1.5em;
}

.sup-title{
	font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
	
@media screen and (min-width: 768px){
	h1, .h1, h2, .h2{
		font-size: 34px;
	}
}

.section{
	position: relative;
}

/* ~~~ UTP ~~~ */

#utp{
	position: relative;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: 25% 50%;
	background-size: cover;
	color: #fff;
	padding: 35px 0 65px;
	height: 100vh;
}

#utp::after{
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(23 44 45 / 73%);
}

#utp h1{
	font-size: 54px;
	max-width: 520px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin: 17vh 0 8vh;
}

.utp-content{
	position: relative;
	z-index: 1;
}

.utp-content ul li{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.3em;
}

.utp-content ul li::marker{
	color: #f9ac19;
}	

@media screen and (min-width: 768px){
	#utp{
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 700px;
		margin-bottom: 100px;
		background-position: 75% 50%;
	}
	
	#utp h1{
		font-size: 120px;
		font-size: 92px;
		letter-spacing: 2px;
		margin: 0 0 50px 0;
		text-align: left;
	}

	.utp-content{
		margin-top: 30vh;
	}

	.utp-content .row{
		align-items: flex-end;
	}
}

@media screen and (min-width: 992px){
	#utp{
		background-position: 40% 0;
	}
}

@media screen and (min-width: 1200px){
	#utp{
		background-position: 50% 0;
	}

	#utp h1{
		margin: 0 0 15px 50px;
	}
}

@media screen and (min-width: 1600px){
	#utp{
		background-position: 65% 0;
	}
}

@media screen and (min-width: 1920px){
	#utp{
		background-position: 55% 0;
	}

	#utp h1{
		font-size: 100px;
	}
}

/* ~~~ SERVICES ~~~ */

#services .gallery{
	display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

#services .gallery .item{
	width: calc(50% - 8px);
}

#services .entry{
	color: #204b3f;
    font-size: 20px;
    font-weight: 500;
}

#services .entry ul{
	font-weight: 700;
}

#services ol li{
	margin-bottom: 5px;
}

#services .digits{
	padding-top: 60px;
    padding-bottom: 70px;
}

#services .digits .item{
	text-align: center;
}

#services .digits .col-md-3:not(:last-child) .item{
	margin-bottom: 25px;
}

#services .digits .item .digit{
	color: #55bfa4;
    font-weight: 700;
    font-size: 30px;
	margin-bottom: 4px;
} 

.service-gallery-2{
	margin-top: 50px;
	gap: 30px 0;
}

.service-gallery-2 .col-md-4{
	text-align: center;
}

#services h3{
	margin: 24px 0 15px 8px;
	font-size: 26px;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	#services .gallery{
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	
	#services .gallery .item{
		width: calc(50% - 15px);
	}

	#services ol{
		font-size: 18px;
	}

	#services h3{
		margin: 32px 0 15px 8px;
	}

	#services .digits{
		padding-top: 60px;
		padding-bottom: 70px;
	}

	#services .digits .col-md-3:not(:last-child) .item{
		margin-bottom: 0;
	}
}

/* ~~~ VALUES ~~~ */

#values{
	position: relative;
	background: #55bfa4;
	padding: 0 0 50px;
}

#values::before{
	content: ' ';
	display: block;
	width: 100%;
    height: 250px;
	background: url('imgs/values-bg.jpg') no-repeat 0 35%;
	background-size: cover;
	margin-bottom: 55px;
}

#values .entry{
	color: #204b3f;
}

#values h2{
	color: #fff;
	font-weight: 700;
	font-size: 34px;
}

.values-list{
	margin-top: 35px;
}

.values-list .item{
	display: flex;
	margin-bottom: 30px;
	font-size: 15px;
}

.values-list .item .icon{
	min-width: 50px;
	max-width: 50px;
	margin-right: 19px;
}

.values-list .item h3{
	font-weight: 700;
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px){
	#values{
		padding: 95px 0 55px;
	}

	#values h2{
		font-size: 42px;
	}

	#values::before{
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		background: url('imgs/values-bg.jpg') no-repeat 0 50%;
		background-size: cover;
		margin-bottom: 0;
	}

	#values .entry{
		padding-left: 20px;
	}

	.values-list{
		margin-top: 55px;
	}

	.values-list .item h3{
		font-size: 22px;
	}
}

@media screen and (min-width: 1200px) {
	#values .entry{
		padding-left: 50px;
	}
}

/* ~~~ CLIENTS ~~~ */

#clients{
	padding: 60px 0 70px;
}

#clients h2{
	font-weight: 700;
	font-size: 34px;
	text-align: center;
}

.clients-items{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px 40px;
	margin-top: 40px;
}

.clients-items .item{
	width: calc(50% - 60px);
}

@media screen and (min-width: 768px){
	#clients h2{
		font-size: 34px;
	}
	
	.clients-items{
		justify-content: start;
		gap: 50px 80px;
		margin-top: 60px;
	}

	.clients-items .item{
		width: calc(20% - 64px);
	}
}

/* ~~~ PROJECTS ~~~ */

#projects{
	background: #204b3f;
	text-align: center;
	padding: 50px 0 40px;
}

#projects h2{
	color: #fff;
	font-weight: 700;
	font-size: 26px;
}

#projects .sup-title{
	color: #f9ac19;
}

#projects .items{
	margin-top: 35px;
}

#projects .items .item{
	margin-bottom: 35px;
	background: #fff;
	border: 2px solid #55bfa4;
	padding: 30px;
}

#projects .items .item .photo{
	margin-bottom: 20px;
}

#projects .items .item h3{
	font-size: 19px;
    font-weight: 700;
	color: #55bfa4;
	margin-bottom: 10px;
}

#projects .items .item strong{
	font-weight: 700;
	color: #55bfa4;
}

#projects .items .item .entry{
	margin-bottom: 30px;
}

@media screen and (min-width: 768px){
	#projects{
		padding: 60px 0 70px;
	}

	#projects h2{
		font-size: 34px;
	}

	#projects .items .item{
		height: calc(100% - 30px);
	}
}

/* ~~~ CONTACTS ~~~ */

#contacts{
	padding: 60px 0 50px;
}

#contacts h2{
	color: #204b3f;
	text-align: center;
	font-weight: 700;
	margin-bottom: 50px;
}

#contacts .contact-block{
	color: #204b3f;
}

#contacts .contact-block h3{
	font-weight: 700;
}

#contacts .contact-block > h3:first-child{
	margin-bottom: 35px;
	font-size: 34px;
}

#contacts .contact-block a{
	text-decoration: none;
	color: #204b3f;
}

@media screen and (min-width: 768px){
	#contacts{
		padding: 60px 0 70px;
	}

	#contacts .contact-block{
		margin-left: 10px;
	}
}

/* ~~~ FOOTER ~~~ */

footer{
	position: relative;
	background: #204b3f;
	color: #fff;
}

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

footer a:hover{
	color: #f9ac19;
	text-decoration: underline;
}

.footer{
	padding: 60px 0;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	text-align: center;
}

footer .logo{
	margin: 0 auto 28px;
}

footer nav ul{
	list-style: none;
	margin: 20px 0 35px;
	padding: 0;
}

footer nav ul li{
	margin-bottom: 12px;
}

footer nav ul li:last-child{
	display: none;
}

footer .contacts > a{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
	padding-left: 32px;
}

footer .contacts > a::before{
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
}

footer .contacts > a.phone::before{
	background-image: url('imgs/icon-phone.svg');
	background-position: 50% 50%;
}

footer .contacts > a.email::before{
	background-image: url('imgs/icon-email.svg');
	background-position: 50% 100%;
}

.subfooter{
	font-size: 14px;
	padding: 20px 0;
	font-weight: 600;
	text-align: center;
}

.subfooter .studio{
	color: #55bfa4;
	margin-bottom: 4px;
}

.subfooter a{
	color: #f9ac19;
}

.subfooter a:hover{
	text-decoration: underline;
}

.subfooter .copyright span{
	color: #55bfa4;
}

@media screen and (max-width: 576px){
	footer .contacts,
	footer nav ul{
		font-size: 18px;
	}
}

@media screen and (min-width: 768px){
	footer nav ul{
		margin: 5px 0 0 0;
	}

	footer .form-wrapper{
		margin-left: 10px;
	}

	.footer{
		text-align: left;
	}

	footer .logo{
		margin: 0 0 28px;
	}

	.subfooter{
		text-align: left;
	}

	.subfooter .studio{
		margin-bottom: 0;
	}

	.subfooter .copyright{
		text-align: right;
	}
}

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

.form-wrapper h3{
	margin-bottom: 20px;
}

.form-wrapper label{
	margin-bottom: 10px;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea{
	font-size: 15px;
	padding: 10px 15px 7px;
	box-shadow: none;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	border: none;
	background: #55bfa4;
	border-radius: 3px;
}

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

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

::-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: 768px) {
	.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,
.cky-btn-revisit-wrapper{
	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{
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 55%;
    width: 33px;
	height: 16px;
    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;
	width: 33px;
	height: 16px;
	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: 10px;
}

.slick-next{
    right: 10px;
}

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

@media screen and (min-width: 768px){	
	.slick-prev,
	.slick-next{
		top: 50%;
	}
	
	.slick-prev{
		left: -15px;
	}

	.slick-next{
		right: -15px;
	}
}

/* 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: 768px){
	.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 ~~~ */

.tos-caption{
	display: none;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide{
	padding: 20px 0!important;
}

.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;
}