/*
	Theme Name: SK VVTP
	Author: Worck
	Author URI: https://worck.nl/
	Description: Custom theme
	Version: 1.0.1
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: sk-vvtp
	Tags: theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, featured-images
*/

/*--------------------------------------------------------------

	= Table Of Contents =

	# Normalize
	# General
		## Typography
		## Elements
		## Forms
		## Links
		## Screen Reader
	# WordPress Specific
		## Captions
		## Galleries
	# Floats and Clearing
	# Columns System
	# General
	# Header
		## Logo
		## Navigation
		## Mobile Nav
	# Main
		## Content
		## Blog Post Style 1 - Listing
		## Blog Post Style 2 - Listing
		## Blog Post Style 3 - Listing
		## Pagination
		## Blog Post - Single
		## Social Links
		## Comments
		## Contact Form 7
		## Sidebar
	# Widgets
		## Widget - Search
		## Widget - Tag Cloud
	# Footer
		## Footer Widgets
		## Footer Bottom
	# Responsive
		## Medium Monitors
		## Normal Monitors
		## Smaller Monitors
		## Tablets
		## Phones ( landscape + portrait )
		## Phones ( landscape )
		## Phones ( portrait )

--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:0 0 25px 0}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}iframe{border:0;}.widget select { max-width: 100%; }

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	font-family: "filson-pro", serif;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	color: #101560;
	line-height: 1.45;
	font-weight: 500;
	font-family: "filson-pro";
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
}

p {
	margin: 0;
	margin-bottom: 25px;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	font-size: 19px;
	font-style: italic;
	font-family: Georgia, serif;
	line-height: 1.65;
	background-image: url("images/blockquote.png");
	background-repeat: no-repeat;
	background-position: 15px 0;
	padding: 13px 41px;
	text-align: center;
}

	blockquote p:last-child {
		margin: 0;
	}

address {
	margin-bottom: 25px
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

/*--------------------------------------------------------------
	## Elements
--------------------------------------------------------------*/

body {
	background: #fff;	
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin-bottom: 25px;
}

ul,
ol {
	margin: 0;
	margin-bottom: 25px;
	padding: 0 0 0 10px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin-bottom: 25px;
	width: 100%;
	line-height: 1;
}

.widget table {
	table-layout: fixed;
}

table thead {
	background: #b40000;
	color: #fff;
	text-align: left;
}

table td,
table th {
	padding: 10px;
	text-align: left;
}

table tbody th {
	background: #b40000;
	color: #fff;
}

table tbody th a {
	color: inherit;
}

.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

/*--------------------------------------------------------------
	## Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	line-height: 45px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #b40000;
	padding: 0 22px;
	margin: 0;
	border-radius: 0;
	text-transform: none;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: rgb(239, 239, 239);
    border: 0;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	padding: 13px;
	max-width: 100%;
	box-sizing: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #4d4d4d;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #b40000;
}

/*--------------------------------------------------------------
	## Screen Reader
--------------------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
	# WordPress Specific
--------------------------------------------------------------*/

.sticky {

}

.bypostauthor {
	
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/

#wp-calendar caption {
	margin-bottom: 10px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	-webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
}

.wp-caption .wp-caption-text {
	font-size: 13px;
	font-style: italic;
	margin: 0;
	padding: 0 10%;
	margin-top: 10px;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
	## Galleries
--------------------------------------------------------------*/

.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;
}

/*--------------------------------------------------------------
	# Floats and Clearing
--------------------------------------------------------------*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*--------------------------------------------------------------
	# Columns System
--------------------------------------------------------------*/

.wrapper {
	max-width: 1312px;
	margin: 0 auto;
}

.wrapper-small {
	width: 1220px;
	margin: 0 auto;
}

.wrapper-tiny {
	width: 810px;
	margin: 0 auto;
}

.col {
	display: block;
	float: left;
	margin-right: 3.42%;
}

body.rtl .col {
	float: right;
	margin-left: 3.42%;
	margin-right: 0;
}

.col-1 { width: 5.198%; }
.col-2 { width: 13.81%; }
.col-3 { width: 22.43%; }
.col-4 { width: 31.05%; }
.col-5 { width: 39.67%; }
.col-6 { width: 48.29%; }
.col-7 { width: 56.90%; }
.col-8 { width: 65.52%; }
.col-9 { width: 74.14%; }
.col-10 { width: 82.76%; }
.col-11 { width: 91.38%; }
.col-12 { width: 100%; }

.col-last {
	margin-right: 0;
}

body.rtl .col-last {
	margin-left: 0;
}

.col-first {
	clear: both;
}

.no-col-spacing .col { margin: 0; }
.no-col-spacing .col-1 { width: 8.33333%; }
.no-col-spacing .col-2 { width: 16.66666%; }
.no-col-spacing .col-3 { width: 25%; }
.no-col-spacing .col-4 { width: 33.33333%; }
.no-col-spacing .col-5 { width: 41.66666%; }
.no-col-spacing .col-6 { width: 50%; }
.no-col-spacing .col-7 { width: 58.33333%; }
.no-col-spacing .col-8 { width: 66.66666%; }
.no-col-spacing .col-9 { width: 75%; }
.no-col-spacing .col-10 { width: 83.33333%; }
.no-col-spacing .col-11 { width: 91.66666%; }
.no-col-spacing .col-12 { width: 100%; }

.masonry-item.col {
	margin-right: 0;
}

.owl-carousel .col {
	width: auto;
	margin-right: 0;
}

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

#page,
#page-inner {
	position: relative;
}

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
    position: relative;
}

	.header-container {
		border-bottom: 1px solid #b40000;
		padding: 23px 0 16px;
	}

	body:has(.hero-s2) .header-container,
	body:has(.hero) .header-container {
		border-bottom-color: #fff;
	}

	.header-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

body:has(.hero) #header,
body:has(.hero-s2) #header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
}

	body:has(.hero) .header-inner,
	body:has(.hero-s2) .header-inner {
		border-bottom-color: #fff;
	}

/*--------------------------------------------------------------
	## Logo
--------------------------------------------------------------*/

#logo {
	position: relative;
	line-height: 0;
	width: 200px;
}
	
	#logo a,
	#logo img {
		display: inline-block;
	}

	body:has(.hero-s2) #logo img,
	body:has(.hero) #logo img {
		/*filter: brightness(0) invert(1);*/
	}

	#logo .site-title {
		color: #fff;
		font-weight: 700;
		font-size: 34px;
		line-height: 1;
		letter-spacing: -1px;
		margin-bottom: 10px;
	}

		#logo .site-title a {
			color: inherit;
		}

	#logo .site-description {
		color: #828992;
		font-weight: 400;
		font-size: 16px;
		line-height: 1;		
	}

/*--------------------------------------------------------------
	## Navigation
--------------------------------------------------------------*/

