/*
Theme Name: Brehoh - One Page Portfolio Theme
Theme URI: http://themeforest.net/user/ridianur
Author: ridianur
Author URI:  http://themeforest.net/user/ridianur
Description: Brehoh is responsive one page HTML5 Premium WordPress Theme with clean and modern design.It can be used for creative digital agent to show portfolio and selling services.
Version: 1.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light, white, gray, brown, one-column, two-columns, right-sidebar
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
GENERAL SECTION
HEADER SECTION
SLIDER SECTION
VIDEO BACKGROUND SECTION
ABOUT SECTION
TEAM SECTION
BIG BACKGROUND SECTION
PORTFOLIO SECTION
SERVICES SECTION
PRICING TABLE SECTION
CONTACT SECTION
FOOTER SECTION
BLOG SECTION
----SIDEBAR SECTION
WORDPRESS GENERAL STYLE
MEDIA QUERIES
-------------------------------------------------------------

------------------------------------------------------------*/

/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/
body, html {
	height: 100%;
}
#home {
    position: relative;
}
body {
	color: #999999;
	font-family: "open sans", sans-serif;
	font-size: 14px;
	line-height: 1.9;
	background: #eee;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit;
}
a {
	color: #aaa;
	text-decoration: none;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	color: #2b292a;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
	height:auto;
}
.content {
	background: #ffffff none repeat scroll 0 0;
	max-width: 90%;
	padding: 80px 0;
	position: relative;
	z-index: 1;
	margin: 80px auto auto;
}
.content-box {
	text-align: center;
}
.content-title {
	font-size: 60px;
	letter-spacing: 2px;
	line-height: 1;
	margin: 40px 0 20px;
	text-transform: uppercase;
}
.container, {
	max-width: 100%;
}
button, input, select, textarea{max-width:100%;}
.sub-title {
    color: #b9b9b9;
    font-size: 17px;
    line-height: 1.3;
    margin: auto auto 40px;
    max-width: 800px;
}

.spacing20 {
	width: 100%;
	height: 20px;
}
.spacing30 {
	width: 100%;
	height: 30px;
}
.spacing40 {
	width: 100%;
	height: 40px;
}
.spacing80 {
	width: 100%;
	height: 80px;
}
ul, ol {
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 20px;
}
ul {
	list-style-type: square;
}
ol li {
	list-style-type: decimal;
}
ol ol li {
	list-style-type: lower-alpha;
}
ol ol ol li {
	list-style-type: lower-roman;
}
.clearboth {
	clear: both;
}
.black-bg {
	background: #2b292a;
	position: relative;
}

.content-icon {
	display: inline-block;
	font-size: 26px;
	height: 50px;
	border-radius: 100px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	color: #fff;
	background-color: #bbb;
}
.top-content {
	text-align: center;
	margin-bottom: 40px;
}
.small-title {
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 999999; /* makes sure it stays on top */
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(images/preloader.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}
#status p {
	text-align: center;
}
.hovers {
	background: rgba(0,0,0,0.21);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.21)), color-stop(0%, rgba(0,0,0,0.21)), color-stop(61%, rgba(0,0,0,0.21)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
	opacity: 0;
	z-index:0;
}
.hovers:hover {
	opacity: 1;
}

