@charset utf-8;

/*
Theme Name: Presence
Theme URI: http://www.designova.net/themes/wordpress/presence
Description: A Premium Responsive Creative wordpress theme
Author: Designova
Author URI: http://www.designova.net
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.2
Tags: light,theme-options, translation-ready

Designed & Handcrafted by Designova
All files, unless otherwise stated, are released under the GNU General Public License
*/

a{outline: none !important;}



/*Common Spacing and Padding*/
.add-top{
	margin-top: 100px !important;
}
.add-bottom{
	margin-bottom: 100px !important;
}
.add-top-half{
	margin-top: 50px !important;
}
.add-bottom-half{
	margin-bottom: 50px !important;
}
.add-top-medium{
	margin-top: 30px !important;
}
.add-bottom-medium{
	margin-bottom: 30px !important;
}
.add-top-small{
	margin-top: 20px !important;
}
.add-bottom-small{
	margin-bottom: 20px !important;
}
.add-top-v-small{
	margin-top: 10px !important;
}
.add-bottom-vsmall{
	margin-bottom: 10px !important;
}
.add-over-small{margin: 10px;}

.pad-top{
	padding-top: 100px !important;
}
.pad-bottom{
	padding-bottom: 100px !important;
}
.pad-top-half{
	padding-top: 50px !important;
}
.pad-bottom-half{
	padding-bottom: 50px !important;
}
.pad-top-medium{
	padding-top: 30px !important;
}
.pad-bottom-medium{
	padding-bottom: 30px !important;
}
.pad-top-small{
	padding-top: 20px !important;
}
.pad-bottom-small{
	padding-bottom: 20px !important;
}
.pad-over-small{padding: 10px;}
.pad-over{padding: 40px;}
.no-pad-bottom{padding-bottom: 0px; margin-bottom: 0px;}
.no-pad-top{padding-top: 0px; margin-top: 0px;}



.uppercase{text-transform: uppercase;}
.align-center{text-align: center;}
.align-left{text-align: left;}
.align-right{text-align: right;}
.aligncenter{
	text-align: center;
	margin: 0 auto;
	display: inherit;
}

.light-txt{font-family:"RalewayLight";}
.light-heading{font-family:"OpenSansLight";}
.heading{font-family:"MontserratRegular";}
.bold-heading{font-family:"OpenSansBold";}

.small-txt{font-size: 12px; line-height: 19px;}
.medium-small-txt{font-size: 18px;  line-height: 25px;}
.medium-txt{font-size: 22px; line-height: 31px;}
.medium-large-txt{font-size: 30px;  line-height: 37px;}
.x-medium-large-txt{font-size: 36px;  line-height: 43px;}
.large-txt{font-size: 48px;  line-height: 55px;}
.x-large-txt{font-size: 64px;  line-height: 71px;}
.xx-large-txt{font-size: 96px;  line-height: 103px;}


.white-txt, .white-txt *{
	color: #fff;
}
.dark-txt, .dark-txt *{
	color: #080808;
}
.black-txt, .black-txt *{
	color: #000 !important;
}

.spalsh-slide-container{
	width: 68%;
	margin: 0 auto;
	text-align: left;
}

.white-border-top.light-border{
	border-top: 1px solid #FFF;
	padding-top: 7px;
}
.white-border-bottom.light-border{
	border-bottom: 1px solid #FFF;
	padding-bottom: 7px;
}

.dark-border-top.light-border{
	border-top: 1px solid #222;
	padding-top: 7px;
}
.dark-border-bottom.light-border{
	border-bottom: 1px solid #222;
	padding-bottom: 7px;
}

.trans-bg{
	background: rgba(0, 0, 0, .4) !important;
}

.btn-presence-highlight:hover{
	color: #FFF !important;
}

.intro .left-split-panel, .intro .right-split-panel{
	background: rgba(255,255,255,.4);
}

.video-controls{
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	text-align: left;
}
.left-split-layout .video-controls{
	left: 320px;
}
.video-controls span{
	cursor: pointer;
}
.video-controls .video-unmute{
	display: none;
}
.showcase-page{
	position: relative;
	overflow: hidden;
}
.showcase-item{
	height: 100%;
	width: 100%;
	position: relative;
}

.left-split-panel{
	background: rgba(0, 0, 0, 0.7);
    
    left: 0;
    max-width: 300px;
    padding: 40px;
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    z-index: 2;
}
.right-split-panel{
	background: rgba(0, 0, 0, 0.7);
    text-align: right;
    right: 0;
    max-width: 300px;
    padding: 40px;
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    z-index: 2;
}
.showcase-nav-dummy{
	position: fixed;
	right: 0px;
	top: 80px;
	background: rgba(255,255,255,.5);
	padding: 10px 10px;
	z-index: 100;
	
}
.showcase-nav-dummy ul{
	margin-bottom: 0px;
}
.showcase-nav-dummy ul li:last-child{
	margin-bottom: 0px;
}

.page-section{
	background-size: cover;
}

