/*
Theme Name: Cityconexx2019
*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,900|Montserrat:600,700');

/****** Global ******/
:root {
    --main-green: #227b87;
    --accent-blue: #03314a;
    --accent-yellow: #fdb718;
    --font-header: 'Montserrat', sans-serif;
    --box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.35);
}

* {
    color: #656565;
    font-family: 'Lato', sans-serif;
}

html,
body {
    height: 100%;
    background: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

pre {
    font-size: 1em;
    font-family: monospace, monospace;
}

textarea {
    resize: vertical
}

:disabled {
    cursor: default;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0.8;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.8;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0.8;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.8;
}

::-moz-selection {
    background: #0099cc;
    color: #fff;
}

::selection {
    background: #0099cc;
    color: #fff;
}

@media only screen and (max-width: 1600px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

/****** Text-level semantics ******/
a,
a:visited,
a:active {
    display: inline-block;
    outline: 0;
    color: default;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none;
}

b,
strong {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

blockquote {
    margin: 1em 40px;
}

code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/****** Typography ******/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--accent-blue);
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 100%;
}

h1 {
    font-size: 32px;
    line-height: 110%;
}

h2 {
    font-size: 28px;
    line-height: 110%;
}

h3 {
    font-weight: 400;
    font-size: 23px;
    line-height: 110%;
}

h4,
h5,
h6 {
    font-size: 20px;
    line-height: 115%;
}

h2.title {
    color: var(--main-green);
}

h2.title.inside-page {
    margin: 0 0 22px 0;
    color: var(--accent-blue);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
}

h2.title.inside-page:not(:first-of-type) {
    margin-top: 64px;
}

h2.title.inside-page::after {
    display: inline-block;
    margin: 0 0 0 10px;
    width: 200px;
    height: 2px;
    background: var(--accent-blue);
    content: '';
}

h3.title {
	color: var(--main-green);
	text-transform: capitalize;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

h3.title.bottom {
	margin-bottom: 30px;
}

h3.title.top {
	margin-top: 30px;
}

h4.title {
    text-transform: uppercase;
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
    h2.title.inside-page::after {
        width: 60px;
    }
}



p,
dl li,
ul li,
ol li {
    margin: 0 0 1.3em 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 150%;
}

p > a {
    color: var(--main-green);
}

p > a:hover {
    opacity: 0.75;
}

p:last-of-type {
    margin-bottom: 0;
}

dl,
ul,
ol {
    display: block;
    padding: 20px 40px;
}

dl li,
ul li,
ol li {
    margin: 0px;
}

ul {
    list-style: none;
}

ul:not(.format-menu):not(.format-list):not(.arrow-list) li::before {
    position: relative;
    top: -1.5px;
    margin: 0 4px 0 0;
    color: var(--main-green);
    content: '\25CF';
    font-size: 0.7em;
}

ul:not(.format-menu) li > * {
    display: inline-block;
}

ul.format-menu,
ul.format-list,
ul.arrow-list {
    margin: 0;
    padding: 0;
}

ul.format-menu li {
    display: inline-block;
    list-style: none;
}

ul.arrow-list {
    padding: 5px 0px 24px 25px;
}

ul.arrow-list li {
    margin: 8px 0;
    font-size: 14px;
}

ul.arrow-list i {
    margin: 0 10px 0 0;
    color: var(--main-green);
    font-size: 16px;
}

ul.arrow-list.facilities-page {
    display: grid;
    margin: 50px 25px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 40px;
}

ul.arrow-list.facilities-page li {
    margin: 0;
    font-size: 14px;
}

p:not(:last-of-type) + ul {
    margin-top: 1em;
}
@media only screen and (max-width: 1024px) {
    ul.arrow-list.facilities-page {
        margin: 30px 0;
        grid-template-columns: 1fr;
        grid-gap: 10px 0;
    }
}




/****** Sections ******/
.bg-one {
    background: #ffffff;
}

.bg-two {
    background: #e8ebf0;
}

.bg-three {
    background: var(--accent-blue);
}

.bg-three > div {
    background: linear-gradient(rgba(3, 49, 74, 0.8), rgba(3, 49, 74, 0.8)), url(/wp-content/uploads/bg-2.png) center / cover;
}

.bg-image,
.content_image_fill {
    background-image: url(http://via.placeholder.com/1200x300&text=Background+Image);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.content_image_fill {
    background-attachment: scroll;
}

@media only screen and (max-width: 1024px) {

    .bg-one,
    .bg-two {
        text-align: center;
    }

    .bg-image {
        background-attachment: scroll;
    }
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/****** Layout ******/
.container,
.section_width {
    max-width: 1100px;
}

.section_padding {
    padding: 80px 20px;
}

.section_padding-md {
    padding: 45px 20px;
}

.section_padding-x {
    padding-right: 20px;
    padding-left: 20px;
}

.section_padding-y {
    padding-top: 80px;
    padding-bottom: 80px;
}

.grid_wrapper {
    display: grid;
}

.grid_gap-md {
    grid-gap: 50px;
}

.grid_gap-lg {
    grid-gap: 60px;
}

.grid_wrapper.col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid_wrapper.col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid_wrapper.col-4 {
    grid-template-columns: repeat(4, 1fr);
}

.only-device {
    display: none;
}

.only-desktop {
    display: inherit
}

@media only screen and (max-width: 1024px) {
    .section_padding {
        padding: 40px 15px !important;
        /* Main content padding */
    }

    .section_padding-x {
        padding-right: 15px;
        padding-left: 15px;
    }

    .section_padding-y {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .grid_wrapper:not(.no_wrap) {
        text-align: center !important;
        grid-template-columns: auto !important;
    }

    .only-device {
        display: inherit;
    }

    .only-desktop {
        display: none
    }
}

.center {
    margin: 0 auto;
}

.mx_width {
    max-width: 100%;
}

.content_center {
    text-align: center;
}

.content_right {
    text-align: right;
}

.content_left {
    text-align: left;
}

.content_light * {
    color: #fff;
}

.pos_r {
    position: relative;
}

.pos_f {
    position: fixed;
}

.ds_b {
    display: block;
}

.ds_ib {
    display: inline-block;
}

/****** Buttons ******/
.btn {
    display: inline-block;
    padding: 24px 10px;
    border: 0;
    border-radius: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-header);
}

.btn:hover {
    background: var(--accent-blue);
    color: #fff;
}

.btn-one {
    background: var(--main-green);
    font-weight: 400;
    font-size: 18px;
}

.btn-two {
    padding: 4px;
    border: 1px solid var(--accent-blue);
    background: none;
    color: var(--main-green);
    font-weight: 400;
    font-size: 15px;
}

.btn-two::before {
    display: inline-block;
    margin: 0 2px 0 0;
    content: '\25B6';
}

.btn-three {
    padding: 10px 15px;
    border: 2px solid var(--accent-blue);
    background: #fff;
    color: var(--accent-blue);
    font-weight: 400;
    font-size: 18px;
}

.btn-four {
    padding: 10px;
    border: 0;
    background: #fff;
    color: var(--accent-yellow);
    font-weight: 400;
    font-size: 18px;
}

.btn-four::before {
    display: inline-block;
    margin: 0 6px 0 0;
    content: '\25B6';
}

.btn-five {
    padding: 8px 45px;
    border: 2px solid var(--main-green);
    background: #fff;
    color: var(--accent-blue);
    font-weight: 700;
    font-size: 14px;
}

.btn-five:hover {
    background: var(--main-green);
    color: #fff;
}

/****** Headers & Footers ******/
header {
    position: relative;
    z-index: 8;
}

/** Contact bar and Login button **/
header .contact_bar {
    background: var(--accent-blue);
    text-align: right;
}

header .contact_bar .feather {
    width: 14px;
    height: 14px;
}

header .contact_bar .feather {
    position: relative;
    top: 2px;
    margin: 0 2px 0 20px;
    stroke: #fff;
}

header .contact_bar a.button .feather {
    position: relative;
    top: 2.5px;
    margin: 0 2px 0 0;
    stroke: var(--accent-yellow);
}

header .contact_bar a:not(.button) {
    color: #fff;
    font-size: 13px;
}

header .contact_bar a.button {
    margin-left: 20px;
    padding: 12px 20px;
    background: var(--main-green);
    color: var(--accent-yellow);
    font-size: 13px;
}

header .contact_bar a:hover {
    opacity: 0.75;
}

@media only screen and (max-width: 690px) {
    header .contact_bar {
        display: none;
    }
}

/** Menu bar **/
header .menu_bar {
	padding: 25px 20px;
}

header .menu_bar .grid_wrapper {
	grid-template-columns: auto auto;
	align-items: center;
}

header .menu_bar .logo img {
	display: block;
	max-width: 260px;
}

header .menu_bar .logo .partner_logo {
	display: block;
	padding: 4px 0 0 0;
	width: 100%;
}

header .menu_bar .logo .partner_logo img {
	float: right;
	max-width: 200px;
}

header .menu_bar .menu {
	text-align: right;
}

header nav li {
	position: relative;
	display: inline;
	margin: 0 0 0 16px;
}

header nav li a {
	color: var(--accent-blue);
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--font-header);
}

header nav ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	padding: 30px 0 10px 0 !important;
	width: 200px;
	border: 0px solid red;
	background: #fff;
	text-align: left;
	opacity: 0;
	transition: all .4s ease-out;
}

header nav ul ul li {
	margin: 0;
	padding: 2px 20px;
}

header nav li:hover ul {
	visibility: visible;
	opacity: 1;
}

header nav ul ul li a {
	font-size: 11px;
}

header .menu_bar a:hover {
	opacity: 0.65;
}

header nav li.current-page a {
	color: var(--main-green) !important;
}

header nav li.button a {
	padding: 4px 18px;
	border: 2px solid var(--main-green);
	background: #fff;
	color: var(--accent-blue);
	font-weight: 700;
	font-size: 14px;
}

header nav li.button a:hover {
	background: var(--main-green);
	color: #fff;
	opacity: 1;
}

header nav li.home .feather {
	position: relative;
	top: 5px;
	width: 25px;
	height: 25px;
	stroke: var(--main-green);
	stroke-width: 3px;
}

header nav li.parent .feather {
	position: relative;
	top: 3px;
	margin: 0 0 0 -2px;
	width: 15px;
	height: 15px;
	stroke: var(--accent-blue);
	stroke-width: 2px;
}

header a#open_nav .feather {
	width: 28px;
	height: 28px;
	stroke: var(--main-green);
}

a#close_nav .feather {
	width: 28px;
	height: 28px;
	stroke: var(--main-green);
}

