/*Theme Name: Titan Investment
Author: Sutton Young
Author URI: Sutton Young
Version:1.0.0
Text Domain: Titan Investment
Base Theme © 2017 Sutton Young
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*************************************
BASIC STYLES
*************************************/
html, body {
	position: relative;
	height: 100%;
}
a {
	text-decoration: none;
	cursor: pointer;
}
.clearfix {
	overflow: auto;
	clear: both;
}
.text-center {
	text-align: center;
}
.css-transition {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
strong, b {
	font-weight: 600;
	font-size: FSElliot-Bold;
}
.mobile {
	display: none;
}
.hidden {
	overflow: hidden;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.full-bg{
	height:100vh;
}
.margin{
	max-width:1200px;
	padding:0 50px;
	margin:0 auto;

}


/*************************************
font styles
*************************************/

body {
	font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    color: #939598;
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out  0.3s;
	transition: all 0.3s ease-in-out  0.3s;
}
h1{
    color: #004569;
    font-size: 16px;
	font-weight: normal;
	padding:10px 0 10px;
}
h2{
    color: #004569;
    font-size: 14px;
	font-weight: normal;
	padding:5px 0;
}
h3{
    color: #004569;
    font-size: 13px;
	font-weight: normal;
	padding:5px 0;
}
p{
	padding-bottom:20px;
}
b,strong{
	font-weight:bold;
}
a{
	text-decoration: none;
}

.thumb p {display:none}
/*home*/
.home h1{
	color:#fff;
	font-weight: 300;
	font-size:16px;
	line-height:21px;
	letter-spacing: 1px;
	text-transform: uppercase;	
}
.home .margin > .text-box-new{
	max-width: 450px;
	background-color: rgba(255, 255, 255, 0.7);
	height: auto;
	top: 40%;
	padding: 20px;
	position: absolute;
	

	
}


		.home .margin>.text-box-new h1 {
			letter-spacing: 0px;
			font-size: 20px;
			line-height: 26px;
			text-transform: initial;
			color: #004569;
			font-weight: 300;
		}



.home .full-bg,
.login .full-bg{
	height:calc(100vh - 310px);
	min-height:350px;
}
.property h1{
	padding:10px 0 0;
	margin-bottom:0;
}
/*about/ property */
.template .float-right{
	width:54%;
}

.template .float-left{
	width:30%;
	border-top:1px dotted #939598;
}
.template .float-right{
	width:64%;
	border-top:1px dotted #939598;
	padding-bottom:150px
}
.template a{
	color:#004569;
}

.swiper-slide{
	width:100%;
}

header{
	background-color:#fff;
	width:100%;
	position:relative;
	height:200px;
}
header .left{
	position: relative;
    width: 42%;
    top: 30px;
    float: left;
}
header .right{
	position: relative;
    width: 54%;
    top: 30px;
    float: right;
}
nav li a{
	color:#939598;
}
.current-menu-item > a,
.current-menu-parent > a{
	color: #004569;
}




footer{
	width:100%;
	background-color:#ffffff;
	padding:0px;
	position:fixed;
	bottom:0;
	height:auto;
	z-index: 10;
}
footer .border{
		border-top:1px dotted #939598;
}
footer div{
	font-size:12px;
	line-height:16px;
	padding:10px 0 20px;
}
footer .float-right{
	text-align:right;
}
.sub-menu{
	display:none;
}
nav .current-menu-parent .sub-menu{
	position:absolute;
	display:block;
	left:50%;
	top:0;
}
.swiper-pagination-bullet-active{

    background: #ffffff;
}
nav ul{
	border-top:1px dotted #939598;
	width:40%;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}
 #map {
        height: 400px;
        width: 100%;
        background-color:#939598;
       }
 .login p{
 	color:#fff;
 }
 .login .split div,
 .login .split input{
 		display:inline-block;
 		position:relative;
 	}
 .login .split div{
 	 width:120px;
 	 color:#fff;
 }
 .login .split input{
 	height:20px;
 	width:200px;
 	border: 1px solid #ccc;
    border-radius: 3px;
 }
  .login .split{
  	margin-bottom:20px;
  }
   .login .split .submit{
   	padding: 0.428571429rem 0.714285714rem;
   	color: #7c7c7c;
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    padding: 0.428571429rem 0.714285714rem;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    height: 35px;
    cursor: pointer;
   }
   .login p{
   		padding-top:50px;
   }

   .thumb{
   	padding-top:7px;
   }
   .thumb a{
   		padding-right:7px;
   }
/*************************************
Burger
*************************************/
.hamburgler-icon-wrapper {
	position: fixed;
	top: 40px;
	right: 20px;
	height: 40px;
    width: 40px;
	cursor: pointer;
	z-index: 60;
	display:none;
}
.hamburgler-icon-wrapper.up {
	height: 20px;
	width: 20px;
	top: 30px;
}
.hamburgler-icon, .hamburgler-icon:before, .hamburgler-icon:after {
	content: '';
	position: absolute;
	border-radius: 1em;
	height: 2px;
	width: 40px;
	background: #004569;
	transition: all 0.2s ease
}
.up .hamburgler-icon, .up .hamburgler-icon:before, .up .hamburgler-icon:after {
	height: 2px;
	width: 20px;
}
.hamburgler-icon {
	top: 1em
}
.hamburgler-icon:before {
	top: -1em
}
.hamburgler-icon:after {
	top: 1em
}
.up .hamburgler-icon {
	top: 0.75em
}
.up .hamburgler-icon:before {
	top: -0.55em
}
.up .hamburgler-icon:after {
	top: 0.55em
}
.hamburgler-active .hamburgler-icon {
	background: transparent;
	transform: rotate(-135deg)
}
.hamburgler-active .hamburgler-icon:before, .hamburgler-active .hamburgler-icon:after {
	top: 0
}
.hamburgler-active .hamburgler-icon:before {
	transform: rotate(90deg)
}
.hamburgler-active .hamburgler-icon, .hamburgler-active .hamburgler-icon:before, .hamburgler-active .hamburgler-icon:after {
	background: white
}
.hamburgler-menu {
	transition: all 0.4s ease;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
	color: white;
	text-align: center
}
.hamburgler-active .hamburgler-menu {
	opacity: 1;
	pointer-events: initial;
}
.hamburgler-menu-list {
	display: block;
	transition: all 0.4s ease;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.2)
}
.hamburgler-active .hamburgler-menu-list {
	transform: translate(-50%, -50%) scale(1)
}