#navigation {
	z-index: 99998;
	position: relative;
}

	#navigation-inner {
		position: relative;
	}

	#navigation ul,
	#navigation li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		/* Top level item */
		#navigation .menu > li {
			display: inline-block;
			position: relative;
			z-index: 99998;
			margin-right: 25px;
		}

		#navigation .menu > li:last-child {
			margin-right: 0;
		}

			/* Top level chevron */
			#navigation .menu a .fa {
				display: inline-block;
				color: #000;
				font-size: 7px;
				margin-left: 8px;
				vertical-align: middle;
				line-height: 1;
			}

			/* Top level item anchor */
			#navigation .menu > li > a {
				display: inline-block;
				text-decoration: none;
				vertical-align: middle;
				color: #000;
				font-size: 16px;
				font-weight: 400;
				line-height: 26px;
				padding: 0;
			}

			/* Top level item anchor hover */
			#navigation .menu > li > a:hover {
				
			}

			/* Top level item anchor current */
			#navigation .menu > li.current-menu-item > a,
			#navigation .menu > li.current-menu-ancestor > a {
				font-weight: 700;
			}

			body:has(.hero-s2) #navigation .menu > li > a,
			body:has(.hero) #navigation .menu > li > a {
				color: #fff;
			}

	/* Submenu */
	#navigation .menu ul {
		background-color: transparent;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0; /* same as horrizontal padding on #navigation .menu ul li */
		text-align: left;
		padding: 5px 0;
		-webkit-transition: .5s opacity;
		-moz-transition: .5s opacity;
		transition: .5s opacity;
		padding-top: 48px;
	}

		/* Submenu item */
		#navigation .menu ul li {
			background: #b40000;
			position: relative;
			display: block;
			white-space: nowrap;
			margin: 0;
			padding: 0 15px; /* same as left on #navigation .menu ul */
			min-width: 220px;
		}

			/* Submenu item anchor */
			#navigation .menu ul li > a {				
				display: block;
				line-height: 1;
				text-decoration: none;
				color: #fff;
				font-size: 13px;
				font-weight: 400;
				line-height: 15px;
				border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
				padding-top: 13px;
				padding-bottom: 13px;
			}

			/* Submenu last item anchor */
			#navigation .menu ul li:last-child > a {
				border-bottom: 0 !important;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li > a:hover {
				 color: #fff;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li.current-menu-item > a {
				color: #fff;
			}

		/* Second lvl submenu */
		#navigation .menu ul ul {
			left: 100%;
			margin-left: 0;
			top: -11px; /* upper level padding + border */
		}

		/* Show submenu on hover */
		#navigation .menu li:hover > ul {
			visibility: visible;
			opacity: 1;
		}

/*--------------------------------------------------------------
	## Mobile Nav
--------------------------------------------------------------*/

#mobile-navigation {
    display: none;
}
	
	#mobile-navigation .fa {
		font-size: 18px;
	}

	.header-mobile-nav-hook {
		display: inline-block;
		cursor: pointer;
		line-height: 30px;
        width: 40px;
        text-align: center;
        border: 1px solid #b40000;
        color: #b40000;
		cursor: pointer;
		position: relative;
	}

	body.home .header-mobile-nav-hook,
	body:has(.hero-s2) .header-mobile-nav-hook {
		border-color: #fff;
		color: #fff;
	}
    
/* mobile navigation */
.mobile-navigation-menu {
    display: none;
    background: #111;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
}

.header-regular .mobile-navigation-menu {
    margin-top: 1px;
}

body.mobile-navigation-menu-active .mobile-navigation-menu {
    display: block;	
}

.mobile-navigation-menu ul,
.mobile-navigation-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    /* Top level item */
    .mobile-navigation-menu li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba( 255, 255, 255, 0.3 );
    }

    .mobile-navigation-menu .menu li:last-child {
        border-bottom: 0;
    }

        /* Top level chevron */
        .mobile-navigation-menu .menu a .fa {
            display: inline-block;
            color: rgb(165, 165, 165);
            font-size: 7px;
            margin-left: 10px;
            vertical-align: middle;
        }

        /* Top level item anchor */
        .mobile-navigation-menu .menu li > a {
            display: block;
            text-decoration: none;
            color: #fff;
            font-size: 16px;
            line-height: 59px;
            padding: 0 20px;
        }

        /* Top level item anchor hover */
        .mobile-navigation-menu .menu li > a:hover {
            color: #fff;
        }

        /* Top level item anchor current */
        .mobile-navigation-menu .menu li.current-menu-item > a {
            color: #fff;				
        }

/* Submenu */
.mobile-navigation-menu .menu ul {	
    border-top: 1px solid #ddd;
    padding-left: 10px;
    display: none;
}

/* submenu expanded */
.mobile-navigation-menu li.expand > ul {
    display: block;
}

    /* Submenu item */
    .mobile-navigation-menu .menu ul li {	
        border-bottom-width: 1px;
        position: relative;
    }

        /* submenu indicator */
        .mobile-navigation-menu li .fa {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            line-height: 44px;
            width: 30px;
            height: 44px;
            text-align: center;
            cursor: pointer;
            color: #000;
        }

        .mobile-navigation-menu li ul .fa {
            height: 32px;
            line-height: 32px;
        }

        /* submenu indicator active */
        .mobile-navigation-menu li.expand > .fa:before {
            content: "\f068";
        }

        /* Submenu anchor */
        .mobile-navigation-menu .menu ul li > a {	
            font-size: 14px;
            line-height: 32px;
        }

/*--------------------------------------------------------------
	# Main
--------------------------------------------------------------*/

#main {
	padding: 103px 0;
}

body.home #main {
    padding: 0;
}

.section-intro {
	text-align: center;
	position: relative;
}

	.section-intro-title {
		color: #101560;
		font-size: 26px;
		margin-bottom: 0;
	}

	.section-intro-subtitle {
		font-size: 47.75px;
		color: #b40000;
		margin-bottom: 0;
		line-height: 1.1;
	}

	.section-intro-button {
		position: absolute;
		top: 0;
		right: 0;
	}

		.section-intro-button a {
			display: block;
			background: rgba( 238, 28, 38, 0.47 );
			color: rgba( 255, 255, 255, 0.47 );
			padding: 11px 25px;
			padding-right: 40px;
			border-radius: 25px;
			transition: all 0.3s ease;
		}

		.section-intro-button a:hover {
			background: rgba( 238, 28, 38, 1 );
			color: #fff;
			padding-right: 50px;
		}

			.section-intro-button .section-intro-button-icon {
				position: absolute;
				top: 0;
				right: 0;
				width: 45px;
				height: 45px;
				display: flex;
				align-items: center;
				justify-content: center;
				background: #b40000;
				border-radius: 50%;
			}

				.section-intro-button .section-intro-button-icon svg {
					transform: rotate(-45deg);
					fill: #fff;
				}

.tns-nav {
	text-align: center;
	margin-top: 50px;
}

	.tns-nav button {
		padding: 0;
		width: 9px;
		height: 9px;
		border-radius: 50%;
		background: #d3c1c1;
		margin: 0 4px;
	}

	.tns-nav button.tns-nav-active {
		background: #b40000;
	}

.btn {
	display: inline-block;
	padding: 10px 25px;
	background: #b40000;
	color: #fff;
	border: 0;
	border-radius: 30px;
	letter-spacing: 1px;
	transition: background .4s;
}

.btn:hover {
	background: #000;
}

.color-wrap {
	background: #f7e5e5;
	border-radius: 15px;
	padding: 67px 0;
}