header .only-device {
	display: none !important;
}

@media only screen and (max-width: 1024px) {
	header .only-device {
		display: block !important;
	}

	header .menu_bar {
		padding: 8px 15px;
	}

	header .menu_bar .logo img {
		max-width: 240px;
	}

	header nav {
		position: fixed;
		top: 0;
		left: 0;
		display: grid;
		display: none;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.95);
		align-items: center;
	}

	header nav ul {
		display: grid;
		width: 100%;
		height: 85%;
		text-align: center;
		grid-template-columns: auto;
		align-items: center;
		justify-content: space-around;
	}

	header nav ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	a#close_nav {
		position: fixed;
		top: 20px;
		right: 20px;
	}

	header nav li {
		margin: 0;
	}

	header nav li a {
		font-size: 13px;
	}

	header nav li.button a {
		padding: 0;
		border: 0;
		background: none;
		font-weight: 400;
		color: var(--accent-blue);
		font-size: 13px;
	}

	header nav li.button a:hover {
		color: var(--main-green);
		opacity: 1;
		background: none;
		border: 0;
	}

	header nav ul ul,
	header nav li.parent .feather {
		display: none;
	}
}



/** Page top banner **/
.page-top-banner {
    padding: 220px 0 80px 0;
    background: url(../images/bg-1.jpg) center / cover;
}