.menu-holder .menu-menu-1-container > ul {
	list-style-type: none;
	padding-left: 30px;
	padding-top:50px;
}
.menu-holder {
	width: 102%;
	height: 100vh;
	background-color: #004569;
	position: fixed;
	right: -102%;
	top: 0;
	z-index: 50;
}
.menu-holder.active {
	right: -2%;
}
.menu-alignment {
	overflow-y: scroll;
	height: 100%;
}
.menu-holder .sub-menu{
	display:block;
}
.menu-holder .menu-menu-1-container > ul > li > a{
	font-size:17px;
	
}
.menu-holder .menu-menu-1-container > ul > li{
	margin-bottom:20px;
}
.menu-holder .sub-menu a{
	font-size:14px;
	padding-left:20px;
}
.menu-holder a{
	color:#fff;
}
.login .gradient{
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5), rgba(255,255,255,0));
    background: -ms-linear-gradient(180deg, rgba(0,0,0,0.5), rgba(255,255,255,0));
    background: -webkit-linear-gradient(180deg,rgba(0,0,0,0.5), rgba(255,255,255,0));
    background: -o-linear-gradient(180deg, rgba(0,0,0,0.5), rgba(255,255,255,0));
    background: linear-gradient(180deg, rgba(0,0,0,0.5), rgba(255,255,255,0));
    position:absolute;
    z-index:4;
    left:0;
   width:100%;
}
.login .margin{
	z-index:7;
	    position: relative;
}
@media all and (max-width: 800px) {
	header{
		height:110px;
	}

	.home h1{
		font-size:15px;
		line-height:20px;
	}
	nav{display:none;}
	.margin{
		max-width:none;
		padding:0 20px;
	}
	/*about*/
	.template .float-left,
	.template .float-right{
		width:100%;
	}
	.float-left,
	.float-right
	{
		float:none;
	}
	footer div,
	footer .float-right{
		text-align:center;
		margin:0 auto;
	}
	.home .full-bg,
	.login .full-bg{
		height:70vh;
		min-height:400px;
	}
	.hamburgler-icon-wrapper {
		display:block;
	}



}
@media all and (max-width: 565px) {
	footer div {
		font-size: 12px;
		line-height: 16px;
		padding: 6px 20px 0 20px;
	}
}

#m-team{
	display: grid;
	grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
margin-left:35%;
margin-top:50px;
padding-bottom:150px
}

@media all and (max-width: 565px) {
	#m-team{
		display: grid;
		grid-template-columns: 1fr;
margin-left:5%;
	}
	
	.home .margin > .text-box-new{
	max-width: 90%;
	background-color: rgba(255, 255, 255, 0.7);
	height: auto;
	top: 40%;
	padding: 20px;
	position: relative;
	

	
}


}

.m-team-person{
	width: 100%;
}
.m-team-person--image{
	overflow: auto;
}
.m-team-person--image > img{
	width: 95%;
}
.m-team-person--info{
   color: #004569;
}

.m-team-person--more{
	color: black;
    text-decoration: underline;
    cursor: pointer;
}

.m-team-person--description {
    transition: all 0.2s linear;
    opacity: 0;
    height: 0;
padding-right:20px
}

.m-team--active {
    display: block;
    opacity: 1;
    height: auto;
}

.m-team-person--info > p {
    padding-bottom: 5px;
}

/* 
	.video_wrapper {
			position: relative;
			padding-bottom: 56.25%;
			padding-top: 15px;
		} */

.video_wrapper {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    object-fit: cover;
}


		.video_wrapper video {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

.page-id-597 .template .float-left {width:100%}


