/*
Theme Name: HappyCityLab
Author: HappyCityLab
Description: Designed by HappyCityLab.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/
/* Normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:hover,a:active{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;}button,input{line-height:normal}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* FONTS */
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: 900;
    font-style: normal;
}
/* END FONTS */

a{
	color: #000;
}

a, input[type=reset], input[type=button], input[type=submit], button, .btn{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea{
     -webkit-appearance: none;
     -webkit-border-radius: 0;
}

input[type=reset], input[type=button], input[type=submit], button, .btn{
     background: #2c4d71;
     border: 0;
     padding: 5px 20px;
     font-size: 14px;
     text-transform: uppercase;
     color: #fff;
     display: inline-block;
}
input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover, button:hover, .btn:hover{
     opacity: 0.9;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], textarea{
     border: 1px solid #ccc;
     padding: 5px;
     color: #000;
}

input, textarea, select, button {
     outline: none;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;
}

.textwidget p{ padding: 0 0 10px 0; }

/* Respond */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond .comment-reply-title{
	margin: 0 0 5px 0;
}
#respond .comment-reply-title small{
	font-size: 12px;
	font-weight: normal;
}
#commentform p{
	width:100%;
	overflow:hidden;
	padding: 0 0 10px;
	margin: 0;
}
#commentform p label{
	display: block;
	padding: 0 0 5px;
}
#commentform p textarea{
	width: 96%;
}