/*--------------------------------------------------------------
	# Hero
--------------------------------------------------------------*/

.hero {
	position: relative;
	background-image: url(images/hero.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 50px;
}

body.home .hero {
	margin-bottom: 0;
}

	.hero-bg-images {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		bottom: 0;
	}

		.hero-bg-image {
			object-fit: cover;
			object-position: center;
		}

		.hero-bg-images .tns-nav {
			position: absolute;
			left: 50%;
			bottom: 40px;
			transform: translateX(-50%);
		}

			.hero-bg-images .tns-nav button {
				border: 1px solid #fff;
				background: transparent;
			}

			.hero-bg-images .tns-nav button.tns-nav-active {
				background: #fff;
			}

	.hero-inner {
		min-height: 100vh;
		display: flex;
		align-items: center;
	}

		.hero-main {
			display: flex;
			justify-content: space-between;
			width: 100%;
		}

			.hero-primary {
				width: 46%;
			}

			.hero-secondary {
				width: 33%;
			}

				.hero-secondary-title {
					color: #fff;
				}

				.hero-card-s1,
				.hero-card-s2,
				.hero-card-s3 {
					transition: transform .3s;
				}

				.hero-card-s1:hover,
				.hero-card-s2:hover,
				.hero-card-s3:hover {
					transform: translateY(-10px);
				}

				.hero-card-s1 {
					display: block;
					padding: 32px 42px 46px;
					background: rgba( 255, 255, 255, 0.8 );
					border-radius: 15px;
					position: relative;
				}

				.hero-card-s2 {
					display: block;
					padding: 24px;
					background: #b40000;
					border-radius: 15px;
					margin-bottom: 26px;
					position: relative;
					padding-bottom: 48px;
				}

				.hero-card-s3 {
					display: block;
					padding: 20px;
					background: #f7e5e5;
					border-radius: 15px;
					position: relative;
				}

				.hero-card-s3:first-child {
					margin-bottom: 26px;
				}

					.hero-card-above-title {
						font-size: 26px;
						color: #101560;
					}

					.hero-card-title {
						font-size: 62px;
						color: #b40000;
						line-height: 1.08;
						margin-bottom: 0;
						margin-top: -2px;
						/* letter-spacing: -4px; */
						font-weight: 400;
					}

						.hero-card-s2 .hero-card-title {
							color: #fff;
							font-size: 34.25px;
						}

						.hero-card-s3 .hero-card-title {
							font-size: 34.25px;
						}

					.hero-card-excerpt {
						margin-top: 9px;
						font-size: 20px;
						color: #101560;
					}

						.hero-card-s2 .hero-card-excerpt {
							color: #fff;
							font-size: inherit;
						}

					.hero-btns {
						margin-top: 34px;
						padding-left: 36px;
					}

					.hero-card-arrow {
						margin-left: 10px;
						color: #fff;
						width: 45px;
						height: 45px;
						display: inline-flex;
						align-items: center;
						justify-content: center;
						background: #b40000;
						border-radius: 50%;
						position: absolute;
						bottom: 15px;
						right: 18px;
					}

					.hero-card-s2 .hero-card-arrow,
					.hero-card-s3 .hero-card-arrow {
						background: #fff;
					}
				
							.hero-card-arrow svg {
								transform: rotate(-45deg);
								fill: #fff;
							}

							.hero-card-s2 .hero-card-arrow svg,
							.hero-card-s3 .hero-card-arrow svg {
								fill: #b40000;
							}

/*--------------------------------------------------------------
	# Hero S2
--------------------------------------------------------------*/

.hero-s2 {
	position: relative;
	text-align: center;
	background-size: cover;
	background-position: center;
	color: #fff;
	font-size: 12.87px;
}

.hero-s2::before {
	content: "";
	background: rgba( 0, 0, 0, 0.46 );
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

	.hero-s2-inner {
		position: relative;
		min-height: 100vh;
		display: flex;
		align-items: center;
		width: 800px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

		.hero-s2-above-title {
			font-size: 12.87px;
			display: flex;
			justify-content: center;
		}

			.hero-s2-above-title > div {
				margin: 0 5px;
			}

			.hero-s2-above-title > div::after {
				content: "\2022";
				margin-left: 5px;
			}
			
			.hero-s2-above-title > div:last-child::after {
				display: none;
			}

			.hero-s2-above-title a {
				color: inherit;
			}

		.hero-s2-title {
			color: inherit;
			font-size: 40.62px;
			margin-bottom: 0;
			margin-top: 15px;
		}

		.hero-s2-below-title {
			margin-top: 15px;
			font-size: 12.87px;
		}

/*--------------------------------------------------------------
	## Tagline
--------------------------------------------------------------*/

.tagline {
	text-align: center;
}

	.tagline-inner {

	}

		.tagline-title {
			color: inherit;
			font-size: 26px;
			margin-bottom: 0;
		}

		.tagline-subtitle {
			color: #b40000;
			font-size: 62px;
			line-height: 1.05;
			margin-bottom: 0;
			margin-top: 1px;
		}

		.tagline-media {
			margin-top: 118px;
		}

/*--------------------------------------------------------------
	## Team
--------------------------------------------------------------*/

.team {
	padding: 30px 0;
}

	.team-container {
		background: #f7e5e5;
		border-radius: 15px;
		padding: 50px 0;
	}

		.team-inner {

		}

			.team-intro {
				display: flex;
				justify-content: space-between;
			}

				.team-intro-primary {
					width: 40%;
				}

				.team-intro-secondary {
					width: 50%;
				}

					.team-intro-title {
						color: #101560;
						font-size: 26px;
						margin-bottom: 0;
					}

					.team-intro-subtitle {
						font-size: 47.75px;
						color: #b40000;
						margin-bottom: 0;
						line-height: 1.1;
					}

					.team-intro-content {
						font-size: 16px;
						color: #101560;
					}

			.team-items {
				margin-top: 65px;
				display: grid;
				grid-template-columns: repeat(3, 1fr);
				gap: 30px;
			}

				.team-item {
					
				}

					.team-item-image {

					}

						.team-item-image img {
							width: 100%;
							border-radius: 20px;
							display: block;
						}

					.team-item-main {
						margin-top: 15px;
					}

						.team-item-title {
							margin-bottom: 0;
							font-size: 26px;
							color: #101560;
							line-height: 1.1;
						}

						.team-item-subtitle {
							margin-bottom: 0;
							margin-top: 11px;
							font-size: 23px;
							color: #b40000;
							line-height: 1.1;
						}



/*--------------------------------------------------------------
	## CTA
--------------------------------------------------------------*/

.cta {
	padding: 71px 0;
}

	.cta-inner {
		background: #000;
		border-radius: 15px;
		padding: 120px 110px 101px;
		color: #fff;
		background-image: url(images/cta.jpg);
		background-size: cover;
		background-position: center;
		position: relative;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cta-inner::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba( 0, 0, 0, 0.5 );
	}

		.cta-primary {
			
		}

		.cta-secondary {
			width: 40%;
			margin-left: 50px;
			flex-shrink: 0;
			position: relative;
		}

		.cta-title {
			position: relative;
			margin-bottom: 0;
			margin-top: 20px;
			color: inherit;
			font-size: 26.37px;
		}

		.cta-subtitle {
			position: relative;
			margin-bottom: 0;
			margin-top: 0;
			color: inherit;
			font-size: 47.75px;
		}

		.cta-content {
			position: relative;
			margin-top: 11px;
			width: 600px;
			max-width: 100%;
			font-size: 30px;
		}

		.cta-cta-2-opt .cta-content {
			width: 100%;
		}

		.cta-btns {
			position: relative;
			margin-top: 26px;
		}

			.cta-btns a {
				color: #fff;
				width: 38px;
				height: 38px;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				background: #b40000;
				border-radius: 50%;
			}

				.cta-btns a svg {
					display: block;
					transform: rotate(-45deg);
					fill: #fff;
				}

/*--------------------------------------------------------------
	## Logos
--------------------------------------------------------------*/

.logos {
	padding: 117px 0;
}

body.home .logos {
	padding: 67px 0;
}

	.logos-items {
		margin-top: 108px;
	}

		.logos-item {
			text-align: center;
		}

/*--------------------------------------------------------------
	## Logos S2
--------------------------------------------------------------*/

.logos-s2 {
	padding: 8px 0;
}

	.logos-s2-items {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 40px;
	}

		.logos-s2-item {
			width: 19%;
			margin-bottom: 20px;
			border: 1px solid #b40000;
			text-align: center;
			height: 216px;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 15px;
		}

/*--------------------------------------------------------------
	## Awards
--------------------------------------------------------------*/

.awards {
	padding: 79px 0;
}

	.awards-container {
		
	}

		.awards .section-intro {
			text-align: left;
		}

		.awards-inner {

		}

			.awards-items {
				margin-top: 62px;
				display: flex;
				justify-content: space-between;
				flex-wrap: wrap;
			}

				.awards-item {
					width: 23.5%;
				}

					.awards-item-image {
						position: relative;
					}

						.awards-item-image img {
							display: block;
							border-radius: 15px;
						}

						.awards-item-image-text {
							position: absolute;
							right: 20px;
							top: 20px;
							background: #b40000;
							color: #fff;
							padding: 9px 14px;
							border-radius: 20px;
							font-size: 18px;
							padding-left: 20px;
						}

					.awards-item-main {
						margin-top: 30px;
					}

						.awards-item-title {
							font-size: 23px;
							line-height: 1.2;
						}

							.awards-item-title span {
								font-weight: 400;
							}

/*--------------------------------------------------------------
	## Awards S2
--------------------------------------------------------------*/

.awards-s2 {
	padding: 79px 0 39px;
}

	.awards-s2-container {
		
	}

		.awards-s2 .section-intro {
			text-align: left;
		}

		.awards-s2-inner {

		}

			.awards-s2-items {
				margin-top: 60px;
			}

				.awards-s2-item {
					background: #b40000;
					color: #fff;
					border-radius: 20px;
					padding: 20px 36px 40px;
				}

					.awards-s2-item-title {
						font-size: 36px;
						margin-bottom: 0;
						color: inherit;
					}

					.awards-s2-item-content {
						font-size: 16px;
						margin-top: 19px;
					}

						.awards-s2-item-content ul {
							list-style-type: none;
							list-style-position: inside;
							margin: 0;
							padding: 0;
						}

							.awards-s2-item-content li {
								margin-bottom: 24px;
							}

							.awards-s2-item-content li:last-child {
								margin-bottom: 0;
							}

								.awards-s2-item-content li a {
									color: inherit;
								}

								.awards-s2-item-content li strong {
									display: block;
								}


/*--------------------------------------------------------------
	## Text Box
--------------------------------------------------------------*/

.text-box {
	padding: 80px 0;
}

	.text-box-content {
		margin-top: 40px;
		text-align: center;
		font-size: 26px;
		color: #b40000;
		font-weight: bold;
	}

/*--------------------------------------------------------------
	## Info Box
--------------------------------------------------------------*/

.info-box {
	padding: 80px 0;
}

body.home .info-box:nth-child(2) {
	background: #f7e5e5;
}

	.info-box-container {
		
	}

	.info-box-inner {
		display: flex;
		justify-content: space-between;
		/* align-items: center; */
	}

		.info-box-primary {
			width: 46%;
			text-align: right;
		}

		.info-box-alt .info-box-primary {
			text-align: left;
			order: 5;
		}

			.info-box-above-title {
				color: #101560;
				font-size: 26px;
			}

			.info-box-title {
				color: #b40000;
				font-size: 47.75px;
				margin-bottom: 0;
				line-height: 1.2;
			}

			.info-box-content {
				margin-top: 18px;
				color: #101560;
			}

			.info-box-btns {
				margin-top: 20px;
			}

		.info-box-secondary {
			width: 46%;
		}

			.info-box-media {

			}

				.info-box-media img {
					border-radius: 15px;
				}

/*--------------------------------------------------------------
	## Info Box s2
--------------------------------------------------------------*/

.info-box-s2 {

}

	.info-box-s2-container {
		
	}

	.info-box-s2-inner {
		display: flex;
		justify-content: space-between;
	}

		.info-box-s2-primary {
			width: 48%;
		}

			.info-box-s2-above-title {
				color: #101560;
				font-size: 26px;
			}

			.info-box-s2-title {
				color: #b40000;
				font-size: 47.75px;
				margin-bottom: 0;
			}

			.info-box-s2-content {
				margin-top: 20px;
				color: #101560;
			}

		.info-box-s2-secondary {
			width: 50%;
		}

			.info-box-s2-media {

			}

				.info-box-s2-media img {
					border-radius: 15px;
				}

/*--------------------------------------------------------------
	## News
--------------------------------------------------------------*/

.news {
	padding: 60px 0px;
}

	.news .section-intro {
		text-align: left;
	}

	.news-items {
		display: flex;
		flex-wrap: wrap;
	}

	.news:has(.section-intro) .news-items {
		margin-top: 50px;
		border-top: 1px solid #b40000;
	}

		.news-item {
			border: 1px solid #b40000;
			border-width: 0 1px 1px 0;
			padding: 35px 42px;
			flex-shrink: 0;
		}

		/* First item in each group of 6 */
		.news-item:nth-child(6n+1) {
			width: 40%;
			padding-left: 0;
		}

		/* Second item in each group of 6 */
		.news-item:nth-child(6n+2) {
			width: 35%;
		}

		/* Third item in each group of 6 */
		.news-item:nth-child(6n+3) {
			width: 25%;
			border-right: 0;
		}

		/* Fourth item in each group of 6 */
		.news-item:nth-child(6n+4) {
			width: 22%;
			padding-left: 0;
		}

		/* Fifth item in each group of 6 */
		.news-item:nth-child(6n+5) {
			width: 44%;
		}

		/* Sixth item in each group of 6 */
		.news-item:nth-child(6n+6) {
			width: 34%;
			border-right: 0;
		}

			.news-item-image {
				position: relative;
			}

				.news-item-image img {
					width: 100%;
				}

				.news-item-cats {
					position: absolute;
					top: 10px;
					right: 10px;
				}

					.news-item-cats a {
						font-size: 8px;
						text-transform: uppercase;
						display: inline-block;
						margin-left: 5px;
						background: #b40000;
						color: #fff;
						padding: 3px 5px;
					}

					.news-item-cats a:nth-child(even) {
						background: #ecdbd1;
						color: #b40000;
					}
			
			.news-item-main {
				margin-top: 20px;
			}

				.news-item-date {
					font-size: 10px;
				}

				.news-item-title {
					margin-bottom: 0;
					margin-top: 10px;
					font-size: 19.24px;
					color: #b40000;
				}

					.news-item-title a {
						color: inherit;
					}

				.news-item-author {
					margin-top: 10px;
					font-size: 12px;
					display: flex;
					align-items: center;
				}

					.news-item-author-avatar {
						margin-right: 10px;
					}

						.news-item-author-avatar img {
							border-radius: 50%;
							display: block;
						}

					.news-item-author-name {

					}

				.news-item-excerpt {
					margin-top: 10px;
					font-size: 10px;
				}

/*--------------------------------------------------------------
	## Content
--------------------------------------------------------------*/

#content {
	position: relative;
}

.blog-post,
.blog-post-single,
.page-single,
.about-author,
#respond,
.comment-inner {
	
}

.page-single-main {
	padding: 50px 0;
}

	.page-single-content > p:first-child {
		font-size: 21px;
		line-height: 1.28;
		font-weight: bold;
	}

	.page-single-content {
		width: 790px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 62px 0 20px;
		font-size: 18px;
		color: #101560;
	}

/*--------------------------------------------------------------
	## Blog Post Style 1 - Listing
--------------------------------------------------------------*/

.post-s1 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}

.post-s1:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

	.post-s1-thumb {
		float: left;
		margin-right: 40px;
	}

	.layout-classic-v2 .post-s1-thumb {
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
	}

		.post-s1-thumb a,
		.post-s1-thumb img {
			display: block;
		}

	.post-s1-main {
		overflow: hidden;
	}

	.layout-classic-v2 .post-s1-main {
		overflow: visible;
	}

		.post-s1-meta {
			color: rgba( 0, 0, 0, 0.5 );
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 10px;
		}

			.post-s1-meta a {
				color: inherit;
			}

		.post-s1-title {
			margin-bottom: 15px;
			font-size: 28px;
			letter-spacing: -1px;
			line-height: 1.2;
		}

			.post-s1-title a {
				color: inherit;
			}

		.post-s1-excerpt {
			margin-bottom: 15px;
		}

		.post-s1-read-more {

		}

			.post-s1-read-more a {
				display: inline-block;
				padding: 12px;
				background: #b40000;
				color: #fff;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				font-weight: bold;
			}

		.post-meta-comments {
			margin-left: 7px;
		}

		.post-meta-cats {
			margin-left: 7px;
		}

		.post-meta-cats:before,
		.post-meta-comments:before {
			content: " ";
			display: inline-block;
			background: #aeb6b9;
			width: 2px;
			height: 2px;
			vertical-align: middle;
			margin-right: 10px;
		}

/*--------------------------------------------------------------
	## Blog Post Style 2 - Listing
--------------------------------------------------------------*/

.post-s2 {
	margin-bottom: 30px;
}

	.post-s2-thumb {
		position: relative;
		margin-bottom: 25px;
	}

		.post-s2-thumb img,
		.post-s2-thumb a {
			display: block;
		}

		.post-s2-cats {
			position: absolute;
			bottom: -12px;
			left: 0;
			right: 0;
			text-align: center;
		}

			.post-s2-cats a {
				display: inline-block;
				background: #b40000;
				color: #fff;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				padding: 7px;
				border: 4px solid #fff;
				border-bottom-width: 0px;
			}

	.post-s2-main {
		text-align: center;
	}

		.post-s2-title {
			font-size: 17px;
			line-height: 1.4;
			margin-bottom: 5px;
			color: #000;
		}

			.post-s2-title a {
				color: inherit;
			}

		.post-s2-excerpt {
			margin-bottom: 15px;
		}

		.post-s2-meta {
			color: rgba( 0, 0, 0, 0.5 );
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 10px;
		}

			.post-s2-meta a {
				color: inherit;
			}
			
			.post-meta-date {

			}

			.post-meta-comments {

			}

/*--------------------------------------------------------------
	## Blog Post Style 3 - Listing
--------------------------------------------------------------*/

.post-s3 {
	position: relative;
}

	.post-s3-thumb {
		position: relative;
	}

		.post-s3-thumb img,
		.post-s3-thumb a {
			display: block;
			width: 100%;
		}

		.post-s3-thumb-overlay {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: rgba(49,49,49,.45);
			background: -moz-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			background: -webkit-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			background: linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc686868',GradientType=0);
		}

		.post-s3-cats {
			margin-bottom: 15px;
		}

			.post-s3-cats a {
				display: inline-block;
				background: #b40000;
				color: #fff;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				padding: 7px;
			}

	.post-s3-main {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 40px;
	}

		.post-s3-title {
			font-size: 28px;
			line-height: 1.4;
			margin-bottom: 15px;
			color: #fff;
		}

			.post-s3-title a {
				color: inherit;
			}

		.post-s3-excerpt {
			margin-bottom: 15px;
			color: rgba( 255, 255, 255, 0.8 );
		}

		.post-s3-meta {
			color: rgba( 255, 255, 255, 0.5 );
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 10px;
		}

			.post-s3-meta a {
				color: inherit;
			}
			
			.post-meta-date {

			}

			.post-meta-comments {

			}

/*--------------------------------------------------------------
	## Pagination
--------------------------------------------------------------*/

.pagination {
	margin-top: 70px;
	text-align: center;
}

	.pagination ul,
	.pagination li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.pagination-type-numbered li {
		display: inline-block;
		margin: 0 5px;
	}

		.pagination-load-more a,
		.pagination-type-numbered a {
			display: inline-block;
			background: #b40000;
			border: 0;
			color: #fff;
			font-size: 14px;
			font-weight: 900;
			line-height: 40px;
			text-transform: uppercase;
			padding: 0 20px;
		}

		.pagination-load-more.inactive a,
		.pagination-type-numbered .inactive a {
			background-color: #e4e4e4;
			color: #979797;
		}

			.pagination-load-more .fa {
				margin-right: 10px;
			}

/*--------------------------------------------------------------
	## Blog Post - Single
--------------------------------------------------------------*/

	/* thumbnail */
	.blog-post-single-thumb {
		margin-bottom: 30px;
	}

		.blog-post-single-thumb img {
			display: block;
		}

	/* main */
	.blog-post-single-main,
	.page-single-main {
		
	}

		.blog-post-single-title,
		.page-title {
			font-size: 35px;
			font-weight: bold;
			line-height: 1.2;
			color: #222;
			letter-spacing: -1px;
			margin-bottom: 20px;
		}

		.search .page-title,
		.archive .page-title {
			margin-bottom: 50px;
		}

		.blog-post-single-meta {
			position: relative;
			border: 1px solid #eee;
			border-width: 0 0 1px 0;
			padding: 10px 0;
			margin-bottom: 30px;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;
		}

		.page-single-title {
			margin-bottom: 30px;
		}

		.blog-post-single-meta-bottom {
			font-size: 12px;
			line-height: 1;
			color: #9fa6a7;
			padding-bottom: 20px;
			border-bottom: 1px solid #e5e5e5;
			margin-bottom: 26px;
		}

		/* tags */
		.blog-post-single-tags {
			margin-top: 25px;
			font-size: 13px;
		}

			.blog-post-single-tags a {

			}

		/* pagination */
		.blog-post-single-pagination {
			margin-top: 20px;
		}

			.blog-post-single-pagination a {
				font-weight: bold;
			}

/* Blog Post Prev/Next Pagination */

.blog-post-single-nav {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

	.blog-post-single-nav-button {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background: #b40000;
		line-height: 40px;
		padding: 0 15px;
		margin-bottom: 15px;
	}

	.blog-post-single-nav-next .blog-post-single-nav-button {
		float: right;
	}

		.blog-post-single-nav-button .fa {
			margin-right: 10px;
		}

		.blog-post-single-nav-next .fa {
			margin-right: 0;
			margin-left: 10px;
		}

	.blog-post-single-nav .post-s2 {
		margin-bottom: 0;
	}

	.blog-post-single-nav .post-s3-thumb {
		clear: both;
	}

/*--------------------------------------------------------------
	## Social Links
--------------------------------------------------------------*/

body a.social-link-twitter .fa {
	background: #1da1f2;
	color: #fff;
}

body a.social-link-facebook .fa {
	background: #3b5998;
	color: #fff;
}

body a.social-link-youtube .fa {
	background: #cd201f;
	color: #fff;
}

body a.social-link-vimeo .fa {
	background: #1ab7ea;
	color: #fff;
}

body a.social-link-tumblr .fa {
	background: #35465c;
	color: #fff;
}

body a.social-link-pinterest .fa {
	background: #bd081c;
	color: #fff;
}

body a.social-link-linkedin .fa {
	background: #0077b5;
	color: #fff;
}

body a.social-link-instagram .fa {
	background: #004879;
	color: #fff;
}

body a.social-link-github .fa {
	background: #4183c4;
	color: #fff;
}

body a.social-link-google-plus .fa {
	background: #dc4e41;
	color: #fff;
}

body a.social-link-dribbble .fa {
	background: #ea4c89;
	color: #fff;
}

body a.social-link-dropbox .fa {
	background: #007ee5;
	color: #fff;
}

body a.social-link-flickr .fa {
	background: #0063dc;
	color: #fff;
}

body a.social-link-foursquare .fa {
	background: #f94877;
	color: #fff;
}

body a.social-link-behance .fa {
	background: #1769ff;
	color: #fff;
}

body a.social-link-vine .fa {
	background: #00b488;
	color: #fff;
}

body a.social-link-rss .fa {
	background: #f26522;
	color: #fff;
}

body a.social-link-email .fa {
	background: #ef7583;
	color: #fff;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/

.comments-area {
	margin-top: 50px;
}

.comments-section-heading {	
	margin-bottom: 20px; 
}

	.comments-section-heading-title {
		font-size: 25px; 
		font-weight: bold; 
		float: left;
		margin: 0;
	}	

.comments-area ul,
.comments-area ol,
.comments-area li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

.comment {

}
	
.comments-area li.comments-pingback,
.comments-area li.comments-trackback {
	margin-bottom: 10px;
	font-size: 13px;
	background: #fff;
	padding: 10px;
}

	.comment-inner {
		background: #fff;
		padding: 35px;
		border: 1px solid #eee;
		margin-bottom: 25px;
	}

		.comment-author-avatar {
			float: left;
			margin-right: 15px;
			width: 40px;
		}

			.comment-author-avatar img {
				border-radius: 50%;
				display: block;
			}

		.comment-info {
			margin-bottom: 20px;
		}

			.comment-meta {
				float: left;
				margin-top: 5px !important
			}

				.comment-meta-author {
					display: block;
					color: #b40000;
					font-size: 14px;
					font-weight: bold;
					line-height: 1;
					margin-bottom: 4px !important;
				}

				.comment-meta-date {
					display: block;
					font-size: 12px;
					line-height: 1;
				}

			.comment-reply {
				float: right;
			}

				.comment-reply a {
					line-height: 40px;
					display: inline-block;
					font-size: 12px;
					font-weight: bold;
					text-transform: uppercase;
				}

		.comment-main {
			
		}

	.comment .children {
		margin-left: 80px;
	}

	.comments-no-comments {
		margin-bottom: 20px;
	}

.comment-respond {
	background: #fff;
	padding: 35px;
	border: 1px solid #eee;
}

.comment-list .comment-respond {
	margin-bottom: 25px;
}

	.comment-reply-title {
		margin: 0;
		padding: 0;
		color: #232323;
		font-size: 20px;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 20px;
	}

	.comment-respond .logged-in-as,
	.comment-notes {
		font-size: 14px;
	}

		.comment-form-comment {
			font-size: 0;
			line-height: 0;
			margin: 0;
		}

		.comment-form-name,
		.comment-form-email,
		.comment-form-website {
			margin-top: 20px;
			font-size: 0;
			line-height: 0;
		}

			.comment-respond input[type="text"],
			.comment-respond textarea {
				background: #fff;
				border: 1px solid #eee;
			}

			.comment-respond textarea {
				height: 140px;
			}

		.comment-respond .form-submit {
			clear: both;
			padding-top: 20px;
			margin-bottom: 0;
		}

/*--------------------------------------------------------------
	## Contact Form 7
--------------------------------------------------------------*/

body .wpcf7 {
	padding: 40px;
	border: 1px solid #eee;
}

.wpcf7 label {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

body input[type="text"],
body input[type="email"],
textarea {
	
}

/*--------------------------------------------------------------
	## Sidebar
--------------------------------------------------------------*/

#sidebar {
	position: relative;
	word-break: break-word;
}
	
	#sidebar .widget {
		margin-top: 35px;
	}

	#sidebar .widget:first-child {
		margin-top: 0;
	}

		#sidebar .widget-title {
			margin: 0;
			padding: 0;
			font-size: 18px;
			font-weight: 700;
			line-height: 1.2;
			margin-bottom: 25px;
		}

