/*
Theme Name: Blankest
Theme URI: http://wordpress.org/themes/blankest
Author: Fovea
Author URI: http://fovea.cc/
Description: Blank pages, only content. No style.
Version: 1.0.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankest

Blankest WordPress Theme
Blankest is distributed under the terms of the GNU GPL
*/

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,sup,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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}

h1 { font-size: 28px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

.overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 1;
}

.overlay-boxes .vc_column-inner {
    min-height: 250px;
    padding-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-boxes .vc_column-inner:before {
    position: absolute;
    z-index: 0;
    display: block;
    content: ' ';
    background: rgba(0,0,0,.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.overlay-boxes .vc_column-inner .wpb_wrapper {
	position: relative;
	z-index: 10;
}

.overlay-boxes .vc_col-sm-6 {
	width: 48%; 
	margin-left: 2%;
	margin-bottom: 20px;
}

@media(max-width: 760px) {
	.overlay-boxes .vc_col-sm-6 {
		width: 100%;
		margin: 0;
	}

	.mobile-tighten .vc_column-inner {
		padding-top: 0 !important;
		padding-bottom: 0 !important; 
	}

	.overlay-boxes .wpb_column {
		margin-bottom: 40px;
	}
}

.overlay-boxes .vc_col-sm-6:first-child {
	margin-left: 0;
}

.overlay-boxes .vc_column-inner .wpb_wrapper h2,
.overlay-boxes .vc_column-inner .wpb_wrapper h2 a { 
	color: #FFF !important;
}

.gofollow img {
/* Set rules to fill background */
min-height: 100%;
max-height: 100%;

/* Set up proportionate scaling */
height: 100%;
width: auto;

/* Set up positioning */
position: absolute;

left: 50%;
-webkit-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}

html, body {
	overflow-x: hidden;
}

.aligncenter{
	margin: 0 auto 0;
	display: block;
	text-align: center;
}

.alignleft {
	text-align: left;
	position: relative;
	left: 0;
}

.alignright {
	text-align: right;
	position: relative;
	right: 0;
}

#content a,
#content a:visited {
	color: #c96200;
	outline: none;
}

strong {
	font-weight: 600;
}

.container {
	max-width: 900px;
	margin: 0 auto 0;
}

#header {
	padding-top: 45px;
}

@media(max-width: 700px) {
	#header {
		padding-top: 30px;
	}
}

.secondary #header {
	clear: both;
	padding-top: 30px;
	margin-bottom: 30px;
}

@media(max-width: 700px) {
	.secondary #header {
		margin-bottom: 20px;
	}
}

#header .logo {
	margin: 8% auto 0;
	transition: ease-in .8s;
	opacity: 0;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}

#header .logo a {
	font-weight: 100;
	font-size: 48px;
	color: #FFF;
	text-decoration: none;
}

#header .logo a:hover {
	text-decoration: none;
}

.secondary #header .logo {
	position: relative;
	left: 0;
	margin: 0;
	float: left;
	transition: ease-in .4s;
	text-align: left;
	z-index: 999;
	top: -20px;
}

@media(max-width: 700px) {
	.secondary #header .logo {
		display: block;
		text-align: center;	
		margin: 20px auto 0;
		clear: both;
		float: none;
	}
}

.secondary #header .logo a {
	color: #fc9500;	
	font-size: 22px;
	font-weight: 300;
}

.secondary #header .logo .logo-img {
	height: 62px;
    display: block;
}

#header .logo img {
	height: 100%;
    width: auto;
    max-width: 100%;
}

#header .logo.loaded {
	opacity: 1;
}

.full-back-top {
  height: 100vh;
  min-height: 400px;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

@media(max-width: 992px) {
	.full-back-top {
		height: auto;
	}
}

.home .menu-main-menu-container {
	text-align: center;
}

.home #menu-main-menu {
	display: inline-block;
}

.home .entry-content,
.home .entry-content p,
.home .entry-content a {
	color: #FFF;
}

.home .entry-content {
	margin: 30px auto 0;
	max-width: 800px;
	text-align: center;
}

#menu-main-menu {
	opacity: 0;
	position: relative;
	bottom: -15px;
	list-style: none;
	margin: 15px auto 0;
	text-align: center;
	/*background: rgba(252, 149, 0, 0.2);*/
	border: none;
	padding: 6px;
	transition: ease-in .8s;
	position: relative;
	padding-bottom: 10px;
}