.page-top-banner .grid_wrapper {
    grid-template-columns: 760px 1fr;
}

.page-top-banner .content {
    display: inline-block;
    padding: 30px;
    width: 100%;
    background: var(--main-green);
	height: 210px;
}

.page-top-banner img {
	height: 210px;
}

.page-top-banner .content h1 {
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    line-height: 140%;
}

.page-top-banner .content p {
    display: inline-block;
    margin: 5px 0px 0 0;
    color: #fff;
    font-size: 20px;
}

.page-top-banner .content a.btn {
  margin-right: 5px;
  margin-top: 5px;
}

.page-top-banner.inside-page {
    padding: 300px 0 80px 0;
}

.page-top-banner.inside-page .grid_wrapper {
    grid-template-columns: auto 1fr;
}

.page-top-banner.inside-page .content {
    padding: 11px 40px 11px 20px;
	height: 58px;
}

.page-top-banner.inside-page img {
	height: 58px;
}

.page-top-banner.inside-page .content h1 {
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-size: 26px;
}

@media only screen and (max-width: 1030px) {
   .page-top-banner,
    .page-top-banner.inside-page {
        padding: 60px 0;
    }

    .page-top-banner .grid_wrapper {
        grid-template-columns: 70% 1fr;
    }
	
	   .page-top-banner.home-page .grid_wrapper {
        grid-template-columns: 100% 1fr;
    }

    .page-top-banner.home-page .content {
        padding: 30px 15px;
        text-align: center;
		height: auto;
    }
    
    .page-top-banner.inside-page .content {
         padding: 20px 15px; 
		 height: auto;
		
    }
    

    .page-top-banner .content h1 {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 120%;
    }

    .page-top-banner .content p {
        display: block;
        margin: 5px 0 20px 0;
        font-size: 20px;
    }

    .page-top-banner .content a.btn {
     display: block;
    width: 260px;
    margin: 5px auto;
		float: none;
    }

    .page-top-banner img {
        display: none !important;
    }
}