/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/

.widget {

}

/*--------------------------------------------------------------
	## Widget - Search
--------------------------------------------------------------*/

.widget_search .search-form {
	position: relative;
}

.widget_search input[type="search"] {
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
}

.widget_search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #b40000;
}

/*--------------------------------------------------------------
	## Widget - Tag Cloud
--------------------------------------------------------------*/

.widget .tagcloud {
	font-size: 0;
	line-height: 0;
}

	.widget .tagcloud a {
		display: inline-block;
		line-height: 30px;
		padding: 0 10px;
		background: #b40000;
		color: #fff;
		font-size: 12px !important;
		font-weight: bold !important;
		text-transform: uppercase;
		margin-right: 10px;
		margin-bottom: 10px;
	}

/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {
	background: #161515;
	padding-top: 109px;
	font-size: 16px;
}

	.go-to-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 99999;
		opacity: 0;
		transition: opacity 0.4s;
	}

	.go-to-top.active {
		opacity: 1;
	}

		.go-to-top svg {
			width: 35px;
			height: 35px;
		}

/*--------------------------------------------------------------
	## Footer Widgets
--------------------------------------------------------------*/

.footer-logo {
	padding-left: 80px;
}

	.footer-logo img {
		width: 173px;
		max-width: 100%;
	}

	.footer-logo img {
		filter: brightness(0) invert(1);
	}