@media(max-width: 700px) {
	#menu-main-menu {
		width: 100%;
		margin-top: 20px;
		background: rgba(255,255,255,.4);
		padding-top: 20px;
	}
}

#menu-main-menu .menu-item-has-children:hover .sub-menu {
	display: block;
}

#menu-main-menu .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	min-width: 200px;
	padding: 15px 0;
	background: #fff;
	z-index: 999;
}

@media(max-width: 700px) {
	#menu-main-menu .sub-menu {
		position: relative;
		min-width: initial;
		padding-bottom: 0;
	}
}

.home #menu-main-menu .sub-menu {
	margin-top: 5px;
	background: none;
}

#menu-main-menu .sub-menu .menu-item {
	display: block;
	clear: both;
	text-align: left;
	padding-top: 15px;
}

@media(max-width: 700px) {
	#menu-main-menu .sub-menu .menu-item {
		text-align: center;
		padding-top: 0;
	}
}

#menu-main-menu .sub-menu .menu-item:first-child {
	padding-top: 0;
}

#menu-main-menu .sub-menu .menu-item a {
	font-size: 13px;
}

#menu-main-menu.loaded {
	opacity: 1;
	bottom: 0;
}

#menu-main-menu li {
	display: inline;
	position: relative;
	text-align: center;
	padding: 0 20px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}

@media(max-width: 700px) {
	#menu-main-menu li {
		display: block;
		clear: both;
		margin-bottom: 15px;
	}
}

#menu-main-menu li a {
	color: #FFF;
	font-weight: 500;
	text-decoration: none;
	padding-bottom: 8px;
	transition: all linear .2s;
}

@media(max-width: 700px) {
	.home #menu-main-menu li a {
		color: #000;
	}
}

.secondary #menu-main-menu {
	background: none;
	position: relative;
	text-align: right;
	width: auto;
	bottom: 0;
	transition: ease-in .4s;
}

@media(max-width: 700px) {
	.secondary #menu-main-menu {
		display: block;
		clear: both;
		text-align: center;
	}
}

.home #menu-main-menu > li:first-child {
	display: none;
}

.secondary #menu-main-menu li a {
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

#menu-main-menu li a:hover { 
	color: #FFF;
}

.secondary #menu-main-menu li a:hover { 
	color: #565656;
}

#content {
	width: 100%;
	margin: 0 auto 0;
}

article, .hentry, .hentry p {
	max-width: 860px;
	margin: 0 auto 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
	color: #143e48;
}

.hentry p {
	margin-bottom: 10px !important;
}

.hentry ul {
	margin-bottom: 15px;
}

#entry-header {
	background-size: cover;
	background-position: center center;
	height: 365px;
	margin: 0 auto;
	position: relative;
}

#entry-header .container,
#entry-header .container .row,
#entry-header .container .row [class^="col"] {
	position: relative;
	height: 100%;
	z-index: 2;
}

#entry-header.hero-without-image {
	height: auto;
}

@media(max-width: 700px) {
	#entry-header {
		background-size: cover !important;
    	background-position: center !important;
    	height: 200px !important;
    	margin-bottom: 10px;
	}

	#entry-header.hero-without-image {
		height: auto !important;
		padding: 0 20px;
	}
}
@media (min-width: 701px) and (max-width: 1675px) {
	.page-id-2 #entry-header {
		background-position: center -200px;
	}
}

@media(min-width: 1676px) {
	.page-id-2 #entry-header {
	    background-position: center -400px;
	}
}

#entry-header h1 {
	font-size: 58px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    position: absolute;
    bottom: 30px;
}

@media(max-width: 700px) {
	#entry-header h1 {
		font-size: 30px;
	}
}

#entry-header.hero-without-image h1 {
	position: relative;
	color: #000;
	bottom: initial;
	left: initial;
	font-size: 45px;
	margin-top: 60px;
}

@media(max-width: 700px) {
	#entry-header.hero-without-image h1 {
		font-size: 25px;
		margin-top: 0;
		font-weight: 300;
	}
}

#entry-header h1.dark {
	color: #000;
}

#entry-header .t-left {
	right: initial;
}

#entry-header .t-right {
	right: 40px;
	left: initial;
}