/*---------------------HEADER SECTION----------------------------*/
.admin-bar .shrink .for-sticky {
    margin-top: 32px;
}
.header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.menu-box {
	display: block;
	float: left;
	margin: auto;
	text-align: center;
	width: 60%;
}
.logo {
	float: left;
	text-align: left;
	width: 20%;
}
.logo1 {
	display: block;
}
.logo2 {
	display: none;
}
.shrink .logo1 {
	display: none;
}
.shrink .logo2 {
	display: block;
}
.social-top {
	float: left;
	text-align: right;
	width: 20%;
}
.nav-box {
	width: 90%;
}
.navigation li,.menu ul li {position:relative;}
.menu-box .navigation ,.menu-box ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	display: inline-block;
}
.menu-box .navigation li ,.menu-box ul li{
	display: inline-block;
	margin-right: -4px;
}
.menu-box .navigation li a,.menu-box ul li a  {
	color: #fff;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 20px;
	text-transform: uppercase;
}
.shrink .menu-box .navigation li a,.shrink .menu-box ul li a  {
	color: #2b292a;
}
.menu-box .navigation .current > a, .menu-box .navigation li a:hover, .shrink .menu-box .navigation .current a,.menu-box ul li a:hover {
	background-color: #2b292a;
	color: #ffffff;
	background-size: cover;
}
.for-sticky {
	transition: all 0.1s ease-out 0s;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	width: 100%;
	z-index: 333;
}
.shrink .nav-box {
	margin-top: 0;
}
.nav-bg {
	background: #fff;
}
.nav-box {
	margin-top: 60px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
}
.shrink .for-sticky {
	box-shadow: 1px 0px 2px #d3d3d3;
	margin: 0;
	background: #fff;
	-webkit-backface-visibility: hidden;
}
.box-mobile {
	float: right;
	padding-right: 30px;
}
.mobile-menu {
	background: none repeat scroll 0 0 #ffffff;
	display: block;
	height: 0;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100%;
	width: 100%;
	z-index: 3;
	padding: 0;
}
.mobile-menu.in {
	border: 1px solid #EEEEEE;
	max-height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
}
.mobile-menu li a {
	display: block;
	font-size: 11px;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-top: none;
}
.menu-btn {
	border: 3px solid;
	cursor: pointer;
	border-radius: 100px;
	height: 30px;
	line-height: 24px;
	margin: 12px 0;
	text-align: center;
	width: 30px;
	z-index: 3;
	color: #fff;
}
.shrink .menu-btn {
	color: #2b292a;
}
.navigation li ul,.menu-box ul li ul{
	background: none repeat scroll 0 0 #fff;
    display: none;
	border-top: 1px solid #eeeeee;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    text-align: left;
    top: 100%;
    width: 200px;
    z-index: 3;
}
.menu-box ul li ul li ul{left:100%;top:0;}
.other-menu .navigation li ul {
    margin-top: 10px;
}
.menu-box .navigation li ul li {
    display: block;
    float: none;
    margin: 0;
}
.menu-box ul li ul li {display:block;}
.menu-box .navigation li ul li a,.menu-box ul li ul li a {
    font-size: 11px;
	color:#2b292a;
}
.navigation li ul a{
    display: block;
	color:#fff;
	letter-spacing: 2px;
    font-size: 11px;
    padding: 11px 20px;
    text-transform: uppercase;
}
.logo img {
	max-height: 76px;
}
.social-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.social-list > li {
	display: inline-block;
	text-align: center;
}
.social-list a {
	margin: 11px -4px 11px 0;
	font-size: 13px;
	display: block;
	line-height: 1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-position: center center;
}
.shrink .social-list a {
	color: #2b292a;
}
.social-list a:hover {
	color: #ffffff;
	background-color: #2b292a;
}
/*-------------------SLIDER SECTION----------------------------------*/