#footer-widgets {
	color: #fff;
	line-height: 1.5;
	padding: 46px 0 34px;
	padding-left: 82px;
}

#footer-widgets .wrapper {
	
}

	.footer-widgets-inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

		.footer-widgets-primary {
			width: 50%;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}

			.footer-widgets-primary .widget {
				width: 50%;
				margin-bottom: 26px;
			}

		.footer-widgets-secondary {
			width: 50%;
			display: flex;
			border-left: 1px solid #fff;
			padding-left: 50px;
		}

			.footer-widgets-secondary > div:first-child {
				margin-right: 80px;
			}

			.footer-widgets-secondary ul,
			.footer-widgets-secondary li {
				list-style-type: none;
				list-style-position: inside;
				margin: 0;
				padding: 0;
			}

			.footer-widgets-secondary ul {
				/* border-left: 1px solid #fff; */
				/* padding-left: 50px; */
			}

				.footer-widgets-secondary li {

				}

					.footer-widgets-secondary a {
						color: inherit;
					}

	#footer-widgets .widget-title {
		margin: 0;
		padding: 0;
		font-size: inherit;
		font-weight: 600;
		line-height: 1.2;
		margin-bottom: 5px;
		color: #b40000;
	}

/*--------------------------------------------------------------
	## Footer Bottom
--------------------------------------------------------------*/