#entry-header .t-center {
	left: 0;
	right: 0;
	margin: 0 auto 0;
	text-align: center;
}

.bio {
	overflow: hidden;
	display: block;
	clear: both;
}

@media(max-width: 940px) {
	.bio { 
		padding: 0 20px;
	}
}

.bio .pull-left.width30 img {
	width: 80% !important;
	height: initial;
}

@media(max-width: 700px) {
	.entry-content img {
		width: 90% !important;
		height: initial !important;
	}

	img.social-icon {
		width: 28px !important;
		height: 28px !important;
	}

	img.social-icon2 {
		width: 20px !important;
		height: 20px !important;
	}
}

.entry-content form {
	width: 500px;
	margin: 0 auto 0;
	position: relative;
}

@media(max-width: 700px) {
	.entry-content form {
		width: 90%;
	}

	.entry-content {
		padding: 20px;
	}

	.home .entry-content {
		background: rgba(255,255,255,.4);
    	font-weight: 400;
    	color: #000;
    	margin-top: 0;
	}

	.home .entry-content p {
		color: #000;
		font-weight: 400;
	}

}

.entry-content form p {
	margin-bottom: 20px;
}

.entry-content input, 
.entry-content textarea, 
.entry-content select, 
.entry-content label {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	width: 100%;
	padding: 10px 6px;
}

.entry-content .row .half {
	position: relative;
}

.entry-content .half {
	width: 45%;
	float: left;
}

.entry-content .half:nth-child(odd) {
	padding-right: 10%;
}

.entry-content .small-text-between {
	position: absolute;
    right: 9px;
    display: block;
    text-align: center;
    top: 40px;
    font-size: 13px;
}

@media(max-width: 580px) {
	.entry-content .small-text-between {
		display: none;
	}
}

.entry-content li {
    padding-left: 0px;
    list-style-type: circle;
    margin-left: 35px;
}

input, textarea {
	border: 1px solid #96d5d2;
	border-radius: 4px;
	margin-top: 4px;
}

input:focus, textarea:focus {
	outline: none !important;
}

input[type="submit"] {
	max-width: 300px;
	margin: 0 auto 0;
	position: relative;
	left: 0;
	right: 0;
	display: block;
	background: none;
	border-radius: 50px;
	border: 1px solid #565656;
	outline: none !important;
	cursor: pointer;
	transition: ease-in .8s;
}

input[type="submit"]:hover {
	color: #565656;
}

.wpcf7-not-valid-tip {
	color: #fc9500 !important;
}

.wpcf7-validation-errors {
	border: none !important;
}


#content article [class^="vc_btn"] a {
	max-width: 300px;
	margin: 0 auto 0;
	position: relative;
	left: 0;
	right: 0;
	display: block;
	background: none;
	border-radius: 50px;
	border: 1px solid #fc9500;
	outline: none !important;
	cursor: pointer;
	transition: ease-in .8s;
}

#content article [class^="vc_btn"] a[class*="color-white"] {
	border: 1px solid #FFFFFF !important;
	color: #FFFFFF !important;
}

#content article [class^="vc_btn"] a[class*="color-white"]:hover {
	color: #000 !important;
	border: 1px solid #000 !important;
}



/* Calendar ========================= */

@media(max-width: 570px){
	#sc_calendar_wrap {
		width: 525px;
		overflow-x: auto;
	}

	.responsive-calendar-wrap {
		width: 100%;
		overflow-x: scroll;
	}
}

#sc_calendar_wrap input,
#sc_calendar_wrap select,
#sc_calendar_wrap input[type="submit"]  {
	width: initial !important;
	padding: initial;
	display: initial !important;
}

#sc_calendar_wrap input[type="submit"] {
	padding: 4px 10px;
	border-color: #fc9500;
}

#sc_calendar_wrap .calendar a {
	color: #c96200;
	line-height: 17px !important;
	font-size: 11px !important;
	display: inline-block;
}

#sc_calendar_wrap .calendar td.calendar-day {
	vertical-align: top;
}

#sc_calendar_wrap .calendar .sc_day_div {
	min-height: 80px;
}

.page-id-109 .metaslider {
	margin: 0 auto 0;
	text-align: center;
}

#footer {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto 0;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding: 30px 20px;
	display: block;
	clear: both;
	background: #565656;
	max-width: auto;
}
.home #footer {
	background: none;
	max-width: 900px;
}

