/*
Theme Name: 	RVCAdvisors Theme
Theme URI: 		
Author: 
Author URI: 	
Description:	
Template:		betheme
Version: 		1.6
*/

#header-logo {background-image: url(images/generic_client_logo.png);}
/*---------Custom icons---------*/
@font-face {
  font-family: 'customicon';
  src:  url('fonts/customicon.eot?g0gi7h');
  src:  url('fonts/customicon.eot?g0gi7h#iefix') format('embedded-opentype'),
    url('fonts/customicon.ttf?g0gi7h') format('truetype'),
    url('fonts/customicon.woff?g0gi7h') format('woff'),
    url('fonts/customicon.svg?g0gi7h#customicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'customicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-money:before {
  content: "\e900";
}
.ico-target:before {
  content: "\e901";
}
.ico-cart:before {
  content: "\e902";
}
.ico-hand:before {
  content: "\e903";
}
.ico-headphone:before {
  content: "\e904";
}
.ico-info:before {
  content: "\e905";
}
.ico-puzzle:before {
  content: "\e906";
}
.ico-glass:before {
  content: "\e907";
}
.ico-people:before {
  content: "\e908";
}
.ico-board:before {
  content: "\e909";
}
.ico-list:before {
  content: "\e90a";
}
.ico-pie:before {
  content: "\e90b";
}

/*---------Common styles---------*/
p {
	line-height: 1.3;
}
.white {
	color: #fff;
}
.red {
	color: #a74e4c;
}
.mb0 {
	margin-bottom: 0;
}
.head-title-1 {
	font-size: 80px;
	font-weight: 300;
	line-height: 90px;
}
.head-title-2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 70px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.intro-text-1 {
	font-size: 50px;
	font-weight: 300;
	line-height: 70px;
}
.intro-text-2 {
	font-size: 18px;
	line-height: 32px;
}
/*---------Custom---------*/
.column, .columns {
	margin: 0 1% 0;
}
#Top_bar .menu > li > a {
	color: #fff;
}
.icon_box:hover .icon_wrapper, .icon_box a:hover .icon_wrapper {
	color: #a74e4c;
}
.icon_box:hover .icon_wrapper, .icon_box a:hover .icon_wrapper {
	background: transparent;
}
.icon_box:hover .icon_wrapper:before, .icon_box a:hover .icon_wrapper:before {
	background: transparent !important;
}
.image_frame .image_wrapper, .wp-caption img, .icon_box .icon_wrapper:before {
	border: 0;
}
.icon_box .icon_wrapper {
	border: 0;
	box-shadow: none;
	background: none;
}
.icon_box .desc_wrapper h4 {
	font-size: 18px;
	line-height: 30px;
}
.promotion {
	font-size: 28px;
	font-weight: 300;
	line-height: 32px;
	color: #151515;
}
.list_check.question li {
	font-size: 18px;
	font-weight: bold;
	color: #151515;
	padding: 10px 0 10px 50px;
	background: url(images/ico_arrow_red.png) no-repeat;
	background-position: 0 50%;
}
.list_check.question li:after {
	display: none;
}
/*---------Footer---------*/
.footer-contact img,
.footer-contact span {
	display: inline-block;
	vertical-align: text-top;
}
.footer-contact img {
	margin-right: 25px;
}
.footer-contact .contact-now {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase;
}
.footer-contact:hover {
	text-decoration: none;
}
.office .location {
	font-weight: bold;
}
#Footer .office p.location-title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.office .contact-list li i,
.office .contact-list li p {
	display: inline-block;
	vertical-align: text-top;
}
.office .contact-list li i {
	padding-right: 5px;
}
.feature i {
	font-size: 64px;
}
.feature .icon_wrapper {
	height: 90px;
	line-height: 90px;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.intro-text-1 {
		font-size: 22px;
		line-height: 40px;
	}
	.head-title-2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.intro-text-2 {
		font-size: 16px;
	}
	.promotion {
		font-size: 22px;
	}
	.list_check.question li {
		font-size: 15px;
	}
}