.parallax-page{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.animated-bg{
	background-size: 100%;
	
}

.clear-space-page{
	padding: 0px !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.submenu-icon{font-size: 18px; padding-top: 5px; padding-left: 5px; font-family: "RalewayLight";}
.overlay .submenu-wrap, .main-nav .submenu-wrap{display: none; list-style: none;}
.overlay .submenu-wrap a span{font-size: 12px !important; font-family: "RalewayLight";}

.portfolio-content-wrap .row{
	padding-left: 20px;
	padding-right: 20px;
}

.post-icons{
	margin-top: 20px;
	padding-bottom: 15px;
}
.post-icons img{
	margin-right: 10px;
	width: 40px;
}


.single-post-area-inner{
	padding: 0px;
}

.single-post-area-inner h5>span{
	font-size: 96px;
	line-height: 103px;
font-family:"OpenSansLight";
font-weight: normal;
}
.single-post-area-inner h5>span > strong{
	font-size: 36px;
	line-height: 43px;
font-family:"OpenSansLight";
font-weight: normal;
}
.single-post-area-inner h1{
	font-size: 36px;
	line-height: 43px;
font-family:"MontserratRegular";
letter-spacing: 1px;
margin-top:20px;
font-weight: normal;
word-wrap: break-word;
}
.single-post-area-inner h6{
margin-top:20px;
margin-bottom: 28px;
}
.single-post-area-inner h6 > span{
text-transform: uppercase;
font-family:"RalewayLight";
	font-size: 12px;
	line-height: 19px;
	
}
.single-post-proceed{
	margin-top: 40px;
}

.single-post-inner-content{
	padding: 40px;
}
.single-post-inner-content > h4{
	font-size: 18px;
	line-height:25px;
font-family:"OpenSansBold";
margin-bottom: 0;
}

.single-post-inner-content > p{
margin-bottom: 30px;
}
.single-post-inner-content > h4 > .single-post-date{
	font-size: 24px;
	line-height:31px;
font-family:"OpenSansLight";
margin-bottom: 0;
}
.single-post-inner-content > h4 > .single-post-month{
	font-size: 18px;
	line-height:25px;
font-family:"OpenSansLight";
margin-bottom: 0;
}
.single-post-inner-content > .single-post-spec{
	margin-top: 10px;
	padding-top: 5px;
	font-size: 14px;
	line-height:21px;
border-top: solid 1px #aaa;
}
.single-post-inner-content > .single-post-category{
	font-size: 12px;
	line-height:19px;
font-family:"OpenSansLight";
margin-bottom: 0;
}
.single-post-inner-slider{
	margin-top: 10px !important;
}
.single-post-text-area{
	padding: 40px 0 !important;
}

.post-feature-content{
	height: 0;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.post-feature-content iframe{
	border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.post-type-quote {
    background: #F5F5F5;
    color: #777;
    font-family: Georgia;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 27px;
    padding: 20px;
}

.post-type-link {
    background: #F5F5F5;
    font-family: "OpenSansBold";
    text-decoration: none !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 31px;
    padding: 20px;
}



.post-tags{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: #777 solid 1px;
}
.post-tags a:hover{
	background: #333;
}
.category-list li{
	list-style: none;
	
}
.category-list ul{
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 35px;
}
.category-list ul ul{
	margin-left: 20px;
}
.category-list ul li{
	border-bottom: #EEE solid 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.category-list ul li:last-child{
	border-bottom: #EEE solid 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.category-list ul li a:hover{
	color: #333;
}
.comments ul{
	list-style: none;
}
.comment ul.children{margin-left: 30px;}
.comments a:hover{
	color: #555;
}
ul.commentlists{
	padding-left: 0px;
}
div.comment{
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: #F5F5F5 solid 1px;
}
.comment-reply-link:hover{
	color: #FFF !important;
}
.comment-form input[type="text"] {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #FFF !important;
    font-family:"OpenSansLight" !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 35px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.comment-form input[type="text"]:focus, .comment-form textarea:focus {
    border: solid 1px #fff !important;
    color: #FFF !important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.comment-form textarea {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #FFF !important;
    font-family:"OpenSansLight" !important;
    font-size: 18px !important;
    line-height: 30px !important;
    margin-top: 0;
    padding: 10px !important;
    resize: none;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.form-submit{
	margin-top: 20px;
	margin-bottom: 50px;
}

#contactForm .contact_web_url{display: none;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - PRICING TABLE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.price-table-wrap{
	text-align: center;
	border: #EEE solid 1px;
	padding-left: 0px;
	padding-right: 0px;
}
.price-plan-header{
	background: #434a54;
	color: #FFF;
	padding-top: 18px;
	padding-bottom: 20px;
}

.price-plan-header h1{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
.price-plan-title{
	font-size: 20px;

}

.price-plan-header span{
	display: inline-block; 
	top: -20px; 
	position: relative;
	font-size: 32px;
}

.pricing-table ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.price-plan-feature{
	font-size: 14px;
	padding: 10px 5px;
	border-bottom: #EEE solid 1px;
	text-transform: uppercase;
}
.pricing-table ul li:nth-child(even){
	background: #f8f8f8;
}
.price-plan-footer{
	margin-bottom: 20px;
	margin-top: 10px;
}
.price-button{
	color: #111;
	line-height: 46px;
    padding: 10px 15px;
    border:solid 1px #888;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 12px;
    font-family:"OpenSansLight";
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}


.alignright{
    text-align: right;
    float: right;
}

.alignleft{
    text-align: left;
    float: left;
}

.aligncenter{
    text-align: center;
    float: none;
}
.wp-caption{
	background: #222;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption-text{
	font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky{color:#000;}
.gallery-caption{
	color: #222;
}
.bypostauthor{color: #000;}