/*
Theme Name: kokan-property
Author: Kokan
Author URI: http://kokan.uk/
Description: This is a Custom Wordpress Theme for property listing
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =WordPress Core
-------------------------------------------------------------- */
@font-face {
  font-family:'Arrus BT';
  src: url('fonts/Arrus BT Italic.eot');
  src: url('fonts/Arrus BT Italic.eot?#iefix') format('embedded-opentype'),
  url('fonts/Arrus BT Italic.woff2') format('woff2'),
  url('fonts/Arrus BT Italic.woff') format('woff'),
  url('fonts/Arrus BT Italic.svg#Arrus BT Italic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

@font-face {
  font-family: 'FranklinGothicLight';
  src: url('fonts/FranklinGothicLight.eot');
  src: local('☺'), url('fonts/FranklinGothicLight.woff') format('woff'), 
  url('fonts/FranklinGothicLight.ttf') format('truetype'), 
  url('fonts/FranklinGothicLight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Optima-Thin';
  src: url('fonts/Optima-Thin.eot');
  src: local('☺'), url('fonts/Optima-Thin.woff') format('woff'), 
  url('fonts/Optima-Thin.ttf') format('truetype'), 
  url('fonts/Optima-Thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'FranklinGothic-Medium';
  src: url('fonts/FranklinGothic-Medium_gdi.eot');
  src: url('fonts/FranklinGothic-Medium_gdi.eot?#iefix') format('embedded-opentype'),
    url('fonts/FranklinGothic-Medium_gdi.woff') format('woff'),
    url('fonts/FranklinGothic-Medium_gdi.ttf') format('truetype'),
    url('fonts/FranklinGothic-Medium_gdi.svg#FranklinGothic-Medium') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F003;
}
@font-face {
  font-family:'ShelleyAndanteBT-Regular';
  src: url('fonts/ShelleyAndanteBT-Regular_gdi.eot');
  src: url('fonts/ShelleyAndanteBT-Regular_gdi.eot?#iefix') format('embedded-opentype'),
    url('fonts/ShelleyAndanteBT-Regular_gdi.woff') format('woff'),
    url('fonts/ShelleyAndanteBT-Regular_gdi.ttf') format('truetype'),
    url('fonts/ShelleyAndanteBT-Regular_gdi.svg#ShelleyAndanteBT-Regular') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}
@font-face {
  font-family:'AbadiMT-CondensedLight';
  src: url('fonts/AbadiMT-CondensedLight.eot');
  src: url('fonts/AbadiMT-CondensedLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/AbadiMT-CondensedLight.woff') format('woff'),
    url('fonts/AbadiMT-CondensedLight.ttf') format('truetype'),
    url('fonts/AbadiMT-CondensedLight.svg#AbadiMT-CondensedLight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
  unicode-range: U+0020-F002;
}
@font-face {
  font-family:'FjallaOne-Regular';
  src: url('fonts/FjallaOne-Regular.eot');
  src: url('fonts/FjallaOne-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/FjallaOne-Regular.woff') format('woff'),
    url('fonts/FjallaOne-Regular.ttf') format('truetype'),
    url('fonts/FjallaOne-Regular.svg#FjallaOne-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0009-FB02;
}
@font-face {
  font-family:'Shelley-VolanteScript';
  src: url('fonts/Shelley-VolanteScript.eot');
  src: url('fonts/Shelley-VolanteScript.eot?#iefix') format('embedded-opentype'),
    url('fonts/Shelley-VolanteScript.woff') format('woff'),
    url('fonts/Shelley-VolanteScript.ttf') format('truetype'),
    url('fonts/Shelley-VolanteScript.svg#Shelley-VolanteScript') format('svg');
  font-weight: 5;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F002;
}
@font-face {
    font-family:'ITC Kabel Std Book';
    src: url('fonts/ITCKabelStd-Book.eot');
    src: url('fonts/ITCKabelStd-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/ITCKabelStd-Book.woff2') format('woff2'),
    url('fonts/ITCKabelStd-Book.woff') format('woff'),
    url('fonts/ITCKabelStd-Book.svg#ITCKabelStd-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
.product-view{
  margin-bottom: 30px;
}
.company-detail-holder ul li span{
  color: #F2C643 !important;
}

.testimonials_section{
	float: left;
	width: 100%;
}
.testimonials_section h3{
	font-size: 34px;
	color: #19668a;
	font-weight: normal;
	text-transform: uppercase;
    font-family:'FjallaOne-Regular' !important;
    margin: 30px 0;
}
.testi-holder{
	padding: 15px;
	border-radius: 15px;
	border: 1px solid #0e2a45;
	position: relative;
	color: #0f2044;
	font-size: 12px;
    font-family:Tahoma, Geneva, sans-serif;
	margin-bottom: 40px;
}
.testi-holder .tail{
	position: absolute;
	bottom: -46px;
	right: 55px;
	height: 46px;
	width: 39px;
}
.testi-holder .author{
	position: absolute;
	bottom: -28px;
	right: 95px;
	color: #19668a;
	font-size: 14px;
    font-family:Tahoma, Geneva, sans-serif;
}
.ex-btn{float: right; margin-top: 15px;display:inline-block; background: #0E2A45; color: #fff;border: 2px solid #fff;
    padding: 6px 30px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 25px;
}
.ex-btn:hover{background: #19668A; color: #fff;}