/**
  CSS Classes for formatting styles
  this classes can be reusable in the Visual Composer
  **/

/** 
  Titles
  **/
.headline-title {
	color: #1f2736;
	font-size: 42px;
	font-weight: bold;	
	line-height: 110%;
}

.headline-title p {
  line-height: 110%;	
}

.headline-subtitle {
  font-size: 30px !important;
  display: block;
  font-style: normal;
  line-height: 110%;
}

.headline-subtitle p {
	line-height: 110%;
}

.title-extra-large {
  font-size: 37px;
}

.title-large {
	font-size: 24px;
}

.title-small {
	font-size: 18px;
}


.title-small p,
.title-large p,
.title-extra-large p {
  line-height: 100%;
}


/**
  Hide Form Label
  **/
.label-hidden label {
  display: none;
}

/**
  Text Color
  **/
.text-black .post-title,
.text-black {
  color: #1f2736;
}

.text-grey .post-title,
.text-grey {
  color: #c5c7cd;
}

.text-white .post-title,
.text-white {
  color: #fff;
}

.text-orange .post-title,
.text-orange {
	color: #ff6c00;
}

.text-blue .post-title,
.text-blue {
	color: #596e95;
}

.text-lightblue .post-title,
.text-lightblue {
	color: #e4e8f1;
}

/**
  Text quote
  **/
.text-quote p:before {
  content: '"';
  display: inline;
  position: relative;
  margin-right: 5px;
}

.text-quote p:after {
  content: '"';
  display: inline-block;
  margin-right: -20px;
  position: relative;
  margin-left: 5px;
}

.text-quote p {
  font-style: italic;
  letter-spacing: -0.5px;
  line-height: 110%;
  max-width: 72%;
  padding: 0;
  word-wrap: break-word;
  color: #1f2736;
  font-family: arial,helvetica,sans-serif;
  font-size: 30px;
  font-style: italic;
}

/**
  Helper Classes
  **/
.nopadding {
  padding: 0;
}

.rightpadding {
  padding-left: 0;
  padding-right: 30px;
}

.nopaddingleft {
  padding-left: 0;
}

.nopaddingright {
  padding-right: 0;
}

.nopaddingtop {
	padding-top: 0;
}

.nopaddingbottom {
	padding-bottom: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-extra-large p,
.text-extra-large {
  font-size: 60px;
  line-height: 62px;
}

.text-large {
  font-size: 22px;
}

.text-medium {
  font-size: 18px;
}

.text-small {
  font-size: 12px;
}

.text-italic {
  font-style: italic;
}

.text-extra-bold {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.text-bold {
  font-weight: 600;
}

.text-normal {
	font-weight: normal;
}

.text-light {
  font-weight: light;
}

.text-extra-light {
	font-weight: extra-light;
}

.text-tight p,
.text-tight {
	line-height: 120%;
}

.text-small.post-social i {
	font-size: 10px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 2px;
}

.text-medium.post-social i {
  font-size: 13px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 3px;
}

.children-inline > * {
	display: inline-block;
}

.display-inline {
	display: inline-block;
}

.vertical-middle {
	vertical-align: middle;
}

.vertical-top {
	vertical-align: top;
}

.vertical-bottom {
	vertical-align: bottom;
}

.clearboth {
  clear: both !important;
}

.pull-inline {
  display: inline-block;
}


.pull-table {
	display: table;
}

.box-shadow img {
  box-shadow: 0 0 80px #000000;
}

.no-overflow {
  overflow: hidden;
}

.position-static {
	position: static;
}

.position-relative {
	position: relative;
}

  
/**
  image styles
  **/
.grayscale-hover,
.blur-hover,
.invert-hover {
	cursor: pointer;
}


/**
  Social Icon
  **/
.social-round.post-social i {
	border-radius: 100%;
}


.social-vertical.post-social ul > li {
  display: block;
}

.social-left.post-social ul {
	float: left;
}

.social-right.post-social ul {
  float: right;
}

.social-black.post-social .fa i {
	background-color: #1c2232;
}

.social-grey.post-social .fa i {
  background-color: #c5c7cd;
}

.social-orange.post-social .fa i {
  background-color: #ff6c00;
}


/**
  Diamond Crown
  **/
.diamond-label {
  background-color: #3a3f4d !important;
  border-radius: 30px;
  font-size: 16px;
  padding: 7px 15px;
  text-transform: none;
  position: relative;
}

.diamond-label-right {
	float: right;
}

.diamond-label-left {
	float: left;
}

.faplus-shape-diamond-crown-icon {
	width: 45px !important;
	height: 55px !important;
	font-size: 26px;
	position: relative;
	z-index: 2;
}

.faplus-shape-diamond-crown-icon i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 59px;
}