.footer-social {
	padding: 27px 0;
	font-weight: 500;
	font-size: 16px;
}

	.footer-social-inner {
		padding-left: 40px;
	}

	.footer-social a {
		color: #fff;
		display: inline-block;
		margin-right: 12px;
		padding-right: 13px;
		position: relative;
		line-height: 1;
	}

	.footer-social a:last-child {
		margin-right: 0;
	}

		.footer-social a span {
			margin-left: 10px;
			color: #fff;
			width: 38px;
			height: 38px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			background: #b40000;
			border-radius: 50%;
		}

			.footer-social a svg {
				transform: rotate(-45deg);
				fill: #fff;
			}

#footer-bottom {
	color: #fff;
}

	#footer-bottom .wrapper {
		border-top: 1px solid #fff;
		padding: 26px 0;
	}
	
	/**
	 * Footer Copyright
	 */

	#footer-copyright {
		text-align: right;
		line-height: 1;
		text-align: right;
		font-size: 14px;
	}

		#footer-copyright a {
			font-weight: 600;
			color: inherit;
		}

	/**
	 * Footer Navigation
	 */

	#footer-navigation {
		float: right;
		font-size: 0;
		line-height: 1;
	}

		#footer-navigation ul,
		#footer-navigation li {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

			/* Top level item */
			#footer-navigation .menu > li {
				display: inline-block;
				position: relative;
				z-index: 99998;
				margin-left: 25px;
			}

				/* Top level item anchor */
				#footer-navigation .menu > li > a {
					display: inline-block;
					text-decoration: none;
					vertical-align: middle;
					color: rgba( 0, 0, 0, 0.8 );
					font-size: 12px;
					font-weight: normal;
					line-height: inherit;
					text-transform: uppercase;
				}

				/* Top level item anchor hover */
				#footer-navigation .menu > li > a:hover {
					color: #000;
				}

				/* Top level item anchor current */
				#footer-navigation .menu > li.current-menu-item > a,
				#footer-navigation .menu > li.current-menu-ancestor > a {
					color: #000;
				}

		/* Submenu */
		#footer-navigation .menu ul {
			display: none;
		}