.img-bg {
	background-position: center center;
	background-size: cover;
}
.slider-mask {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.caption-box {
	padding: 16% 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
.caption-box p {
	color: #ffffff;
	font-size: 16px;
	margin: 20px 0 40px;
}
.caption-box h3 {
	color: #ffffff;
	font-size: 80px;
	letter-spacing: 5px;
	margin: 40px 0 10px;
	line-height: 1;
	text-transform: uppercase;
}
.align-center {
	text-align: center;
}
#home .owl-pagination {
	height: 80px;
	margin-top: -80px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
#home .owl-page.active {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
	border-radius: 100px;
}
#home .owl-page span {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 100px;
	display: inline-block;
	height: 5px;
	text-align: center;
	width: 5px;
}
#home .owl-page {
	display: inline-block;
	height: 30px;
	line-height: 25px;
	margin: 2px;
	width: 30px;
}
.slider .slide {
	display: none;
}
.slider .slide:first-child {
	display: block;
}
/*------------------------------VIDEO BACKGROUND SECTION---------------------------------*/
#home{position:relative;}
#bg-video {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
#big-video-wrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
#big-video-vid {
	position: absolute;
}
#big-video-wrap img {
	max-width: none;
	position: absolute;
}
.vjs-big-play-button, .vjs-text-track-display, .vjs-control-bar {
	display: none;
}
/*-----------------------------ABOUT SECTION-----------------------------------*/
#about .bottom-content .col-md-4:nth-child(4) {
	clear: left;
}
#about .small-title > span {
    background: #2b292a none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 35px;
    padding: 8px;
    text-align: center;
}
.gal-box {
	padding: 0;
}
.gal-box > a {
	display: block;
	position: relative;
}
.gal-detail {
    bottom: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 2;
	opacity:0;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
}
.gal-box a:hover .gal-detail {
	opacity: 1;
}
.gal-detail h4 {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.icon-detail {
    border: 2px solid;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    height: 25px;
    line-height: 19px;
    margin: 10px 5px 0 0;
    opacity: 0.8;
    text-align: center;
    width: 25px;
}
.gal-box p {
    color: #aaaaaa;
    display: inline-block;
    font-family: montserrat;
    font-size: 13px;
    line-height: 1.2;
    margin: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}
.gal-about {
	margin-bottom: 80px;
}
/*-----------------------------TEAM SECTION-----------------------------------*/
#team {
	margin: auto auto 80px;
	max-width: 90%;
}
.teambox {
	padding: 0;
	position: relative;
	x: asd;
	z-index: 1;
}
.top-team {
	left: 30px;
	position: absolute;
	top: 30px;
	z-index: 1;
}
.top-team > h3 {
	color: #ffffff;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}
.top-team > p {
	color: #aaa;
}
.team-social {
	bottom: 30px;
	right: 30px;
	list-style: none;
	padding: 0;
}
.team-social > li {
	display: inline-block;
}
.team-social a {
	background: #2b292a none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	font-size: 13px;
}
.team-social a:hover {
	background: none repeat scroll 0 0 #fff;
	color: #2b292a;
}
.gray-bg {
    background: #e0e0e0 none repeat scroll 0 0;
    padding-bottom: 80px;
    position: relative;
}
.team-bg {
	background-size: cover;
	background-position: center center;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	z-index: 3;
}
.team-detail h3 ,.team-detail h2{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}
.team-post {
    background: #2b292a none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 10px 16px;
    text-transform: uppercase;
}
.team-gallery a {
	display: block;
	position: relative;
}

.hover-detail {
    bottom: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 2;
	opacity:0;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
}
.teambox a:hover .hover-detail {
	opacity: 1;
}
.hover-detail h4 {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.hover-detail p {
    color: #aaaaaa;
    display: inline-block;
    font-family: montserrat;
    font-size: 13px;
    line-height: 1.2;
    margin: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}
/*---------------------BIG BACKGROUND SECTION-----------------------------------------*/
.bg {
	position: relative;
	overflow: hidden;
}
.para-img {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.no-para .para-img {
	background-attachment: scroll;
}

.client-list .col-md-3 {
    margin: 20px 0;
}
.big-text {
	color: #ffffff;
	padding-bottom: 150px;
	padding-top: 150px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.bg-mask {
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 0;
}
.big-text h3 {
	color: #ffffff;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 40px auto 20px;
	max-width: 700px;
	text-transform: uppercase;
}
.big-text i {
	background-color: #fff;
	border-radius: 100px;
	color: #2b292a;
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.big-text p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/*-----------------------------PORTFOLIO SECTION-----------------------------------*/
#works{margin-bottom:80px;padding-bottom:0;}
.port-item {
    padding: 0;
	margin:0;
    position: relative;
	max-width:100%;
}
.port-item a:hover .hover-detail{opacity:1;}
.port-body {
    max-width: 100%;
    transition: height 0.3s ease 0s;
}
.port-filter {
    display: block;
    list-style: outside none none;
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
}
.port-filter > li {
    display: inline-block;
}
.port-filter a {
    border: 2px solid;
    display: block;
    font-family: montserrat;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 10px;
	margin-bottom:3px;
    text-transform: uppercase;
}
.port-filter .active {
    background: #333333 none repeat scroll 0 0;
    border-color: #333333;
    color: #ffffff;
}
.port-attr p {
    color: #aaaaaa;
    display: inline-block;
    font-size: 15px;
    margin: 0 10px 0 0;
    padding-right: 17px;
}
.port-attr{margin-bottom:40px;}
.port-attr p strong{color:#777;}
.worksajax{position:relative;}
.ic-close {
    background-color: #bbbbbb;
    background-position: center center;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
	cursor:pointer;
    line-height: 50px;
    text-align: center;
    width: 50px;
	transition:0.3s;
}
.ic-close:hover{background-color:#888;}
.worksajax,.worksajax .content{background:#e0e0e0;}
.slide-nav.inright {
    border-left: 1px solid #333333;
    left: auto;
    right: 0;
}
.slide-nav {
    background: #2b292a none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    font-size: 14px;
    height: 50px;
    left: auto;
    line-height: 50px;
    position: absolute;
    right: 50px;
    text-align: center;
    width: 50px;
	transition:0.3s;
}
.slide-nav:hover,.go-btn:hover{background:#fff;color:#2b292a;}
.go-btn {
    background: #2b292a none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 40px;
    text-transform: uppercase;
}
.portfolio-gallery.clearfix > div {
    float: left;
    width: 33.3%;
}
.portfolio-gallery a span {
    background: #2b292a none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
	opacity:0;
	transition:0.3s;
}
.portfolio-gallery a {
    position: relative;
	display:block;
}
.portfolio-gallery a:hover span{opacity:1;}
a.pp_previous,a.pp_next{
	transition: none;
	-webkit-transition:none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.worksajax .content {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 40px;
}
/*-----------------------------SERVICES SECTION----------------------------------*/
#services{padding-bottom:0;margin-bottom:80px;}
.gal-service {
    margin-bottom: 80px;
}
#services .bottom-content .col-md-4:nth-child(4) {
    clear: left;
}
#services .small-title i {
    background: #2b292a none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}
.services-list {
    padding-bottom: 80px;
}
/*-----------------------------PRICING TABLE SECTION----------------------------------*/
#pricing-table .top-content{padding-top:80px;}
.p-table {
    background: #ffffff none repeat scroll 0 0;
    margin: auto;
    max-width: 300px;
    text-align: center;
}
.p-top {
    background: #2b292a none repeat scroll 0 0;
    position: relative;
}
.p-top h3 {
    color: #ffffff;
    display: block;
    float: right;
	text-align:left;
    margin: 0;
    padding: 30px;
    text-transform: uppercase;
    width: 70%;
}
.p-left {
    background: #323232 none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
}
.p-left i {
    color: #ffffff;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
}
.p-table p {
    line-height: 1;
    margin: 0;
    padding: 10px 30px;
}
.p-table .p-price {
    font-family: montserrat;
	color:#2b292a;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: -2px;
    padding: 30px;
    text-transform: uppercase;
}
.p-price > span {
    color: #adadad;
    display: block;
    font-family: open sans;
    font-size: 15px;
    letter-spacing: 0;
}
.p-table a {
    background: #2b292a none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    line-height: 1;
    margin: 20px 0 40px;
    padding: 16px 30px;
    text-transform: uppercase;
}
.p-table a:hover{background:#ddd;color:#2b292a;}
/*---------------------CONTACT SECTION----------------------------*/
.map_canvas {
    height: 500px;
    margin-bottom: 80px;
}
.box-map {
    line-height: 1;
    padding: 20px 0 20px 20px;
    text-align: center;
    width: 100%;
}
.box-map > h3 {
    text-transform: uppercase;
	margin: 10px 0 20px;
}
form input,form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: #888;
	line-height: inherit;
	padding: 12px 20px;
	width: 100%;
	font-size:14px;
	background: #fff;
}
#MyContactForm{text-align:left;}
#MyContactForm p span {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}
input:focus, textarea:focus {
	border-color: #000;
	border: 3px solid #000;
}
::-webkit-input-placeholder {
 color: #999;
}
#MyContactForm p label {
    cursor: text;
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
}
:-moz-placeholder { /* Firefox 18- */
 color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #999;
}

:-ms-input-placeholder {
 color: #999;
}
#form-wrapper #MyContactForm .error {
    bottom: 12px;
    color: #FF0000;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    left: auto;
	font-style:italic;
    letter-spacing: 0;
    position: absolute;
    right: 20px;
    text-transform: capitalize;
    width: auto;
}
.wpcf7-submit {
    background: none repeat scroll 0 0 #2b292a;
    color: #ffffff;
    display: inline-block;
    font-family: open sans;
    font-weight: bold;
    letter-spacing: 2px;
    padding:10px 30px;
    text-decoration: none;
    text-transform: uppercase;
	width:auto;
	transition:0.3s;
}
.wpcf7-submit:hover {
	background: #ddd;
	color: #2b292a;
}
#MyContactForm p {
	position: relative;
}
.response h3 {
    letter-spacing: 2px;
    margin: 10px 0 25px;
    text-transform: uppercase;
}
#contact{margin-bottom:80px;}
#contact .small-title i {
    background: #2b292a none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}
#form-wrapper #MyContactForm .error {
	bottom: 12px;
	color: #FF0000;
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	left: auto;
	font-style: italic;
	letter-spacing: 0;
	position: absolute;
	right: 20px;
	text-transform: capitalize;
	width: auto;
}
.wpcf7-form p span:first-child{
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.wpcf7-form p label {
    cursor: text;
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.wpcf7-form p {
	position: relative;
	text-align:left;
}
.wpcf7 p{position:relative;}
.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0;
    position: absolute;
    right: 15px;
    text-transform: none;
    top: 10px;
}
span.wpcf7-form-control-wrap {
	display: inline ;
}
div.wpcf7-validation-errors {
    border: medium none;
    clear: both;
    margin-left: 0;
    margin-top: 10px;
    padding: 10px 0;
    text-align: left;
}
div.wpcf7-mail-sent-ok {
    border: medium none;
    clear: both;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: left;
}
/*-----------------------------FOOTER SECTION-----------------------------------*/
.footer {
    background: #2b292a none repeat scroll 0 0;
    color: #ffffff;
    padding: 40px 0;
}
.footer .container {
    width: 90%;
}
.footer-icon a {
    background: #222222 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.footer-icon > li {
    display: inline-block;
}
.footer-icon {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer-icon a:hover{color:#222;background:#fff;}
.footer p {
    font-family: montserrat;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
}
/*-----------------------------BLOG SECTION-----------------------------------*/
.blog-menu {
    position: relative;
	background:#2b292a;
}
.blog-wrapper {
    margin-bottom: 80px;
}
.blog-menu .nav-box {
    margin-top: 0;
}
.blog-wrapper .content-title {
    font-size: 55px;
    line-height: 1.2;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.border-post {
    background: #2b292a none repeat scroll 0 0;
    height: 2px;
    margin-top: 40px;
    width: 100%;
}
.blog-wrapper .go-btn:hover{background:#eee;}
.post-detail {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.post-detail i {
    background: #e0e0e0 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.post-detail > li {
    display: inline-block;
    font-family: montserrat;
    font-size: 13px;
    margin-right: 10px;
    text-transform: uppercase;
}
.border-post {
    background: #2b292a none repeat scroll 0 0;
    height: 2px;
    margin: 40px 0 20px;
    width: 100%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #2b292a;
    border-color: #2b292a;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}
.pagination li a:hover{color:#2b292a;}
.pagination > li > a, .pagination > li > span {
    color: inherit;
    font-family: montserrat;
}
/*-----------------------------SIDEBAR SECTION----------------------------------*/
.widgettitle {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.widget {
    border-bottom: 2px solid #2b292a;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.widget ul {
    padding: 0 0 0 20px;
}
#searchform {
    margin: 10px 20px;
    position: relative;
}
#searchform #s {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    display: block;
    height: 50px;
    margin: 0;
    padding: 10px 45px 10px 10px;
    width: 100%;
}
#searchform #s:focus{border-color:#aaa;}
#searchform #searchsubmit {
    background: url("images/search.png") no-repeat scroll center center #aaa;
    height: 30px;
    right: 10px;
    line-height: 1;
    margin-top: -15px;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
    width: 30px;
	border:none;
	border-radius: 100px;
}
#searchform #searchsubmit:hover{background-color:#2b292a;}
.widget ul li {
    list-style: outside none square;
    margin-bottom: 5px;
}
.tagcloud a {
    background: none repeat scroll 0 0 #2b292a;
    border: 2px solid #2b292a;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    margin-bottom: 5px;
    padding: 6px 13px;
    text-transform: uppercase;
}
.tagcloud a:hover{border-color:#2b292a;color:#2b292a;background:#fff;}
/*calendar style*/
#wp-calendar {
	width: 100%;
	text-align: center;
	background: #eee;
	font-size: 12px;
	line-height: 3;
	max-width: 370px;
	background: #fff;
	margin: auto;
}
#wp-calendar caption {
    border: 1px solid #DDDDDD;
    color: #fff;
	background:#2b292a;
    font-size: 15px;
	text-align:center;
	font-family:oswald;
    line-height: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
	border-bottom:none;
}
#wp-calendar td a{color:#777;display:block;}
#wp-calendar td a:hover{background:#333;color:#fff;}

#wp-calendar #prev a,#wp-calendar #next a {
    display: inline;
}
#wp-calendar tbody tr td {
    border: 1px solid #DDDDDD;
    color: #BBBBBB;
    font-weight: bold;
}
#wp-calendar thead {
	color: #555555;
}
#wp-calendar thead th {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    text-align: center;
}
#wp-calendar tfoot {
	border: 1px solid #ddd;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tfoot #prev {
	text-align: left;
}
#wp-calendar tfoot a {
	padding: 10px;
}
/*-------------COMMENTS SECTION-------------*/
.commentlist{margin:0;padding:0;list-style:none;}
.fn.comment-author {
 	color: #555555;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
	line-height: 1;
}
.comment-inner.clearfix {
    float: left;
    padding-left: 20px;
    width: 87%;
}
.comment-author.vcard {
    float: left;
    width: 13%;
}
.commentlist ul{list-style:none;}
.comment-meta a {
    font-weight: normal;
	font-style:italic;
	font-size:12px;
}
.comment-meta .comment-edit-link {
    border: 1px solid #DDDDDD;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding: 0 7px;
}
.comment-meta.commentmetadata {
    display: block;
    overflow: hidden;
}
.commentlist .avatar {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 3px;
}
.commentlist li {
    display: block;
    overflow: hidden;
}
.comment-body {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.comment-reply-link {
    float: right;
	font-size:13px;
}

.bypostauthor .fn.comment-author:after {
    content: "\f007";
    background: #dadada none repeat scroll 0 0;
    border-radius: 100px;
    color: #888888;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    margin-left: 3px;
    text-align: center;
    width: 23px;
}

.pagination-comment {
    font-weight: bold;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: right;
    text-transform: uppercase;
}

.comment-form label {
    display: block;
    font-family: open sans;
    text-transform: uppercase;
}

.form-submit #submit {
    background: #2b292a none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 40px;
    text-transform: uppercase;
	width:auto;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.form-submit #submit:hover{background:#eee;color:#2b292a;border-color:#eee;}
.comment-top > span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.title-strong{
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span{color:inherit;}

/*-------------WORDPRESS GENERAL STYLE--------*/
.wp-caption {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
}
.alignleft{text-align:left;}
.alignright{text-align:right;}
.aligncenter{text-align:center;}
img.alignright {
    clear: both;
    display: block;
    float: right;
    margin-bottom: 3px;
    margin-right: 10px;
}
img.alignleft {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 3px;
    margin-right: 10px;
}
img.aligncenter {
    display: block;
    margin: auto;
    text-align: center;
}
.wp-caption-text,.gallery-caption {
    font-size: 13px;
    margin: 0;
    padding: 5px;
    text-align: center;
}
.wp-caption {
    max-width: 100% !important;
}
.rssSummary {
    color: #787878;
    font-size: 13px;
}

.rss-date {
    clear: both;
    color: #2b292a ;
    display: block;
    font-family: montserrat;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.widget_rss cite {
    display: block;
    font-size: 15px;
}
.sticky.blog-post .content-title:before {
    border: 2px solid #aaa;
    color: #fff;
	background:#aaa;
    content: "\f08d";
    display: inline-block;
    float: right;
    font-family: fontawesome;
    font-size: 16px;
    height: 30px;
    line-height: 26px;
    margin-left: 5px;
    text-align: center;
	margin-top:10px;
    width: 30px;
}
.post.sticky .go-btn {
	border:2px solid #2b292a;
	background:#fff;
    color: #2b292a;
}
.post.sticky .go-btn:hover{
	background:#2b292a;
	border-color:#2b292a;
	color:#fff;
}
.post-pager p {
    border-top: 1px solid #eeeeee;
    color: #555555;
    font-family: open sans;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-top: 30px;
}
.post-pager a {
    border: 1px solid;
    margin: 0 5px ;
    padding: 4px 10px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*----404 style--*/
.error-title {
    border: 10px solid;
    display: inline-block;
    font-family: montserrat;
    font-size: 80px;
    margin-bottom: 40px;
    padding: 20px 40px;
}
.error404 h3, .error404 h4 {
    text-transform: uppercase;
}

.error404 h4 a {
    background: #2b292a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
}
.error404 h4 a:hover{color:#2b292a;background:#eee;}
.search-title {
    font-family: open sans;
    font-size: 20px;
    text-transform: uppercase;
}
/*-----------------------------MEDIA QUERIES-----------------------------------*/
@media (min-width:1960px) {
.content, .nav-box, #team {
	max-width: 1713px;
}
}
@media (min-width:768px) and (max-width:1024px) {
.footer-icon{margin-top:10px;}
.logo {
	width: 50%;
}

.footer .col-md-6,.footer-icon{text-align:center;}
}
@media (max-width: 782px) {
.admin-bar .shrink .for-sticky {
    margin-top: 46px;
}
}
@media (max-width: 767px) {
.footer .col-md-6,.footer-icon{text-align:center;}
.admin-bar .shrink .for-sticky {
    margin-top: 46px;
}
.footer-icon{margin-top:10px;}
.nav-box {
	margin-top: 30px;
}
.logo {
	width: 50%;
}
.caption-box h3 {
	font-size: 60px;
}
.blog-wrapper .content-title{font-size:40px;}
.caption-box p {
	font-size: 14px;
	line-height: 1.5;
}

}
@media (max-width: 600px) {
	.admin-bar .shrink .for-sticky {
    margin-top: 0;
}
}