/* Comments*/
#comments{
	margin: 0 0 5px 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li.comment{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ececec;
	background:#f6f6f5;

}
.commentlist li.alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li.comment ul li.comment{
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist .entry-comment p{
	margin: 10px 0 10px 0;
}
.commentlist .children{ padding: 0; }

/* Typography */

.entry{
	width:100%;
	line-height:1.5em;
}
.entry a {
	text-decoration:underline;
}
/*.entry a:hover{
	text-decoration:none;
}*/
.entry p{
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 26px;
}
.entry h1{}

.entry h2:after {
	content: " ";
	position: absolute;
	bottom: 12px;
	width: 100%;
	height: 1px;
	background: #010101;
	margin-left: 15px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{line-height:1.5em; margin: 0 0 15px 0; }
.entry h4, .entry h5, .entry h6{font-size: 1.17em; }
.entry h3{
	font-size: 24px;
	color: #575755;
	margin-bottom: 30px;
	font-weight: normal;
}

.page-template-default .entry-title-l h1{
	font-size: 45px;
}
.page-template-default .entry-title-l h1:after{
	bottom: 3px;
}
.entry h4{
	font-size: 24px;
	position: relative;
	font-weight: normal;
	overflow: hidden;
}
.entry h4:after {
	content: " ";
	position: absolute;
	bottom: 12px;
	width: 100%;
	height: 1px;
	background: #010101;
	margin-left: 15px;
}

.entry ul{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ul ul, .entry ul ol{ margin: 0; }
.entry ul li{	list-style-type: disc;  line-height: 1.5em; font-weight: 300;color: #575755;}
.entry ul ul li{ list-style-type: circle; }
.entry  ul li ol li{ list-style-type: decimal; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 30px;  }
.entry ol ol, .entry ol ul{ margin: 0; }
.entry  ol li{ list-style-type: decimal;  line-height: 1.5em;}
.entry  ol li ol li{ list-style-type: lower-alpha; }
.entry  ol li ul li{ list-style-type: disc; }

.entry table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.entry table td, .entry table th{
	border: 1px solid #ccc;
	padding: 5px;
}
.entry table th{
	background: #eee;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:3px 0;}
#wp-calendar td{background:transparent;}

.entry-content-item h3, .entry-content-item, .arrow-top{
	clear: both;
}

/* Begin Images */
img {
	max-width: 100%;
	height: auto;
}

img.wp-smiley{ padding: 0; border: none; }
.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text, .entry .wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0;
}

.al{
	float: left;
}
.ar{
	float: right;
}

/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps{
	cursor: help;
}
.entry acronym, .entry abbr{
	border-bottom: 1px dashed #dfcfba;
}
.entry blockquote{
	margin: 15px 0 20px 0;
	padding:0 15px 0 40px;

}
.entry blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.entry pre, .entry code{
	font-family:mono-space,monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height:20px;
}
.entry code{
	padding:1px 20px 0 20px;

	border-top: 0;
	border-bottom: 0;
}
sup{
	position: relative;
	top: -5px;
}
sub{
	position: relative;
	top: 5px;
}
code br{
	display: none;
}
.last{
	margin-right:0 !important;
	clear:right;
}
.clear{
	clear: both;
	line-height: 0;
}
.sticky{}
.bypostauthor{}
.page-link{
	padding: 0 0 15px;
}


/* pagination */
.pagination{
	width:100%;
	overflow:hidden;
	padding: 10px 0 20px 0;
}
.single .pagination{
}
body .pagination a{
    color: #fff;
}

body {
    font-size: 16px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}
iframe {
	border: 0 none;
}
ul.no-style {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
	font-size: 16px;
	font-weight: 300;
    line-height: 20px;
    margin: 0;
    color: #575755;
}

a {
    text-decoration: none;
    outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.container {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ----------------------------------------------------------------------------------------------------------
header ------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.header {
	min-height: 100px;
}
.mobile-logo {
	display: none;
}
.menu-button {
	display: none;
}
.header-menu {
	/*width: 59.402%; /*695px*/
	width: 63.402%;
	float: left;
	position: relative;
	top: 31px;
}

.header-menu ul li {
	display: inline-block;
	border-right: 3px solid #1f1e1e;
    padding-right: 6px;
    margin-right: 2px;
}

.header-menu ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #1f1e1e;
	line-height: 23px;
	position: relative;
	text-transform: uppercase;
	padding: 4px 7px;
}

.header-menu ul li:last-child {
	border: 0 none;
	padding-right: 0;
	margin-right: 0;
}
.header-menu ul li a:hover, .header-menu ul li.current-menu-item > a {
	background: #3a3939;
	color: #fff;
}
.header-btns {
	/*width: 40.598%; /*475px*/
	width: 36.598%;
	float: right;
	position: relative;
	top: 23px;
}

.lang {
	float: right;
	display: inline-block;
    position: relative;
    top: 9px;
}

.lang a {
	font-size: 16px;
	font-weight: bold;
	color: #1f1e1e;
	line-height: 16px;
}

.lang span {
	color: #1f1e1e;
	font-size: 16px;
	margin: 0 5px;
	line-height: 16px;
}

.lang a.active {
	color: #575755;
	font-weight: normal;
}

.social {
	text-align: right;
	float: right;
	display: inline-block;
	margin-left: 12px !important;
}
.social li {
	display: inline-block;
	vertical-align: top;
	margin-left: 1px;
}

.social li a {
	display: block;
	width: 37px;
	height: 37px;
}


.social li.facebook,
.entry-title-r ul li.facebook,
.mail-social ul li.facebook {
	background: #3765a3 url(images/ico_facebook.png) no-repeat center;
}

.social li.twitter,
.entry-title-r ul li.twitter,
.mail-social ul li.twitter{
	background: #659fca url(images/ico_twitter.png) no-repeat center;
}

.social li.linkedin,
.entry-title-r ul li.linkedin,
.mail-social ul li.linkedin {
	background: #007cb7 url(images/ico_linkedin.png) no-repeat center;
}

.social li.vimeo,
.mail-social ul li.vimeo {
	background: #1eb2e8 url(images/ico_vimeo.png) no-repeat center;
}


a.newsletter {
	padding: 9px 12px;
	height: auto;
	display: inline-block;
	color: #fff;
	background: #3a3939;
	font-size: 16px;
	float: right;
	text-align: center;
	text-transform: uppercase;
	margin-left: 24px;
}
.pagination a, #submit, .entry button{
padding: 9px 12px;
	display: inline-block;
	color: #fff;
	background: #3a3939;
	font-size: 16px;
	text-align: center;
}
/* ----------------------------------------------------------------------------------------------------------
hero --------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.hero {
	overflow: hidden;
	margin-bottom: 30px;
	max-height: 662px;
}
ul.bxslider {
	margin: 0;
	padding: 0;
}
ul.bxslider li {
	position: relative;
}

.slider-logo img {
	position: absolute;
	left: 1.7%;
	top: 1.7%;
	display: block;
	z-index: 100;
    max-width: 33% !important;
	height: auto;
}

.slider-caption {
	position: absolute;
	right: 3%;
	bottom: 7%;
}

.slider-caption h1 {
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

.slider-caption h1 span,
.slider-caption p span {
	display: block;
}

.slider-caption p {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: 300;
}
/* ----------------------------------------------------------------------------------------------------------
middle-content, bottom-content ------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.middle-box {
	width: 31.966%; /*374px*/
	float: left;
	margin-right: 2.051%; /*24px*/
	margin-bottom: 30px;
}

.middle-box:nth-child(3n) {
	margin-right: 0;
}

.middle-box.dtls {
	margin-right: 2.051%; /*24px*/
}

.middle-box.dtls:last-child {
	margin-right: 0;
}

.middle-box img {
	display: block;
	margin: 0 auto 10px;
}

.middle-box h2,
.year-content h2,
.entry-title-l h1,
.dater h2,
.detail-content h2,
.post-item h2, .widgettitle {
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	color: #010101;
	text-align: left;
	text-transform: uppercase;
	position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 18px!important;
}

.post-item h2{
    font-size:45px;
    line-height:40px;
}

.middle-box h2:after,
.year-content h2:after,
.detail-content h2:after,
.post-item h2:after,  .widgettitle:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #010101;
    margin-left: 15px;
}

.middle-box p,
.middle-box p a {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #575755;
}
.widget ul li a, .post-item a{
    color: #1f1e1e;
    font-size:20px;
}

.widget_text .content-text a{
    font-size:23px;
    line-height:37px;
}

.avatar{
    float: left;
    margin-right: 10px;
}

.title-bg{
    display:none;
}

.middle-box h3 {
    font-size: 27px;
    line-height:37px;
    font-weight: 300;
	margin-bottom: 10px;
}

.middle-box.news h2 {
	margin-bottom: 20px;
}
.news-separator {
	width: 100%;
	border-bottom: 1px solid #010101;
	margin: 9px auto 13px;
}
/* ----------------------------------------------------------------------------------------------------------
contact -----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.contact {
	background: #3a3939;
	padding: 20px 0;
	margin-top: 20px;
}

.mailing {
	float: left;
	width: 59.402%;
}

.subscribing {
	float: right;
	width: 40.598%;
}
.footer-links {
	display: none;
}
.mail-icon,
.mail-text {
	float: left;
}

.mail-text a {
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	padding-top: 26px;
	display: inline-block;
	padding-left: 10px;
	font-weight: 300;
}

.mail-icon span {
	display: inline-block;
	background: #fff url(images/ico_mail.png) no-repeat center;
	width: 45px;
	height: 45px;
	margin-top: 15px;
}

.mail-social {
	float: right;
	display: none;
	padding-top: 18px;
}

.mail-social ul {
	padding-top: 8px;
}

.mail-social ul li {
	display: inline-block;
}

.mail-social ul li a {
	display: block;
	width: 37px;
	height: 37px;
}

.subscribing p {
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	font-weight: 300;
	padding-bottom: 10px;
}

.subscribing input[type=submit] {
    float: right;
    background: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #1f1e1e;
    text-transform: uppercase;
}

.input-field input[type=text] {
    width: 100%;
    font-size: 16px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #fff;
    background: #4b4a4a;
    padding-left: 15px;
    float: left;
	border: 1px solid #4b4b4b;
}
.input-field input[type=text].selected {
	border: 1px solid #1eb2e8;
}
.input-field input[type=text]::-webkit-input-placeholder {
	color: #fff;
}
.input-field input[type=text]::-moz-placeholder {
	color: #fff;
}
.input-field {
    overflow: hidden;
}

.subscribing input[type=submit],
.input-field input[type=text] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
}

/* ----------------------------------------------------------------------------------------------------------
year-box ----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.year-content{
	font-size: 0;
}
.year-box {
	width: 24.1%; /*282px*/
	display: inline-block;
	vertical-align: top;
	margin-right: 1.197%; /*14px*/
	margin-bottom: 15px;
}

.year-box:nth-child(4n+1) {
	margin-right: 0;
}

.year-box img {
	margin: 0 auto 15px;
}

.year-content h2 {
	margin-bottom: 35px;
    text-transform:none;
}

.year-box h4 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	color: #010101;
	text-align: left;
	margin-bottom: 12px;
}

