/*
Theme Name: mgevents
Theme URI: 
Author: DPM Digital.
Author URI: http://dpm.clientprojectpreview.com/
Description: bmgevents theme come with advanced theme panel for customization.
Version: 4.9
Text Domain: mgevents
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Fonts CSS
2.0 Main CSS
3.0 Alignments
4.0 Comments
    4.1 Comments Content
    4.2 Comments Form
5.0 Pagination CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Fonts CSS
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Cormorant:400,500,600');
@font-face {
font-family: 'JosefinSans';
src: url('fonts/JosefinSans.eot?#iefix') format('embedded-opentype'),
	 url('fonts/JosefinSans.woff') format('woff'),
	 url('fonts/JosefinSans.ttf')  format('truetype'),
	 url('fonts/JosefinSans.svg#JosefinSans') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'JosefinSans-SemiBold';
src: url('fonts/JosefinSans-SemiBold.eot?#iefix') format('embedded-opentype'),
	 url('fonts/JosefinSans-SemiBold.woff') format('woff'),
	 url('fonts/JosefinSans-SemiBold.ttf')  format('truetype'),
	 url('fonts/JosefinSans-SemiBold.svg#JosefinSans-SemiBold') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'ProximaNova-Light';
src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
	 url('fonts/ProximaNova-Light.otf')  format('opentype'),
	 url('fonts/ProximaNova-Light.woff') format('woff'),
	 url('fonts/ProximaNova-Light.ttf')  format('truetype'),
	 url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
font-weight: normal;
font-style: normal;
}
/*--------------------------------------------------------------
2.0 Main CSS
--------------------------------------------------------------*/
html{
	height: 100%;
}
body{
	font-family: 'ProximaNova-Light';
	margin: 0;
	padding: 0;
	font-size: 12pt;
	letter-spacing: 2px;
	color: #000;
	height: 100%;
}
a, a:hover{
	text-decoration: none;
	color: #000;
}
h1{
	font-family: "JosefinSans-SemiBold";
	font-size: 12pt;
	text-transform: uppercase;
	position: relative;
	margin: 0;
}
h2{
	font-family: 'JosefinSans';
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
	margin: 0;
}
header {
    background: #fff;
    left: 0;
	padding: 12px 0 15px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.logo img {
    width: 134px;
	padding: 5px 0 0;
}
.header-height {
    height: 68px;
}
.main-nav ul {
    margin: 0;
    padding: 4px 0 0;
    text-align: center;
}
.main-nav ul li {
    display: inline-block;
    padding: 0 18px;
}
.main-nav ul li a {
    border-bottom: 1px solid #fff;
    color: #000000;
    font-family: 'JosefinSans-SemiBold';
    font-size: 10pt;
    padding: 0 5px;
    text-decoration: none;
	text-transform: uppercase;
}
.main-nav ul li:hover a, .main-nav ul li.current-menu-item  a{
	border-bottom: 1px solid #000;
}
.social-icon ul {
    margin: 0;
	padding:5px 0 0;
    text-align: right;
}
.social-icon ul li{
	display: inline-block;
	padding: 0 6px;
}
.social-icon ul li:last-child{
	padding-right: 0;
}
.social-icon ul li img{
	width: 14px;
}

.home-event {
    background: #000000;
	text-align: center;
	padding: 86px 0 80px;
}
.home-event p{
	font-family: "JosefinSans";
	text-transform: uppercase;
	font-size: 12pt;
	color: #fff;
	line-height: 40px;
}

.selected-work{
	text-align: center;
	padding: 91px 0;
}
.title {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 0 15px;
	z-index: 9;
}
.heading{
	position: relative;
}
.selected-work .heading{
	margin-bottom: 82px;
}
.heading:after {
    background: #000;
    content: "";
    height: 1px;
    left: 0;
	right: 0;
	margin: 0 auto;
    position: absolute;
    top: 10px;
    width: 86%;
}
.work-box{
	position: relative;
	margin: 0 0 30px;
}
.work-image img{
	width: 100%;
}
.overlay {
    background: rgba(0, 0, 0, 0.60) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.overlay p {
	font-family: "JosefinSans-SemiBold";
    color: #fff;
    font-size: 12pt;
    margin: 0;
    position: absolute;
    left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
}
.work-box:hover .overlay{
	opacity: 1;
}
.view-btn{
	margin: 30px 0 0;
	font-size: 10pt;
	font-family: "JosefinSans-SemiBold";
	text-align:center;
}
.view-btn span{
	position:relative;
}
.view-btn span:after {
	background: url(images/arrow.svg) no-repeat;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
	margin:0 auto;
    top: 25px;
    width: 10px;
}
.view-btn a {
	font-size: 12pt;
	font-family: "JosefinSans-SemiBold";
    background: #000000;
    color: #fff;
    display: inline-block;
    padding: 0px 20px;
	height:47px;
	line-height: 43px;
    text-transform: uppercase;
	text-decoration: none;
	border:2px solid #000;
}
.view-btn a:hover{
	background:none;
	color: #000000;
	
}
.more-project{
	text-align: center;
	margin: 0 0 48px;
}
.more-project a{
	display: inline-block;
	text-transform: uppercase;
	color: #000;
}
.text-center {
    text-align: center;
}
#tb-ajax-loader {
    text-align: center;
}
.testimonial{
	text-align: center;
	padding: 15px 0 100px;
}
.testimonial .heading{
	margin-bottom: 126px;
}
.owl-carousel {
    margin: 0 auto;
    max-width: 742px;
}
.owl-carousel1{
	max-width: 100%;
}
.worked-box img {
    margin: 0 auto;
}
.testimonial .item {
    margin: 0 auto;
    max-width: 446px;
}
.testimonial .item p{
	font-size: 12pt;
	color: #000;
	line-height: 30px;
	margin: 0 0 34px;
}
.testi-name, .testi-position{
	font-size: 12pt;
}
.testi-name{
    margin: 0 25px;
	position:relative;
}
.testi-name:after{
    background: #000;
    content: "";
    height: 1px;
    position: absolute;
    right: -12px;
    top: 6px;
    width: 5px;
}
.testi-from {
	font-family: "JosefinSans-SemiBold";
    display: block;
    margin: 6px 0 0;
	text-transform: uppercase;
}
.owl-carousel1 .owl-prev:before, .owl-carousel1 .owl-next:after{display:none;}
.owl-prev:before {
	background: url(images/testimonial-arrow.svg) no-repeat;
	color: #fff;
	content: "";
	left: 0;
	position: absolute;
	top: 20%;
	width: 48px;
	height: 48px;
	transform: rotate(-180deg);
}
.owl-next:after {
	background: url(images/testimonial-arrow.svg) no-repeat;
	content: "";
	right: 0;
	position: absolute;
	top: 20%;
    width: 48px;
	height: 48px;

}
.worked-area{
	text-align: center;
	padding: 0 0 70px;
}
.worked-area .heading{
	margin-bottom: 80px;
}
.worked ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.worked ul li {
    flex: 1 1 0;
    list-style: outside none none;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}
.worked ul li img {
    margin: 0 auto;
}
/*====== slider css start here=========*/
.owl-carousel2{
	 max-width: 100%;
}
.owl-carousel2, .owl-stage-outer, .owl-stage, .owl-item, .owl-item .item, .slider-box{
	height: 100%;
}
.slider {
	position: relative;
	height: 100%;
	margin-bottom: 73px;
	padding-top: 54px;
	overflow:hidden;
}
.portfolio-slider{
	overflow:hidden;
}
.slider-box img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
.slider-box.potrat img {
    float: left;
    width: 50%;
}
.portfolio-slider .slider-box.potrat img:first-child {
    border-right:20px solid #fff;
}
.portfolio-slider {
    border-bottom: 15px solid #fff;
}
.owl-carousel2 .owl-prev:before, .owl-carousel2 .owl-next:after{display: none;}
.arrow {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 9;
}
.arrow img {
    margin: 0 auto;
    width: 50px;
}
/*====== slider css end here=========*/
/*====== about page css start here=========*/
.about-area {
    padding: 0 0 33px;
}
.about-area .row {
    display: table;
    width: 100%;
}
.equal.height {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.about-image img {
    width: 100%;
}

.about-content {
    max-width: 460px;
    padding: 0 0 0 60px;
}
.about-content h1{
	margin: 0 0 22px;
}
.about-content p {
	font-family: 'ProximaNova-Light';
    font-size: 12pt;
    line-height: 22px;
    margin: 0 0 20px;
}
/*====== about page css end here=========*/
/*======Contact page css start here=======*/
.contact-area {
    padding: 0 0 33px;
}
.contact-area .row {
    display: table;
    width: 100%;
}
.equal.height {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.contact-image img {
    width: 100%;
}
.contact-content {
    padding: 0 0 0 60px;
}
.contact-content h1{
	font-size: 12pt;
	margin: 0 0 22px;
}
.contact-content p {
	font-family: 'ProximaNova-Light';
    font-size: 12pt;
    line-height: 22px;
    margin: 0 0 3px;
}
.contact-form {
    margin: 35px 0 0;
}
.contact-form input {
	font-family: 'ProximaNova-Light';
	color:#000;
    border: 1px solid #000000;
    height: 25px;
    margin: 0 0 14px;
    padding: 0 0 0 7px;
    width: 100%;
	letter-spacing: 2px;
	font-size:12px;		
}
.contact-form textarea {
	font-size:12px;	
	font-family: 'ProximaNova-Light';
	color:#000;
	letter-spacing: 2px;
    border: 1px solid #000000;
    height: 103px;
    margin: 0 0 14px;
    padding: 10px 0 0 7px;
    width: 100%;
}
.contact-form .submit-btn {
	font-family: "JosefinSans-SemiBold"!important;
	font-size:10pt;
	text-transform:uppercase;
    background: #000;
    color: #fff !important;
	border:2px solid #000;
    float: right;
	height: 30px;
    line-height: 25px;
    padding: 0px 45px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}
.submit-btn:hover{background:none; color:#000 !important;}
span.wpcf7-not-valid-tip{font-size:14px !important;}
.wpcf7-not-valid {margin: 0 0 10px!important;}
.wpcf7-not-valid-tip{margin: 0 0 10px!important; color:#FF3939; display:block;}
.wpcf7-response-output.wpcf7-validation-errors {text-align: center; color:#FF3939; font-size: 18px;}
.wpcf7-response-output.wpcf7-mail-sent-ok {color: green; font-size: 18px; text-align: center;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: 2px solid #000 !important;}
/*======Contact page css end here=======*/
/*=============select css start here===================*/
.dropdown-menu {
	margin: 0;
	box-shadow: none;
}
.bootstrap-select {
	width: 100%!important;
	margin-bottom: 50px!important;
}
.bootstrap-select > .dropdown-toggle {
	background: #fff;
	border: 1px solid #000;
	height: 25px;
	border-radius: 0;
	width: 100%;
	padding: 0 0 0 7px;
	margin: 0;
	font-size: 10px;
}
.bootstrap-select >.dropdown-menu, .bootstrap-select.btn-group .dropdown-menu.inner {	
	background: #fff!important;
	border-top: 0px;
	border-color:#000;
	border-radius: 0;
	padding: 0 0 10px;
	width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu li a{
	font-size: 12px;
	padding: 15px 0 0px 20px;
	color: #000;
	text-transform: capitalize;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
	color: #000;
	text-transform:capitalize;
}
.bootstrap-select .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	background: #fff;
	color: #000;
	border: 1px solid #000 !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #000;
	letter-spacing: 2px;
	text-transform: capitalize;
	font-size: 12px;
	line-height:14px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	color: #000;
}
.bootstrap-select .btn-default.active.focus, .bootstrap-select .btn-default.active:focus, .bootstrap-select .btn-default.active:hover, .bootstrap-select .btn-default:active.focus, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	color: #fff!important;
	background-color: #fff;
	border-color: #000
}
.bootstrap-select > .dropdown-toggle:focus {
	outline: 0;
}
.bootstrap-select.btn-group .dropdown-menu li:hover a, .selected a, .selected a:focus {
	background: #fff!important;
}
.bootstrap-select.btn-group .dropdown-menu li:hover a span.text {
	color: #000!important;
}
.bootstrap-select .dropdown-menu>li>a:focus {
	background: #fff!important;
	color: #000!important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top: -6px!important;
	 right: 7px!important;
}
.bs-caret .caret{
	background: url(images/arrow.svg) no-repeat;
	height: 14px;
	width: 14px;
	border: 0!important;
}
.btn-group.bootstrap-select.open .caret{
	background: url(images/arrow.svg) no-repeat;
	transform: rotate(-180deg);
}
.btn.dropdown-toggle.btn-default:focus{
	box-shadow: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000!important;
	opacity: 1!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000!important;
	opacity: 1!important;
}
/*=============select css end here===================*/
/*=============portfolio single css start here===================*/
.portfolio-single {
    padding: 0 0 70px;
}
.landscape-image, .potrate-image{
	margin: 0 0 12px;
}
.landscape-image img, .potrate-image img {
    width: 100%;
}
.potrate-image .row{
	margin: 0 -6px;
}
.custom-padding{
	padding: 0 6px;
}
.portfolio-dis{
    padding: 0 150px 0 0;
    position: fixed;
    width: 33.333%;
}
.portfolio-dis h1 {
    margin: 0 0 20px;
}
.portfolio-dis a {
    padding: 0 0 0 15px;
    position: relative;
	font-size: 10pt;
	text-transform:uppercase;
}
.portfolio-dis .backtoportfolio:after {
    color: #000;
    content: "<";
    font-size: 13px;
    left: 0;
	top: -5px;
    position: absolute;
}
.info{
	margin: 0 0 25px;
}
.portfolio-dis span {
    display: block;
    padding: 0 0 10px;
	text-transform: uppercase;
	font-family: 'JosefinSans';
	font-size: 10pt;
}
.portfolio-dis p{
	font-family: 'ProximaNova-Light';
	font-size: 12pt;
	line-height: 24px;
	margin: 0 0 20px;
}
.portfolio-single .view-btn {
    margin-top: 60px;
}

/*=============portfolio single css end here===================*/

footer {
	border-top: 1px solid #dedede;
    background: #000000;
    text-align: center;
	padding: 8px 0;
}
footer span{
	font-family: 'JosefinSans';
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.copyright {
    margin: 0 30px 0 0;
	position: relative;
}
.copyright::after {
    background: #fff;
    content: "";
    height: 11px;
    position: absolute;
    right: -15px;
    top: 1px;
    width: 1px;
}
/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
/*--------------------------------------------------------------
4.0 Comments
--------------------------------------------------------------*/

/* 4.1 Comments Content
-------------------------------------------------------------- */
.leavereply {
	margin-bottom: 20px;
}
.note {
	font-size: 10px;
}
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	font-family: "Bitter",Georgia,serif;
	font-size: 30px;
	margin: 0 0 30px;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist li {
	margin: 0 0 0 25px;
}
.commentlist p {
	margin: 5px 0;
}
.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 10px 0;
	position: relative;
}
.commentlist li:last-child {
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
#content .commentlist .avatar {
	border-radius: 100%;
	border: 6px solid #cdcdcd;
	height: 66px;
	left: -100px;
	margin-right: 5px;
	position: absolute;
	top: 4px;
	width: 66px;
}
.comment-author {
	position: relative;
}
.comment-author img.avatar {
	margin: 0;
}
.comment-author cite {
	text-transform: capitalize;
	color: #000;
	font-style: normal;
	font-weight: 400;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a {
	text-decoration: none;
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 25px;
}
.forums .reply {
	position: relative;
	top: 0;
}
.reply a, a.comment-edit-link {
	color: #222;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	background: url("images/corner-arrow.png") no-repeat scroll left 0 transparent;
	padding-left: 45px;
}
.comment-body {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding: 12px 0 12px 0px;
}
.comment-edit-link {
	display: none;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* 4.2 Comments form 
-------------------------------------------------------------- */
#content #respond {
	border: 1px solid #eee;
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 20px;
	position: relative;
	margin-top: 25px;
}
.comments-template {
	margin-bottom: 20px;
	margin-top: 0px;
}
.comments-template #commentsbox {
	padding-top: 10px;
}
.comments-template a {
	color: #25588e !important;
	text-decoration: none;
}
.comments-template a:hover {
	color: #033468 !important;
	text-decoration: underline;
}
.comments-template .reply a {
	background: #25588e;
	border: 2px solid #25588e;
	border-radius: 4px;
	cursor: pointer;
	color: #fff !important;
	display: inline;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0;
	padding: 6px 30px;
	position: relative;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	text-decoration: none;
}
.comments-template .reply a:hover {
	background: #033468;
	border: 2px solid #033468;
	color: #fff !important;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
#comments {
	color: #000;
	font-size: 20px;
	margin-bottom: 0;
	padding: 10px 0;
}
.commentmetadata {
	margin: 0 0 15px;
	position: relative;
}
.commenttext {
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
}
.postmetadata {
	margin: 7px 0;
	padding: 2px 10px;
}
.postmetadata a {
	color: #404040;
	text-decoration: none;
}
#respond p {
	clear: both;
	height: 40px;
	margin: 0;
}
#respond .comment-notes {
	font-size: 14px;
	letter-spacing: 1px;
}
#respond .logged-in-as {
	font-size: 12pt;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 0px 0 0;
}
h3#reply-title {
	margin: 10px 0;
	padding: 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #888;
	text-decoration: none;
}
#respond .required {
	color: #ff4b33;
	font-size: 12pt;
}
#respond label {
	float: none;
	font-size: 18px;
	margin-top: 5px;
	color: #000;
	font-weight:normal;
	display:block;
}
#respond input[type="submit"] {
	background: #25588e;
	border: 2px solid #25588e;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: auto;
	margin-bottom: 0;
	padding: 10px 30px;
	position: relative;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}