/*--------------------------------------------------------------
	# Animations
--------------------------------------------------------------*/

.iva-top-bottom {
    opacity: 0;
    transition: all .8s;
    transform: translateY(-50px);
}

.iva-top-bottom.iva-active {
    opacity: 1;
    transform: translateY(0);
}

.iva-bottom-top {
    opacity: 0;
    transition: all .8s;
    transform: translateY(50px);
}

.iva-bottom-top.iva-active {
    opacity: 1;
    transform: translateY(0);
}

.iva-left-right {
    opacity: 0;
    transition: all .8s;
    transform: translateX(-50px);
}

.iva-left-right.iva-active {
    opacity: 1;
    transform: translateY(0);
}

.iva-right-left {
    opacity: 0;
    transition: all .8s;
    transform: translateX(50px);
}

.iva-right-left.iva-active {
    opacity: 1;
    transform: translateY(0);
}

.iva-scale {
    opacity: 0;
    transform: scale(0.8);
    transition: all .8s;
}

.iva-scale.iva-active {
    opacity: 1;
    transform: scale(1);
}

#lottie > svg {
	transform: unset !important;
}

/*--------------------------------------------------------------
	# Internet Explorer
--------------------------------------------------------------*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .iva-top-bottom,
    .iva-bottom-top,
    .iva-left-right,
    .iva-right-left,
    .iva-scale {
        opacity: 1;
        transform: none;
    }

}

/*--------------------------------------------------------------
	# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Medium Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1426px ) and ( max-width: 1700px )  {

	/* post s3 */
	body .post-s3-main {
		padding: 20px;
	}

}

/*--------------------------------------------------------------
	## Normal Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1281px ) and ( max-width: 1425px )  {

	/* post s3 */
	body .post-s3-main {
		padding: 20px;
	}
	body .post-s3-cats {
		display: none;
	}

	.awards-s2-item-title {
		font-size: 25px;
	}

}

/*--------------------------------------------------------------
	## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {

	body .wrapper {
		max-width: 940px;
	}

	body .wrapper-small {
		max-width: 900px;
	}

	/* post s1 */
	body .layout-classic-v1 .post-s1-thumb {
		width: 200px;
	}

	/* post s3 */
	body .post-s3-main {
		padding: 15px;
	}
	body .post-s3-cats {
		display: none;
	}
	body .post-s3-title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	body .post-s3-excerpt {
		display: none;
	}

	/* hero */

	.hero-primary {
		width: 48%;
	}

		.hero-card-title {
			font-size: 35px;
		}

	.hero-secondary {
		width: 48%;
	}

	/* awards */


	.awards-s2-item-title {
		font-size: 25px;
	}

}

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/

