/*
Theme Name: Cizarua
Author: ridianur
Author URI:  http://ridianur.com/
Theme URI: http://themeforest.net/user/ridianur
Description: Cizarua 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.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: cizarua
Tags: one-column, two-columns, right-sidebar,custom-colors,custom-logo,featured-images
*/

/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
GENERAL SECTION
HEADER SECTION
SLIDER SECTION
VIDEO BACKGROUND SETTING
BIG BACKGROUND SECTION
PORTFOLIOS SECTION
ABOUT SECTION
TEAM SECTION
CONTACT SECTION
FOOTER SECTION
BLOG SECTION
----SIDEBAR SECTION
MEDIA QUERIES
-------------------------------------------------------------

------------------------------------------------------------*/

/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/


body, html {
	height: 100%;
}
body {
    color: #7d7d7d;
    font-family: "open sans",sans-serif;
    font-size: 14px;
    line-height: 2.2;
}
[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: #000000;
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	color: #000;
	line-height:1.4;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
	height:auto;
}

.spacing10 {
	width: 100%;
	height: 10px;
}
.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;
}
.content {
    padding: 100px 0;
}
.open-text{font-style:italic;}
/* 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;
}
body.admin-bar {
    margin-top: -32px;
}
.admin-bar .blog-header {
    margin-top: 32px;
}
/*-----------------------------HEADER SECTION-----------------------------------*/
.admin-bar .for-sticky {
    margin-top: 32px;
}
.top-logo {
    margin-bottom: 15px;
    margin-top: 35px;
    text-align: center;
}
.top-logo > a {
    display: inline-block;
}
.home-section.header {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
	z-index:999;
}
.logo {
    display: none;
	padding:8px 0;
}
.is-sticky .logo {
	display:block;
    float: left;
    max-width: 20%;
}
.menu-box {
    float: none;
    margin: auto;
    max-width: 80%;
    text-align: center;
}
.is-sticky .menu-box {
    float: right;
    max-width: 80%;
    text-align: right;
}
.menu-box ul li ul {
    background: #1f1f1f none repeat scroll 0 0;
    display: none;
    left: 0;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 200px;
    z-index: 3;
}
.menu-box .navigation li ul li a,.menu-box ul li ul li a {
    font-size: 10px;
	line-height: 2.2;
	padding: 15px 10px;
}
.menu-box ul li ul li ul{left:100%;top:0;}
.navigation li,.menu ul li {position:relative;}
.menu ul,.navigation{
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.navigation li,.menu ul li {
    display: inline-block;
}
.navigation li a,.menu ul li a {
    color: rgba(255, 255, 255, 0.45);
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    letter-spacing: 2.5px;
    padding: 25px 17px;
    text-transform: uppercase;
}
.navigation li a:hover,.menu ul li a:hover{color:#fff;}
.navigation .current a{color:#fff;}
.for-sticky {
    top: 0;
    left: 0;
    width: 100%;
	z-index:9999;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.navigation ul li {
    width: 100%;
}
.is-sticky .for-sticky {
    background: #000 none repeat scroll 0 0;
}
.box-mobile {
	float: right;
	padding: 18px 0;
}
.mobile-menu {
	background: none repeat scroll 0 0 #fafafa;
	display: block;
	height: 0;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all 0.3s ease 0s;
	max-height: 480px;
	top: 100%;
	width: 100%;
	z-index: 3;
	padding: 0;
}
.mobile-menu.in {
	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 {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    text-align: center;
    width: 30px;
    z-index: 3;
	font-size:14px;
}
/*-----------------------------SLIDER SECTION-----------------------------------*/
.slider-box{overflow:hidden;}
.slider .slide {
	display: none;
}
.slider .slide:first-child {
	display: block;
}
.slider-mask {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide {
    position: relative;
	text-align:center;
}
.slider-border {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 40px;
    margin-bottom: 30px;
    opacity: 0.5;
    width: 1px;
}
.caption-box h3 {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 1.7;
    margin: 40px auto;
    max-width: 700px;
    text-transform: uppercase;
}
.slide p {
    font-family: "Cormorant Garamond",serif;
    font-size: 18px;
    font-style: italic;
    line-height: 2;
	opacity:0.7;
    margin: 0 auto 40px;
    max-width: 1000px;
}
.slide-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    color: #000;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
}
.slide-btn:hover{
	background:#000;
	color:#fff;
}
.caption-box {
    color: #fff;
    padding: 16% 30px;
}
.img-bg {
	background-position: center center;
	background-size: cover;
}
#home .owl-pagination {
    height: 80px;
    margin-top: -80px;
    padding-right: 80px;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 1;
}
#home .owl-page.active {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    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;
	text-align: center;
    margin: 2px;
    width: 30px;
}
#home .owl-buttons {
    height: 80px;
    margin-top: -80px;
    padding-left: 80px;
    position: relative;
    text-align: left;
    width: 50%;
    z-index: 2;
}
#home .slide-nav.inright {
    left: 122px;
}
#home .slide-nav {
    border: 3px solid;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    width: 40px;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
#home .slide-nav:hover{color:#000;border-color:#fff;background-color:#fff;}
/*------------------------------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;
}
/*-----------------------------PORTFOLIOS SECTION-----------------------------------*/
.single-portfolio .close{display:none;}
.port-filter {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.port-filter li {
    display: inline-block;
    margin: 0 3px;
}
.port-filter a {
    background: #888888 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    padding: 13px 20px;
    text-transform: uppercase;
}
.port-filter .active,.port-filter a:hover{
	background:#000;
	color:#fff;
}
.port-content {
    padding: 20px 40px 20px 0;
    position: relative;
}
.port-content i {
    position: absolute;
    right: 0;
    top: 35px;
}
.port-content h3 {
    font-size: 22px;
    margin: 0 0 3px;
    padding-right: 60px;
    text-transform: capitalize;
}
.port-cat {
    color: #888888;
    font-family: rubik;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0;
    padding-right: 60px;
    text-transform: uppercase;
}
.port-content i {
    position: absolute;
    right: 0;
    top: 20px;
    border: 4px solid;
    border-radius: 100px;
    color: #b9b9b9;
    height: 40px;
    line-height: 32px;
    text-align: center;
    width: 40px;
}
.port-ajax {
    display: block;
    position: relative;
}
.port-hov {
    background: rgba(255,255,255,0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.port-hov:hover{opacity:1;}
.port-hov i {
    background: #888888 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}
.worksajax .content{
	padding-bottom:0;
}
.portfolio-body{
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.portfolio-gallery div{width:33.3%;float:left;}
.portfolio-gallery a{position:relative;display:block;}
.portfolio-gallery a span {
    background: rgba(255,255,255,0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.portfolio-gallery a span:hover{opacity:1;}
.portfolio-gallery a i {
    background: #888888 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.work-content .slide-nav.inright {
    left: 65px;
}
.work-content .slide-nav {
    border: 3px solid;
    border-radius: 100px;
    bottom: 20px;
    color: #ffffff;
    font-size: 15px;
    height: 40px;
    left: 20px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 40px;
}
.work-content  .big-title{margin-bottom:0;}
.work-content .slide-nav:hover{color:#000;border-color:#fff;background-color:#fff;}
/*---------------------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;
}

.big-text {
	color: #ffffff;
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.bg-mask {
	background-color: rgba(0, 0, 0, 0.8);
	left: 0;
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	z-index: 0;
}
.bg-title {
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 1.7;
    margin: 40px auto;
    max-width: 700px;
    text-transform: uppercase;
}
.bg-icon {
    border: 4px solid;
    border-radius: 100px;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 32px;
    margin: auto auto 40px;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.bg-text {
    font-family: "Cormorant Garamond",serif;
    font-size: 18px;
    font-style: italic;
    line-height: 2;
    margin: 0 auto 40px;
    max-width: 1000px;
    opacity: 0.7;
}
.bg-sub{
	margin-bottom: 40px;
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    color: #000;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
}
/*-----------------------------PRICING TABLE SECTION-----------------------------------*/
.single-pricing-table .content.black-bg.big-text {
    background: #333 none repeat scroll 0 0;
}
.pricing-table {
    border: 1px solid;
    margin: auto auto 30px;
    max-width: 300px;
    padding: 20px;
}
.pricing-btn {
    margin-bottom: 30px;
}
.pricing-table > h3 {
    color: #fff;
    font-size: 25px;
    margin: 0;
}
.price-icon {
    border: 4px solid;
    border-radius: 100px;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 32px;
    margin: auto auto 20px;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.pricing-table .slider-border {
    margin: 20px 0;
}
.price {
    font-family: "Rubik",sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    opacity: 0.5;
    text-transform: uppercase;
}

/*-----------------------------ABOUT SECTION-----------------------------------*/
.content-title {
    font-family: "Rubik",sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 5px;
    margin:5px 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.sub-title {
    color: #888888;
    font-family: rubik;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
	padding-right: 60px;
}
.big-title {
    font-size: 25px;
    margin: 5px 0 40px;
    text-transform: capitalize;
	padding-right: 60px;
}
.sub-text {
    color: #4e4e4e;
    font-family: "Cormorant Garamond",serif;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.6;
}
.content-subtitle {
    color: #888888;
    font-family: "Cormorant Garamond",serif;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.6;
    margin: auto auto 40px;
    max-width: 600px;
    text-align: center;
}
.go-btn {
    background: #000 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
}
.go-btn:hover{background:#888888;color:#fff;}
.opener-text {
    color: #888888;
    font-family: rubik;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.content-border {
    background: #b9b9b9 none repeat scroll 0 0;
    display: block;
    height: 40px;
    margin: auto auto 20px;
    width: 1px;
}
.content-icon {
    border: 4px solid;
    border-radius: 100px;
    color: #b9b9b9;
    height: 40px;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.box-relative{position:relative;}
/*-----------------------------TEAM SECTION-----------------------------------*/
#team .col-md-4:nth-child(4) {
    clear: left;
}
.team-box .opener-text {
    font-size: 15px;
}
.team-box .content-title {
    font-size: 27px;
    padding: 0 30px;
}
.small-icon {
    display: block;
    border: 4px solid;
    border-radius: 100px;
    color: #b9b9b9;
    height: 40px;
    line-height: 32px;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
	margin:auto;
}
.team-box .content-subtitle {
    padding: 0 30px;
}
.team-relative {
    background: #000 none repeat scroll 0 0;
    position: relative;
}
.team-relative  img{
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.team-relative:hover  img{
    opacity: 0.5;
}
.team-absolute {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
	z-index:3;
}
.team-name {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    margin: 0;
}
.team-post {
    font-family: rubik;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 3px;
    opacity: 0.6;
    text-transform: uppercase;
}
.team-relative .slider-border {
    height: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.team-social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.team-social > li {
    display: inline-block;
}
.team-social a {
    border: 3px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    line-height: 29px;
    opacity: 0.7;
    width: 35px;
}
.team-social a:hover{
	border-color:#fff;
	color:#000;
	background:#fff;
	opacity:1;
}
#services .col-md-4:nth-child(4) {
    clear: left;
}
/*-----------------------------CONTACT SECTION-----------------------------------*/
.map_canvas {
    height: 400px;
    margin-bottom: 40px;
}
.box-map {
    line-height: 1;
    padding: 20px 0 20px 20px;
    text-align: center;
    width: 100%;
}
.box-map > h3 {
    font-size: 16px;
    letter-spacing: 3px;
    margin: 10px 0 20px;
    text-transform: uppercase;
}
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%;
	background: #fff;
}
#MyContactForm{text-align:left;}
#MyContactForm p span {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}
input:focus, textarea:focus {
	border-color: #aaa;
}
::-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;
}
.contact-btn,.wpcf7-submit {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
    width: auto;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}

.contact-btn:hover,.wpcf7-submit:hover {
	background: #888888;
	color: #fff;
}
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: block ;
}
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;
}
#MyContactForm p {
	position: relative;
}
.response h3 {
    letter-spacing: 2px;
    margin: 10px 0 25px;
    text-transform: uppercase;
}

.contact-box .sub-title{
	color:#000;
}
/*-----------------------------FOOTER SECTION-----------------------------------*/
.footer {
    background: #000  none repeat scroll 0 0;
    color: #ffffff;
    padding: 40px 0;
}

.footer-icon a {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-radius: 100px;
    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 a {
    color: rgba(255, 255, 255, 0.5);
}
.footer a:hover{color:#fff;}
.footer-icon a:hover{color:#fff;background:rgba(255, 255, 255, 0.5) none repeat scroll 0 0; ;}
.footer p {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}
/*-----------------------------BLOG SECTION----------------------------------*/
.blog-header .logo {
    display: block;
    float: left;
    max-width: 20%;
}
.blog-header .menu-box {
    float: right;
    max-width: 80%;
    text-align: right;
}
.blog-header {
    background: #000 none repeat scroll 0 0;
	z-index:999;
	position: relative;
}
.blog-title {
    margin: 0 0 5px;
}
.post-detail {
    border-bottom: 1px solid #dedede;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.post-detail > li {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 30px;
}
.post-detail li i {
    background: #b9b9b9 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.border-post {
    background: #dedede none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 40px;
    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: #000000;
    border-color: #000000;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}
.pagination li a:hover{color:#000000;}
.pagination > li > a, .pagination > li > span {
    color: inherit;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.blog-wrapper .slide-nav.inright {
    left: 65px;
}
.blog-wrapper .slide-nav {
    border: 3px solid;
    border-radius: 100px;
    bottom: 20px;
    color: #ffffff;
    font-size: 15px;
    height: 40px;
    left: 20px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 40px;
}
.blog-wrapper .slide-nav:hover{color:#000;border-color:#fff;background-color:#fff;}
/*-----------------------------SIDEBAR SECTION----------------------------------*/
.widgettitle {
    font-family: rubik;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.widget {
    border-bottom:1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.widget ul {
    padding: 0 0 0 20px;
}
#searchform {
    margin: 0x;
    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;
	border-radius:100px;
    padding: 10px 45px 10px 15px;
    width: 100%;
}
#searchform #s:focus{border-color:#aaa;}
#searchform #searchsubmit {
    background: url("images/search.png") no-repeat scroll center center #000;
    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:#b9b9b9  ;}
.widget ul li {
    list-style: outside none square;
    margin-bottom: 5px;
}
.tagcloud a {
    background: #b9b9b9 none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5px;
    padding: 6px 17px;
    text-transform: uppercase;
}
.tagcloud a:hover{color:#fff;background:#000;}

.widget-box #wp-calendar caption {
    border: medium none;
}
.widget-box .rss-date {
    color: #eee;
}
.widget-box a.rsswidget {
    color: #fff;
}
.widget-box .tagcloud a {
    border: 1px solid #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:rubik;
    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:#000;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;
}
/*-------------WORDPRESS GENERAL STYLE--------*/
.wp-caption {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
}
.wp-caption.aligncenter {
    margin: auto;
}
.wp-caption.alignleft {
    float: left;
}
.wp-caption.alignright {
    float: right;
}
.alignleft{text-align:left;margin-right: 5px;}
.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: open sans;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.widget_rss cite {
    display: block;
    font-size: 15px;
}

.sticky.blog-post .blog-title::before {
    background: #b9b9b9 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    content: "\f08d";
    display: inline-block;
    float: right;
    font-family: fontawesome;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: center;
    width: 30px;
}
.post.sticky .go-btn {
	background:#b9b9b9;
    color: #fff;
}
.post.sticky .go-btn:hover{
	background:#000;
	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;
}
.widget ol li ul li ol li {
    list-style-type: lower-alpha;
}
.widget ul li ol li {
    list-style-type: decimal;
}
.widget ul li ol li ul li {
    list-style-type: square;
}
.widget_rss .rsswidget {
    font-family: rubik;
    font-weight: 500;
}
.form-submit #submit {
    background: #000 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 16px 35px;
    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;
	border:none;
}
.form-submit #submit:hover,.post-password-form input[type="submit"]:hover{
	background:#b9b9b9;
}
.comment-reply-title {
    font-size: 18px;
}
.post-password-form input {
    border: 1px solid #ccc;
    border-radius: 100px;
    color: #aaa;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: auto;
}
.post-password-form input[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 16px 35px;
    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;
	border:none;
}

/*-------------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;
}

.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;}

/* 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. */
}
/*-------------COMMENTS SECTION-------------*/
.comment-list, .com-child {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
}
.comment-list{padding:0;}
.comment-ava > img {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100px;
}
.comment-ava {
    float: left;
    padding-right: 20px;
    width: 20%;
}
.com-box {
    float: left;
    width: 80%;
}
.comment-list .comment {
    display: block;
    margin: 10px 0;
    overflow: hidden;
}
.com-author {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}
.com-reply {
    float: right;
    font-size: 13px;
}
.com-meta {
    font-size: 12px;
    font-style: italic;
}
.comment-content {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 20px 0;
}
.com-btn {
    background: #000 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
	width:auto;
    text-transform: uppercase;
	-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;
}

.com-btn:hover{background:#b9b9b9 ;color:#fff;border-color:#b9b9b9 ;}
.comment-top > span {
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.title-strong {
    font-size: 14px;
    letter-spacing: 4px;
    margin: 0;
    text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span{color:inherit;}
/*----404 style--*/
.error-title {
    background: #b9b9b9 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: rubik;
    font-size: 100px;
    font-weight: bold;
    letter-spacing: -12px;
    margin-bottom: 40px;
    padding: 30px 70px;
    text-transform: uppercase;
}

.search-title {
    border-bottom: 1px solid #eee;
    font-size: 30px;
    margin: 0 0 40px;
    padding-bottom: 20px;
}
button, input, select, textarea {
    max-width: 100%;
}
/*-----------------------------MEDIA QUERIES-----------------------------------*/

@media (min-width:768px) and (max-width:1024px) {
.logo,.is-sticky .logo,.blog-header .logo{
    display: block;
    float: left;
    max-width: 50%;
}
.footer,.footer-icon{text-align:center;}
}
@media (max-width: 796px) {
.admin-bar  .for-sticky {
    margin-top: 46px;
}
	body.admin-bar {
    margin-top: -46px;
}
.admin-bar .blog-header {margin-top: 46px}
}
@media (max-width: 767px) {
.logo,.is-sticky .logo,.blog-header .logo{
    display: block;
    float: left;
    max-width: 50%;
}
.port-filter a,.post-detail > li {
    margin-bottom: 5px;
}
.footer,.footer-icon{text-align:center;}
body.admin-bar {
    margin-top: -46px;
}
.admin-bar .for-sticky {
    margin-top: 46px;
}
}
@media (max-width: 600px) {
	#home .owl-pagination,#home .owl-buttons {
    display: none;
}
.caption-box h3 {
    font-size: 22px;
    letter-spacing: 4px;
}
.slide p,#home .slider-border{display:none;}
.admin-bar .is-sticky .for-sticky {
    margin-top: 0;
}
}
@media (max-width: 360px) {
	.box-mobile {
    float: right;
    padding: 10px 0;
}
}