#respond input[type="submit"]:hover {
	background: #033468;
	border: 2px solid #033468;
	color: #fff;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}
#respond input, #respond textarea {
	float: none;
	font-size: 14px;
	font-weight: 300;
	height:42px;
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
}
#respond .comment-form-comment{
	height:auto;
}
#commentform .submit {
	float: right;
	width: 175px;
}
#respond textarea {
	height: 100px;
	overflow: auto;
}
#commentform .logged-in-comment {	
	font-size: 12pt;
	margin-bottom: 15px;
	color: #888888;
}
#commentform .logged-in-comment a {
	color: #111;
	text-decoration: none;
}
#commentform .logged-in-comment a:hover {
	color: #000;
}
#respond #input {
	float: right;
	margin: 0 0 20px;
	width: 420px;
}
#respond .form-allowed-tags {
	clear: both;
	display: none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0 0;
	float: right;
}
#respond .form-submit input {
	font-size: 20px;
	width: auto;
	outline: none;
	font-weight: 400;
}
#commentform .left-label {
	float: left;
	margin-bottom: 15px;
	width: 240px;
}
#commentform .right-input {
	float: left;
}
#commentform .input {
	float: right;
	margin-top: 15px;
	width: 380px;
}
#commentform .input input[type="submit"] {
	float: left;
}
.cancel-comment-reply {
	float: right;
	margin-bottom: 15px;
}
/*--------------------------------------------------------------
5.0 Pagination CSS
--------------------------------------------------------------*/
.woocommerce nav.woocommerce-pagination {
	margin: -30px 0 10px 0;
	text-align: right!important;
}
.backtotop {
	text-align: right;
	margin: 30px 0;
}
.backtotop nav {
	display: inline-block;
}
.backtotop a {
	vertical-align: super;
}
.page-numbers {
	border: 1px!important;
}
.page-numbers li {
	border: none!important;
	font-size: 14px;
	margin: 0 3px!important;
}
.page-numbers li a, .page-numbers li span {
	color: #d5d5d5;
	font-weight: bold;
	padding: 0px !important;
}
.page-numbers li a:hover, .page-numbers > li span.current {
	background: none!important;
	color: #272727 !important;
}
/*--------------------------------------------------------------
6.0 Search Form CSS
--------------------------------------------------------------*/
.search img {
	display: inline-block;
}
.search-outer {
	background: #fff;
	left: 0;
	position: absolute;
	right: 0;
	top: 79px;
	z-index: 9;
}
.search-box {
	border-top: 1px solid #000;
	border-bottom: 1px solid #dadada;
	padding: 160px 0 218px;
}
#searchform {
	display: inline-block;
	position: relative;
}
.search-box input {	
	background: none;
	border: none;
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
	width: 340px;
	padding: 0 0 5px 10px;
	height: 24px;
}
.search-box input:focus {
	outline: none;
}
.search-box .input-group-btn {
	height: 34px;
	left: -30px;
	position: absolute;
	top: 5px;
	width: 40px;
}
.search-box .search-btn {
	background: none;
	border: none;
	padding: 0;
}
.custom-blog hr {
    border-color: #999;
    margin: 0 0 30px;
}
.custom-blog h1 a{
	color: #333333;
	text-decoration: underline;
}
.custom-blog h1 a:hover{
	color: #3B98F7;
}
.blog-box hr {
    margin: 0 0 40px;
}
.recent-posts a {
    padding: 0 5px;
    text-decoration: underline;
}
.blog-box p strong {
    font-style: normal;
}
.arrow {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 9;
}
.arrow img {
    margin: 0 auto;
    width: 40px;
}
#portfolio-slider {
    height: 100%;
}
.page-header {
    border-bottom: 1px solid #000;    
}
.search-form label {
    display: block;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.search-form input {
    border: 1px solid #ccc;
    padding: 0 0 0 15px;
	height: 36px;
}
.search-submit{
    background: #000;
	height: 36px;
	line-height:36px;
    border: 0 none;
    color: #fff;
    font-family: "JosefinSans-SemiBold";
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0 45px;
    text-transform: uppercase;
    width: auto;
}
.search-submit svg {
    display: none;
}

.portfolio-top {
	padding-top: 90px;
    height: 100%;
	margin-bottom:65px;
	position:relative;
}
.portfolio-top .arrow {
    bottom: 78px;
    left: 0;
    position: absolute;
    right: auto;
    z-index: 9;
}
.portfolio-slider, .portfolio-gallery {
    padding-left: 29%;
}
.portfolio-top .container-fluid, .portfolio-dis, .portfolio-slider{
	height: 100%;
}
.container-fluid.port-single {padding-right: 15px!important;}
.mobile-top {display: none!important;}
@media only screen and (min-device-width: 1920px) and (max-device-width: 2500px) {
	.portfolio-dis {padding: 0; width: 29%;}
  .portfolio-slider, .portfolio-gallery {padding-left: 33.3333%;}
}


@media (max-width:991px) {
.main-nav ul li{padding: 0 10px;}
.portfolio-top{height:auto;}
.portfolio-dis {padding: 0; position: relative; width: 100%;}
.portfolio-top .container-fluid, .portfolio-dis, .portfolio-slider {height: auto;}
.portfolio-slider, .portfolio-gallery{padding:0;}
.portfolio-top .arrow{display:none;}
.container-fluid.port-single {padding-right: 20px!important; padding-left:20px;}
.container-fluid {padding-right: 20px!important; padding-left:20px;}
.portfolio-top .owl-carousel2, .portfolio-top .owl-stage-outer, .portfolio-top .owl-stage, .portfolio-top .owl-item, .portfolio-top .owl-item .item, .portfolio-top .slider-box{height: 550px;}
}
@media (max-width:767px) {
	.portfolio-slider{display:none;}
	.mobile-top {display: block !important; margin: 0 0 20px;}
	header{padding:10px 0 14px;}
	.mobile-hide{display:none;}
	.logo{border-bottom: 1px solid #000; margin: 0 auto 5px; max-width: 264px; padding: 0 0 14px;}
	.logo img {margin: 0 auto;}
	.main-nav ul li {padding: 0 20px;}
	.main-nav ul li:hover a{border-bottom:0;}
	.slider{margin-bottom:0;}
	.slider-box.potrat img {float: none; width: 100%;}
	.home-event p br {display: none;}
	.heading:after{width:100%; top:11px;}
	.worked.desktop{display:none;}
	.worked.mobile {display: block!important;}
	.worked.mobile ul {display: block;}
	.worked-area {padding: 0 0 60px;}
	.worked ul li {flex: inherit; width: 100%; margin: 0 0 50px;}
	.worked ul li:last-child{margin:0;}
	.home-event {padding: 50px 0 40px;}
	.selected-work {padding: 65px 0 110px;}	
	.selected-work .heading {margin-bottom: 33px;}
	.selected-work .col-md-3:nth-child(5), .selected-work .col-md-3:nth-child(6),
	.selected-work .col-md-3:nth-child(7), .selected-work .col-md-3:nth-child(8){display: none;}
	.work-box {margin: 0 0 20px;}
	.overlay {background:none;  height: auto;  opacity: 1;  position: relative;}
	.overlay p {color: #000; font-size: 13px; left: 0;  position: relative;  top: 0; transform: inherit; margin: 6px 0 0;}
	.testimonial {padding: 15px 0 125px;}
	.testimonial .heading {margin-bottom: 65px;}
	.testi-name{display:block;}
	.testi-name:after{right:44px; top:10px;}
	.owl-prev:before, .owl-next:after{bottom: 0;}
	.owl-theme .owl-nav {margin-top: 24px; position: relative;}
	.owl-prev:before{left:27%;}
	.owl-next:after{right:27%;}
	.about-area .row, .contact-area .row {display: block; width: auto;}
	.about-image, .contact-image {margin: 0 0 30px;}
	.about-content, .contact-content {padding: 0;}
	.contact-area {padding: 0 0 90px;}
	.bootstrap-select {margin-bottom: 15px!important;}
	.equal.height{display:block;}
	.portfolio-dis {padding: 0; position: relative; width: 100%;}
	.portfolio-top{margin-bottom:0; padding-top:96px;}
	footer span{display:block;}
    .copyright::after{display:none;}
	.copyright{margin:0 0 5px 0;}
	.mobile-only {display: block!important; text-align: center; margin:0 0 15px;}
	.mobile-only a {cursor:pointer; display: inline-block; font-size: 13px; text-transform: uppercase; font-family: 'JosefinSans-SemiBold';}
	.mobile-only a:focus{color:#000;}
	.mobile-only .social-icon ul{text-align:center; padding:0;}
	.portfolio-top .owl-carousel2, .portfolio-top .owl-stage-outer, .portfolio-top .owl-stage, .portfolio-top .owl-item, .portfolio-top .owl-item .item, .portfolio-top .slider-box {
    height: 400px;
}
}
@media (max-width:479px) {
.main-nav ul li:first-child {padding-left: 0;}
.main-nav ul li:first-child {padding-right: 0;}
.main-nav ul li {padding: 0 14px;}
.main-nav ul li a{font-size: 10px; padding: 0 0 2px;}
.view-btn a{font-size: 13px; height: 47px; line-height: 47px; padding: 0 8px;}
footer span{font-size:10px;}
.portfolio-top .owl-carousel2, .portfolio-top .owl-stage-outer, .portfolio-top .owl-stage, .portfolio-top .owl-item, .portfolio-top .owl-item .item, .portfolio-top .slider-box {height: 250px;}
}
.scroll-bottom .portfolio-dis {  bottom: 40px; overflow: hidden;}
.scroll-bottom .inner-scroll {height: 100%; overflow-y: scroll;}
.scroll-bottom .arrow{display:none;}