@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {

	body .wrapper {
		max-width: 748px;
	}	

	body .wrapper-small {
		max-width: 708px;
	}

	/* header */
	body #navigation {
		display: none;
	}
	body #mobile-navigation {
		display: block;
	}

	/* post s1 */
	body .layout-classic-v1 .post-s1-thumb {
		width: 100px;
	}
	body .post-s1-title {
		font-size: 22px;
	}

	/* post s3 */
	body .post-s3-main {
		padding: 15px;
	}
	body .post-s3-cats {
		display: none;
	}
	body .post-s3-title {
		font-size: 20px;
		margin-bottom: 0;
	}
	body .post-s3-excerpt {
		display: none;
	}
	body .post-s3-meta {
		display: none;
	}

	/* single */
	body .page-title,
	body .blog-post-single-title {
		font-size: 30px;
	}

	/* hero */

	.hero-primary {
		width: 48%;
	}

		.hero-card-title {
			font-size: 35px;
		}

	.hero-secondary {
		width: 48%;
	}

	/* info box */

	.info-box-title,
	.info-box-s2-title {
		font-size: 35px;
	}

	.awards-s2-item-title {
		font-size: 25px;
	}

	/* cta */

	.cta-inner {
		flex-wrap: wrap;
	}

		.cta-primary,
		.cta-secondary {
			width: 100%;
			margin: 0;
		}

		.cta-secondary {
			margin-bottom: 40px;
			order: 1;
		}

		.cta-primary {
			order: 2;
		}

}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 767px ) {

	/* columns */

	body .col {
		margin-right: 0;
		width: 100% !important;
	}

	/* header */
	body #header {
		
	}
		body #navigation {
			display: none;
		}
		body #mobile-navigation {
			display: block;
			float: none;
		}
		body #logo {
			float: none;
		}

	/* main */
	body #main {
		padding: 50px 0;
	}

	.section-intro-title {
		font-size: 22px;
	}

	.section-intro-subtitle {
		font-size: 35px;
	}

	/* hero */

	.hero {
		padding-bottom: 40px;
	}

	.hero-main {
		flex-wrap: wrap;
		margin-top: 120px;
	}

		.hero-primary {
			width: 100%;
			margin-bottom: 30px;
		}

			.hero-card-title {
				font-size: 35px;
			}

		.hero-secondary {
			width: 100%;
		}

	/* hero s2 */

	.hero-s2-title {
		font-size: 28px;
	}

	/* tagline */

	.tagline {

	}

		.tagline-title {
			font-size: 28px;
		}
	
		.tagline-subtitle {
			font-size: 35px;
		}

		.tagline-media {
			margin-top: 50px;
		}

	/* team */

	.team-items {
		grid-template-columns: repeat(1, 1fr);
	}
	
	/* info box */

	.info-box {
		padding: 60px 0;
	}

		.info-box-inner {
			flex-wrap: wrap;
		}

			.info-box-primary,
			.info-box-secondary {
				width: 100%
			}

			.info-box-primary {
				text-align: left;
			}

			.info-box-secondary {
				order: -1 !important;
				margin-bottom: 20px;
			}

				.info-box-title {
					font-size: 35px;
				}

	/* info box s2 */

	.info-box-s2 {

	}

		.info-box-s2-inner {
			flex-wrap: wrap;
		}

			.info-box-s2-primary,
			.info-box-s2-secondary {
				width: 100%
			}

			.info-box-s2-primary {
				text-align: left;
			}

			.info-box-s2-secondary {
				order: -1 !important;
				margin-bottom: 20px;
			}

				.info-box-s2-title {
					font-size: 35px;
				}

	/* news */

	.news {

	}

		.news-items {
			margin-top: 20px;
		}

		.news-items:first-child {
			margin-top: 0;
		}

			.news-item {
				width: 100% !important;
				padding: 25px 0 !important;
				border: 0 !important;
				border-bottom: 1px solid #b40000 !important;
			}

			.news-item:first-child {
				padding-top: 0 !important;
			}
	

	/* cta */

	.cta {

	}

		.cta-inner {
			padding: 30px;
			flex-wrap: wrap;
		}

			.cta-primary,
			.cta-secondary {
				width: 100%;
				margin: 0;
			}

			.cta-secondary {
				margin-bottom: 30px;
				order: 1;
			}

			.cta-primary {
				order: 2;
			}

			.cta-title {
				font-size: 28px;
			}

			.cta-subtitle {
				font-size: 35px;
			}

			.cta-content {
				font-size: inherit;
			}

	/* logos s2 */

	.logos-s2 {

	}

		.logos-s2-item {
			width: 100%;
		}

	/* awards */

	.awards {

	}

		.awards-items {
			flex-wrap: wrap;
		}

			.awards-item {
				width: 100%;
			}

	/* awards s2 */

	.awards-s2 {

	}

		.awards-s2-item-title {
			font-size: 28px;
		}

	/* team */

	.team {

	}

		.team-intro {
			flex-wrap: wrap;
		}

			.team-intro-primary,
			.team-intro-secondary {
				width: 100%;
			}

			.team-intro-secondary {
				margin-top: 20px;
			}

				.team-intro-title {
					font-size: 28px;
				}

				.team-intro-subtitle {
					font-size: 35px;
				}

	/* post s1 */
	body .layout-classic-v1 .post-s1-thumb {
		width: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		background: #f8f8f8;
	}
		body .layout-classic-v1 .post-s1-thumb img {
			width: auto;
		}
	body .post-s1-main {
		float: none;
		overflow: visible;
	}
		body .post-s1-title {
			font-size: 22px;
		}

	/* post s3 */
	body .post-s3-main {
		padding: 20px;
	}
		body .post-s3-cats {
			display: none;
		}
		body .post-s3-title {
			font-size: 16px;
		}
		body .post-s3-excerpt {
			display: none;
		}

	/* single */
	body .page-title,
	body .blog-post-single-title {
		font-size: 25px;
	}

	/* sidebar */
	body #sidebar {
		margin-top: 50px;
	}

	/* footer */

	.footer-widgets-inner {
		flex-wrap: wrap;
	}

		.footer-widgets-primary,
		.footer-widgets-secondary {
			width: 100%;
		}

			.footer-widgets-primary .widget {
				width: 100%;
			}
		
			.footer-widgets-secondary {
				justify-content: flex-start;
			}

			.footer-widgets-secondary ul {
				border-left: 0;
				padding-left: 0;
			}

	body #footer-widgets {
		padding: 30px 0;
	}
		body #footer-widgets .widget {
			margin-top: 35px !important;
		}
		body #footer-widgets .widget:first-child {
			margin-top: 0 !important;
		}
	body #footer-copyright,
	body #footer-navigation {
		float: none;
	}
	body #footer-navigation {
		margin-top: 20px;
		text-align: center;
	}
		body #footer-navigation .menu > li {
			margin: 0 10px;
		}

	.footer-social-inner {
		padding-left: 0;
	}

	.footer-logo {
		padding-left: 0;
	}

	/* other */
	body .comment .children {
		margin-left: 0;
	}

	body blockquote {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}

	body .post-s2-thumb img {
		width: 100%;
	}

	.footer-widgets-secondary {
		padding-left: 0;
		border-left: 0;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

	body .wrapper {
		max-width: 420px;
	}

	body .wrapper-small {
		max-width: 380px;
	}

}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 479px ) {

	body .wrapper {
		max-width: 90%;
	}

	body .wrapper-small {
		max-width: 90%;
	}

	body .wrapper:not(:has(.color-wrap)) .wrapper-small {
		max-width: 100%;
	}

	/* featured 2 */
	body .post-s3-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	body .post-s3-meta {
		display: block;
	}

}

.cover {
    display: block;
    z-index: 999999;
    position: absolute;
    top: -126px;
    left: 0;
    right: 0;
    width: 100%;
    height: 9000px;
    background-image: url(images/screen-home.png);
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.5;
    background-size: auto;
}