.year-box a {
	color: #575755;
}

.year-box.smaller p {
	font-size: 14px;
	line-height: 26px;
}

.year-btn {
	clear: both;
	margin-bottom: 30px;
}

.year-content a.more {
	padding: 10px 50px;
	font-size: 16px;
	line-height: 23px;
	font-weight: 900;
	color: white;
	background: #1f1e1e;
	display: inline-block;
	text-transform: uppercase;
}

.year-content a.more:hover {
	background: #010101;
}
.title-bg h2 {
	font-size: 30px;
	text-align: center;
	background: #3a3939;
	padding: 15px 25px 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 45px;
	margin-top: 15px;
}
/* ----------------------------------------------------------------------------------------------------------
detail ------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#sidebar.sticky {
	position: fixed;
	background: #fff;
	max-width: 380px;
	width: 32.479%;
	top: 0;
	z-index: 100;
}
#sidebar.sticky .widget {
	padding: 0 15px;
}
.detail-box-l {
	float: left;
	width: 63.932%; /*748px*/
	margin-bottom: 50px;
}

.detail-box-l.full{
	float: none;
	width: 100%;
}

.detail-box-r {
	float: right;
	width: 32.479%; /*380px*/
	padding-top: 22px;
}

.entry-title-l {
	margin-right: 140px;

}