@media (max-width: 992px) {
	.home #footer {
		padding: 30px 0;
	}
}


#footer a {
	color: #616e72;
	text-decoration: underline;
}

.home #footer {
	position: absolute;
	bottom: 0px;
	color: #FFF;
	max-width: initial;
	width: 100%;
}

@media(max-width: 992px) {
	.home #footer {
		position: relative;
	}
}

.home #footer .widget-container {
	margin-bottom: 25px;
}

#footer .footer-logos a,
#footer .footer-logos > img {
	display: inline; 
	padding-right: 20px;
}

@media(max-width: 992px) {
	#footer .footer-logos a,
	#footer .footer-logos > img {
		display: block;
		margin: 0 auto 15px;
		text-align: center; 
		padding-right: 0;
	}

}

#footer .footer-logos img {
	max-height: 75px;
}

.social-icon {
    position: relative;
    top: 8px;
    left: 4px;
}

.social-icon2 {
	position: relative;
    top: 4px;
    left: 4px;
}

.home #footer a { 
	color: #FFF;
}

#footer #text-3 {
	margin-bottom: 20px;
}

.width20 {
	width: 20%;
}

.width30 {
	width: 30%;
}

.width70 {
	width: 70%;
}

.width80 {
	width: 80%;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/* Pricing Table */
.fl{ float:left; }
.fr{ float: right; }
/*its also known as clearfix*/
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}

.pricing-table {
    width: 80%;
    margin: 50px auto;
    text-align: center;
    padding: 10px;
    padding-right: 0;
}
.pricing-table .heading{
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}
.block{
    width: 32%;    
    margin: 0 0;
    overflow: hidden;
    border-left: 2px solid #FFF;
/*    border: 1px solid red;*/
}

@media(max-width: 940px) {
	.block {
		width: 100%;
	}
	
	.features {
		padding: 30px 12%;
	}
}

@media(max-width: 1150px) {
	.block {
		width: 33%;
	}
	
	.features {
		padding: 30px 12%;
	}
}

/*Shared properties*/
.title,.pt-footer{
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
}
.content{
    position: relative;
    color: #FEFEFE;
    padding: 20px 0 10px 0;
}
/*arrow creation*/
.content:after, .content:before,.pt-footer:before,.pt-footer:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	display: none;
}
.pt-footer:after,.pt-footer:before{
    top:0;
}
.content:after,.pt-footer:after {
	border-color: rgba(136, 183, 213, 0);	
	border-width: 5px;
	margin-left: -5px;
}
/*/arrow creation*/
.price{
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
}
.price span{    
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 100;  
    font-family: 'Volkhov', serif;
    letter-spacing: .5px;  
    color: #fff;   
    display: block;
    margin-top: 10px; 
}
.price sup{
	font-size: 0.8rem;
    position: absolute;
    top: 9px;
    left: -10px;
    color: #FFF;
    font-style: italic;
}
.hint{
    font-style: italic;
    font-size: 0.9rem;
}
.features{
    list-style-type: none;    
    background: #daeae8;
    text-align: left;
    color: #9C9C9C;
    padding:30px 2px;
    font-size: 0.9rem;
    margin: 0 !important;
    min-height: 195px;
}
.features li{
	text-align: center;
	list-style: none;
    padding:8px 25px;
    margin-left: 0;
    color: #00665b;
    line-height: 18px;
}
.features li span{
   padding-right: 0.4rem; 
}
.pt-footer{
    font-size: 0.95rem;
    text-transform: capitalize;
}

.content.foot  .price span{
	font-size: 1.2rem;
}

/*PERSONAL*/
.personal .title{        
    background: #78CFBF;    
}
.personal .content,.personal .pt-footer{
    background: #8dc3c4;
}
.personal .content:after{	
	border-top-color: #82DACA;	
}
.personal .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*PROFESSIONAL*/
.professional .title{
    background: #3EC6E0;
}
.professional .content,.professional .pt-footer{
    background: #5ca8a8;
}
.professional .content:after{	
	border-top-color: #53CFE9;	
}
.professional .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*BUSINESS*/
.business .title{
    background: #E3536C;
}
.business .content,.business .pt-footer{
    background: #8dc3c4;
}
.business .content:after{	
	border-top-color: #EB6379;	
}
.business .pt-footer:after {	
	border-top-color: #FFFFFF;	
}