/** Home page **/
.about.home-page {
    background: var(--accent-blue);
}





/** Menu Boxes **/
.menu_boxes h4 {
    margin: 30px 0;
}

.menu_boxes p {
    text-align: justify;
}

.menu_boxes a.btn {
    margin-top: 30px;
}

.menu_boxes .thumb {
    width: 100%;
    height: 220px;
    border: 6px solid #fff;
    background-position: center;
    background-size: cover;
    box-shadow: var(--box-shadow)
}

.menu_boxes.procurement-page .grid_wrapper {
    grid-template-columns: 1fr !important;
    grid-gap: 40px;
}

.menu_boxes.procurement-page .grid_wrapper .thumb {
    height: 320px;
}

/* Client Testimonials */
.clientTestimonials p {
    text-align: left;
  }

.clientTestimonials .col > img {
  max-width: 100%;
  height: 70px;
}

.clientTestimonials h4 {
  margin: 15px 0;
  font-size: 14px;
}






/** Title Banner **/
.title_banner {
    padding: 160px 0;
}

.title_banner .grid_wrapper {
    grid-template-columns: 1fr 300px;
    align-items: center;
}

.title_banner.home-page {
    background: url(../images/bg-3.jpg) center/cover;
}

.title_banner.home-page .container {
    padding: 30px 20px;
}

.title_banner.home-page .button {
    text-align: right;
}

.title_banner.inside-page {
    background: url(../images/bg-4.jpg) center/cover;
}

.title_banner.inside-page .content {
    padding: 40px 20px;
    text-align: center;
}

.title_banner.inside-page h2 {
    text-transform: uppercase;
    font-size: 22px;
}

@media only screen and (max-width: 1024px) {
    .title_banner {
        padding: 40px 0;
    }

    .title_banner .button {
        margin-top: 20px;
        text-align: center !important;
    }
}








/** About achor previews **/
.about_achors {
    padding: 40px 0;
}

.about_achors .grid_wrapper {
    justify-content: center;
    align-items: center;
}

.about_achors .col {
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: #fff;
}

.about_achors .grid_wrapper .col:last-of-type {
    border-width: 0 2px;
}