.entry-title-r {
	float: right;
	width: 120px;
	margin-left: -100%;
}

.article-one {
	clear: both;
}

.dater p {
	margin-bottom: 30px;
}

.entry-title-l h1:after,
.dater h2:after {
	content: " ";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #010101;
	margin-left: 15px;
}

.entry-title-l h1:after {
	bottom: 3px;
}

.entry-title h1 {
    font-size:40px;
	line-height: 54px;
}

.dater h2:after {
	width: 100%;
}
.dater h3,
.item-img h3 {
	font-size: 21px;
	font-weight:normal;
	margin-bottom: 5px;
}
.item-img h3 a{
    color: #010101;
    font-size: 27px;
    line-height: 37px;
}
.dater p {
	line-height:26px;
}

.article-two h3 {
	margin: 50px 0 25px 0;
}

.arrow-top {
	position: relative;
}

.arrow-top img {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}

.arrow-top:hover img {
	opacity: 0.7;
	cursor: pointer;
}

.entry-title ul.no-style li {
	display: inline-block;
}

.entry-title ul.no-style li a {
	display: block;
	width: 32px;
	height: 32px;
}

.table {
	margin-bottom: 50px;
}

.table ul li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #010101;
}

.table ul li:first-child {
	border-top: 1px solid #010101;
}

.icon {
	display: table-cell;
	width: 11.842%; /*45px*/
	vertical-align: middle;
}

.icon-text {
	display: table-cell;
	width: 82.895%; /*315px*/
	vertical-align: middle;
}

.icon-text a {
	font-size: 20px;
	color: #1f1e1e;
	line-height: 54px;
	font-weight: 400;
	display: inline-block;
	text-transform: none;
}

.icon-arrow {
	display: table-cell;
	width: 5.263%; /*20px*/
	vertical-align: middle;
}

.item-img {
	width: 37.701%; /*282px*/
	float: left;
}

.item-text {
	margin-left: 41%;
}

.item-text p {
	padding-top: 34px;
}

.item-text p a {
	color: #575755;
}

.blog-separator {
	width: 100%;
	border-bottom: 2px solid #575755;
	margin: 15px auto 10px;
}
/* ----------------------------------------------------------------------------------------------------------
footer ------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.footer {
	background: #fff;
	padding: 15px 0;
}

.footer p {
	font-size: 16px;
	line-height: 27px;
	color: #1f1e1e;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
}
.comment-author, .comment-meta{
    font-size: 14px;
    line-height: 18px;
}
.entry-title-r > ul li a{
    padding: 0px;
}
.entry-title-r > ul li a span{
    background: none;
}
.detail-box-l a{
    color: #1f1e1e;
}
.footer-social {
    display: none;
}
.footer-social li{
    margin: 0px 5px 5px 5px;
}
.related-posts{display:table-row;}
.related-posts .related-thumbnail{display:table-cell;width:25%;}
.related-posts .related-content{display:table-cell;width:75%;}
.social-divider{text-align:center;border-bottom:1px solid #fff;margin:-5px 0 5px 0;display:none}
#content-part-4 ~ figure, #content-part-4 ~ p {display:inline-block}
.sub-menu {
    display: none;
    position: absolute;
    margin: 0 0 0 -10px;
    padding: 10px 10px;
    z-index: 9999;
    background-color: #fff;
    margin-top:3px;
    visibility:hidden;
}
.menu-item:hover .sub-menu {display:block;}

.entry h2, .related_widget h2{
	font-size: 27px;
	font-weight: normal;
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
    line-height:31px;
    text-transform:none;
}

.wp-theater-listing li .title-link{
    font-size: 15px;
    font-weight: bold;
    color: #1f1e1e;
    line-height: 23px;
    position: relative;
    text-transform: uppercase;
    padding: 4px 7px;
    text-decoration:none;
}

.newsletter_text{
    font-weight:300!important;
    font-size:16px!important;
}

.entry-title-l.no-line h1:after {
    height: 0;
}

.widget_recent_entries ul {list-style-type:none;padding:0;}
.widget_recent_entries ul li {margin:20px 0;}
.widget_archive {margin: 50px 0;}
.widget_archive ul {list-style-type:none;padding:0;}
.widget_archive ul li {margin:20px 0;text-transform:capitalize;}
.middle-box.news h3 {
    font-size: 16px;
    margin:0 0 10px 0;
    line-height: 17px;
    font-weight: 500;
}
.post-news-title {
    margin-bottom: 20px;
    margin-top: 10px;
}
.post-news-title a {
    font-size: 26px;
    font-weight: 500;
}
.post-news-introtext {
    margin: 10px 0 15px 0;
    font-weight: 300;
    font-size: 15px;
}
.post-news-introtext a {
    font-size: 15px;
}
.no-line:after {
    height: 0 !important;
}

.a2a_nobg .a2a_button_facebook span, .a2a_nobg .a2a_button_twitter span, .a2a_nobg .a2a_button_linkedin span {
    background:0;
}
.a2a_nobg > li {width:37px;height:37px;margin:0;padding:0;float:none;display:inline-block;margin-left: -6px;}
.hometext .p1{margin-bottom:20px;}

.fve-video-wrapper{
    margin-bottom: 25px!important;
}

.hometext h2{
    font-size: 27px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px){

	.single-project  .detail-boxes.container{
	    display: flex;
    	flex-direction: column-reverse;
    }
}

.a2a_default_style a:hover .a2a_svg, .a2a_floating_style a:hover .a2a_svg, .a2a_overlay_style a:hover .a2a_svg svg {
	opacity: 1!important;
}