.about_achors a {
    display: block;
    padding: 40px 0;
    text-transform: uppercase;
    font-size: 24px;
    font-family: var(--font-header);
}

@media only screen and (max-width: 1024px) {
    .about_achors {
        padding: 40px 0;
    }

    .about_achors .grid_wrapper {
        display: block;
    }

    .about_achors .col {
        width: 100%;
        border-width: 0 0 2px 0px;
    }

    .about_achors .grid_wrapper .col:last-of-type {
        border-width: 0;
    }

    .about_achors a {
        padding: 32px 0;
        width: 100%;
    }
}







/** Gallery Snippet **/
.gallery_snippet ul {
    display: grid;
    margin-top: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.gallery_snippet ul a {
    display: block;
    width: 100%;
    height: 240px;
    border: 6px solid #fff;
    background-position: center;
    background-size: cover;
    box-shadow: var(--box-shadow)
}

@media only screen and (max-width: 1024px) {
    .gallery_snippet ul {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

    .gallery_snippet ul a {
        height: 240px;
    }
}





/** Facilities management **/
.thumb.facilities-page {
    float: left;
    margin: 0 40px 20px 0;
    width: 380px;
    height: 240px;
    border: 6px solid #fff;
    background-position: center;
    background-size: cover;
    box-shadow: var(--box-shadow);
}

.thumb.left.facilities-page {
    float: left;
    margin: 0 40px 20px 0;
}

.thumb.right.facilities-page {
    float: right;
    margin: 0 0 20px 40px;
}

@media only screen and (max-width: 1024px) {
    .thumb.facilities-page {
        margin: 0;
        width: 100%;
        height: 240px;
    }

    .thumb.left.facilities-page,
    .thumb.right.facilities-page {
        float: none;
        margin: 30px 0 -20px 0 !important;
    }
}





/** Inside pages **/
.quote.about-page {
    color: var(--accent-blue);
    font-size: 19px;
    font-family: var(--font-header);
}

h4.about-page,
h4.procurement-page {
    margin: 40px 0;
    color: var(--main-green);
    font-weight: 400;
    font-size: 18px;
}







/** Footer **/
footer .menu *:not(h4) {
    font-size: 14px;
}

footer .menu h4 {
    margin: 0 0 24px 0;
    text-transform: uppercase;
    font-weight: 400;
}

footer .menu .col.link-list {
    position: relative;
    left: 20px;
}

footer .menu .col.link-list a {
    padding: 4.5px 0;
    color: var(--accent-blue);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    font-family: var(--font-header);
}

footer .social a {
    margin: 20px 5px 0 0;
    width: 32px;
    height: 32px;
    border: 1px solid var(--accent-blue);
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
}

footer .social .feather {
    width: 18px;
    height: 18px;
    stroke: var(--accent-blue);
    stroke-width: 2px;
}

footer .col.contact li {
    margin: 0 0 14px 0;
}

footer .col.contact .feather {
    position: relative;
    top: 3px;
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
    stroke-width: 2px;
}

footer a:hover {
    opacity: 0.6;
}

footer .clip {
    padding: 30px 20px;
}

footer .clip li {
    margin: 0 0 24px 0;
    padding: 0 12px;
    border: 2px solid var(--accent-blue);
    border-width: 0 2px 0 0;
}

footer .clip ul li:last-of-type {
    border-right: 0;
}

footer .clip li a {
    color: var(--accent-blue);
    font-size: 18px;
    font-family: var(--font-header);
    line-height: 100%;
}

footer .clip p {
    color: var(--accent-blue);
    font-size: 17px;
}

@media only screen and (max-width: 1024px) {
    footer .menu h4 {
        margin: 0 0 15px 0;
    }

    footer .menu .col.link-list {
        left: 0;
    }

    footer .menu .col.link-list a {
        padding: 5px 0;
        font-size: 16px;
    }

    footer .col.contact .feather {
        margin: 0 5px 0 0;
    }

    footer .clip {
        padding: 20px;
    }

    footer .clip li {
        display: block;
        margin: 0 0 3px 0;
        padding: 0;
        border-width: 0;
    }

    footer .clip li a {
        font-size: 14px;
    }

    footer .clip p {
        margin-top: 20px;
        font-size: 16px;
    }
}

/** Forms **/
form.default_style * {
	margin: 0;
	padding: 0;
}

form.default_style {
	max-width: 500px;
}

form.default_style p {
	display: grid;
	margin: 0 0 32px 0;
	grid-template-columns: auto 1fr;
	grid-gap: 0 8px;
}

form.default_style label {
	color: var(--main-green);
	font-weight: 700;
	font-size: 13px;
}

form.default_style input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
form.default_style select,
form.default_style textarea {
	padding: 2px 4px;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
	transition: border .3s;
	width: 100%;
}

form.default_style input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
form.default_style select:focus,
form.default_style textarea:focus {
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

form.default_style span[role="alert"] {
	color: #A94442;
	font-size: 13px;
	grid-column: span 2;
}

form.default_style input[type="submit"] {
	padding: 10px 30px;
	font-size: 14px;
}

form.default_style .wpcf7-response-output {
	margin: 0px;
	padding: 12px;
	border: 1px solid #EBCCD1;
	background: #F2DEDE;
	color: #A94442;
	text-align: center;
	font-size: 13px;
}

form.default_style .wpcf7-mail-sent-ok {
	border: 1px solid #D6E9C6;
	background: #DFF0D8;
	color: #3C763D;
}


/** Lightbox gallery **/
ul.lightbox_gallery {
	display: grid;

	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
}

ul.lightbox_gallery a {
	display: block;
	padding-bottom: 70%;
	width: 100%;
	border: 6px solid #fff;
	background-position: center;
	background-size: cover;
	box-shadow: var(--box-shadow);
}

ul.lightbox_gallery a:hover {
	opacity: 0.5
}

@media only screen and (max-width: 1024px) {
	ul.lightbox_gallery {
		grid-template-columns: 1fr 1fr;
	}

	ul.lightbox_gallery a {
		padding-bottom: 60%;
	}
}

@media only screen and (max-width: 500px) {
	ul.lightbox_gallery {
		grid-template-columns: 1fr;
	}

	ul.lightbox_gallery a {
		padding-bottom: 58%;
	}
}

/** Blog **/
.blog-page ul.blog-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
}

.blog-page ul.blog-list a.wrapper {
	display: block;
	width: 100%;
	height: 100%;
}

.blog-page ul.blog-list a.wrapper:hover .thumb {
	opacity: 0.7;
}

.blog-page ul.blog-list a.wrapper:hover .btn .feather {
	margin: 0 0 0 3px;
}

.blog-page ul.blog-list .thumb {
	width: 100%;
	height: 220px;
	background-position: center;
	background-size: cover;
	transition: opacity .2s;
}

.blog-page ul.blog-list .meta {
	margin: 10px 0 0;
}

.blog-page ul.blog-list .meta .date {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 3px;
	background: var(--main-green);
}

.blog-page ul.blog-list .meta span {
	position: relative;
	top: -0px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

.blog-page ul.blog-list .meta .feather {
	position: relative;
	top: 2.5px;
	margin: 0 2px 0 0;
	width: 16px;
	height: 16px;
	stroke: #fff;
}

.blog-page ul.blog-list h2 {
	margin: 15px 0 10px 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
}

.blog-page ul.blog-list .btn {
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: #fff;
	color: var(--accent-blue);
	font-weight: 700;
	font-size: 14px;
}

.blog-page ul.blog-list .btn .feather {
	position: relative;
	top: 3px;
	margin: 0;
	width: 16px;
	height: 16px;
	transition: margin .2s;
	stroke: var(--accent-blue);
}

@media (max-width: 1024px) {
	.blog-page ul.blog-list {
		grid-template-columns: 1fr;
		grid-gap: 50px 0;
	}

	.blog-page ul.blog-list h2 {
		font-size: 19px;
		line-height: 1.3;
	}
}

.article-page {
	margin-top: -80px;
}

.article-page .thumb {
	width: 100%;
	height: 480px;
	background-position: center;
	background-size: cover;
}

.article-page h1.title {
	margin: 0px 0 20px 0;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2;
}

.article-page .meta {
	margin: 10px 0 40px 0;
}

.article-page .meta .date {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 3px;
	background: var(--main-green);
}

.article-page .meta span {
	position: relative;
	top: -2px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.article-page .meta .feather {
	position: relative;
	top: 0.5px;
	margin: 0 3px 0 0;
	width: 18px;
	height: 18px;
	stroke: #fff;
}

.article-page .btn {
	margin-top: 60px;
	padding: 0;
	border: 0;
	background: #fff;
	color: var(--accent-blue);
	font-weight: 700;
	font-size: 14px;
}

.article-page .btn .feather {
	position: relative;
	top: 3.5px;
	margin: 0 3px 0 0;
	width: 18px;
	height: 18px;
	stroke: var(--accent-blue);
}

.article-page .btn:hover,
article-page .btn:hover .feather {
	color: var(--main-green);
	stroke: var(--main-green);
}

.article-page .contact_snippet {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.article-page .contact_snippet h4 {
	color: var(--main-green);
	text-transform: uppercase;
	font-size: 20px;
}

.article-page .contact_snippet a {
	display: block;
	margin-top: 4px;
	color: #000;
}

@media (max-width: 1024px) {
	.article-page {
		margin-top: -25px;
	}

	.article-page .thumb {
		height: 260px;
	}

	.article-page .meta {
		margin: 10px 0 30px 0;
	}

	.article-page .btn {
		margin-top: 40px;
	}

	.article-page .contact_snippet {
		margin-top: 40px;
	}
}

/** WYSIWYG Content **/
.format_WYSIWYG h1,
.format_WYSIWYG h2,
.format_WYSIWYG h3,
.format_WYSIWYG h4,
.format_WYSIWYG h5,
.format_WYSIWYG h6 {
	margin-bottom: 15px;
	color: var(--main-green);
}

.format_WYSIWYG h4,
.format_WYSIWYG h5,
.format_WYSIWYG h6 {
  font-size: 17px;	
	line-height: 1.4;
}

.format_WYSIWYG * + h1,
.format_WYSIWYG * + h2,
.format_WYSIWYG * + h3,
.format_WYSIWYG * + h4,
.format_WYSIWYG * + h5,
.format_WYSIWYG * + h6 {
	margin: 35px 0 15px 0;
}

.format_WYSIWYG p > a {
	text-decoration: underline;
}

.format_WYSIWYG blockquote {
	padding: 5px 0 5px 30px;
	border-left: 2px solid rgba(0, 0, 0, 0.2);
	line-height: 1.45;
}

.format_WYSIWYG blockquote p {
	color: #101010;
	font-size: 20px;
	line-height: 1.4;
}

.format_WYSIWYG hr {
	margin: 40px 0;
	width: 100%;
	height: 1px;
	border: 0px;
	background: rgba(0, 0, 0, 0.2);
}

.format_WYSIWYG ul {
	display: block;
	padding: 10px 30px;
	width: 100%;
	list-style: none;
	vertical-align: top;
}

.format_WYSIWYG ul li {
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
}

.format_WYSIWYG li > ul {
	position: relative;
	padding: 10px 40px;
}

.format_WYSIWYG img.alignright,
.format_WYSIWYG a img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

.format_WYSIWYG img.alignleft,
.format_WYSIWYG a img.alignleft {
	float: left;
	margin: 0 30px 30px 0
}

.format_WYSIWYG img.aligncenter,
.format_WYSIWYG a img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.format_WYSIWYG img,
.format_WYSIWYG a img {
	max-width: 100% !important;
	height: auto;
}

@media (max-width: 1024px) {

	.format_WYSIWYG img.alignright,
	.format_WYSIWYG img.alignleft,
	.format_WYSIWYG img.aligncenter,
	.format_WYSIWYG a img.alignright,
	.format_WYSIWYG a img.alignleft,
	.format_WYSIWYG a img.aligncenter {
		display: block;
		float: none;
		margin: 1em 0;
		width: 100%;
	}
}