/*  
Skin Name: Magenta
Version: 1.0
*/

/************************************************************* Maintenance Mode */
body.fixed-header-on div.aiowps-site-lockout-body .aiowps-site-lockout-box{
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 30px;
    border: 2px solid #f00700;
    border-left: 50px solid #f00700;
    background-color:white !important;
    box-shadow: 0px 0px 30px black
}
body.fixed-header-on div.aiowps-site-lockout-body .aiowps-site-lockout-msg, body.fixed-header-on div.aiowps-site-lockout-body .aiowps-site-lockout-msg a {
    color: #555;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
body.fixed-header-on div.aiowps-site-lockout-body .aiowps-site-lockout-msg p:last-child, body.fixed-header-on div.aiowps-site-lockout-body .aiowps-site-lockout-msg p:last-child a {
    font-size: 17px;
}
/************************************************************* Maintenance Mode */

/************************************************************* Project */
/******************************* Project sizes */
@media all and (min-width: 401px) and (max-width: 768px) {
div.post.projects-dm.ongoing-dm div.row_inner div.left_col, div.post.projects-dm.featured-dm .row_inner div.left_col {	width:60%;float:left;}
div.post.projects-dm.ongoing-dm div.row_inner div.right_col, div.post.projects-dm.featured-dm .row_inner div.right_col {	width:40%;float:right;}
div.post.projects-dm.ongoing-dm div.row_inner div.right_col div.text_wrap span:nth-child(2n)::before,
	div.post.projects-dm.featured-dm div.row_inner div.right_col div.text_wrap span:nth-child(2n)::before {content: "\A";white-space: pre;}
div.post.projects-dm.ongoing-dm div.row_inner div.right_col span.resize_dont_divide, div.post.projects-dm.featured-dm .row_inner .right_col span.resize_dont_divide {display: none;}
div.post.projects-dm.complete-dm div.row_inner div.left_col {	width:51%;float:left;padding:3px 6px 0px 10px;} /* x */
div.post.projects-dm.complete-dm div.row_inner div.mid_col {	width:40%;float:left;padding:3px 5px 0px 6px;} /* x */
div.post.projects-dm.complete-dm div.row_inner div.right_col {	width:80%;float:right;padding:3px 6px 0px 6px;} /* x */
}
@media all and (max-width: 400px) {
div.post.projects-dm.ongoing-dm div.row_inner div.left_col, div.post.projects-dm.featured-dm div.row_inner div.left_col {	width:100%;float:left;}
div.post.projects-dm.ongoing-dm div.row_inner div.right_col, div.post.projects-dm.featured-dm div.row_inner div.right_col {	width:100%;float:right;}
div.post.projects-dm.ongoing-dm div.row_inner div.right_col div.text_wrap span:nth-child(2n)::before,
	div.post.projects-dm.featured-dm div.row_inner div.right_col div.text_wrap span:nth-child(2n)::before {content: "\A";white-space: pre;}
div.post.projects-dm.ongoing-dm div.row_inner div.right_col span.resize_dont_divide, div.post.projects-dm.featured-dm div.row_inner div.right_col span.resize_dont_divide {display: none;}
div.post.projects-dm.complete-dm div.row_inner div.left_col {	width:90%;float:left;padding:3px 6px 0px 2px;} /* x */
div.post.projects-dm.complete-dm div.row_inner div.mid_col {	width:90%;float:left;padding:3px 20px 0px 6px;} /* x */
div.post.projects-dm.complete-dm div.row_inner div.right_col {	width:90%;float:right;padding:3px 6px 0px 6px;} /* x */
div.post.projects-dm.ongoing-dm div.row_inner div.left_col .image_container, div.post.projects-dm.featured-dm div.row_inner div.left_col div.image_container {width: 60%;}
}
/******************************* Project sizes */
div.post.projects-dm.ongoing-dm, div.post.projects-dm.featured-dm {margin-bottom:1em;}
div.post.projects-dm.ongoing-dm .row_inner, div.post.projects-dm.featured-dm .row_inner {	margin:5px;}
div.post.projects-dm.ongoing-dm .row_inner .left_col, div.post.projects-dm.featured-dm .row_inner .left_col {	width:30%;float:left;}
div.post.projects-dm.ongoing-dm .row_inner .right_col, div.post.projects-dm.featured-dm .row_inner .right_col {	width:60%;float:right;}
div.post.projects-dm.ongoing-dm .row_inner .right_col div.module-buttons, div.post.projects-dm.featured-dm .row_inner .right_col div.module-buttons {	margin:8px 0px 8px 1px}
div.post.projects-dm.ongoing-dm .row_inner .left_col .image_container, div.post.projects-dm.featured-dm .row_inner .left_col .image_container {
display: block;
  width: 30%;
  height: 150px;
  position: relative;
  overflow: hidden;
  padding: 0 0 0 44.37%;
	transition: transform 1.2s;
}
div.post.projects-dm.ongoing-dm .row_inner .left_col .image_container img,
div.post.projects-dm.featured-dm .row_inner .left_col .image_container img {
 display: block;
  min-width: 100%;
  max-height: 150px;
	min-height:150px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	transition: transform 1.2s;
}
div.post.projects-dm.ongoing-dm .row_inner .right_col .text_wrap h3,
div.post.projects-dm.featured-dm .row_inner .right_col .text_wrap h3 {font-size:1.2em;font-family:calibri;text-align: left;margin-bottom:0px;color:black;}
div.post.projects-dm.ongoing-dm .row_inner .right_col .text_wrap h3 a,
div.post.projects-dm.featured-dm .row_inner .right_col .text_wrap h3 a{	font-family:calibri;color:black;}
div.post.projects-dm.ongoing-dm.row_outer:hover .left_col .image_container img,
div.post.projects-dm.featured-dm.row_outer:hover .left_col .image_container img {transform: scale(1.3);transition: transform 1.2s;}
div.post.projects-dm.ongoing-dm.row_outer, div.post.projects-dm.featured-dm.row_outer {transition: transform 1.2s;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-color:rgb(255,255,255);
	border-style: solid;
	border-width: 3px;}
div.post.projects-dm.ongoing-dm.row_outer:hover,
div.post.projects-dm.featured-dm.row_outer:hover {border-color:rgb(170,5,20);-webkit-transition : border 1.2s ease-out;
  -moz-transition : border 1.2s ease-out;
  -o-transition : border 1.2s ease-out;
  transition : border 1.2s ease-out;}
  
  
div.post.projects-dm.complete-dm {margin-bottom:0em;}
div.post.projects-dm.complete-dm .row_inner {	margin:8px;}
div.post.projects-dm.complete-dm .row_inner .left_col {	width:40%;float:left;padding:3px 6px 0px 20px;}
div.post.projects-dm.complete-dm .row_inner .mid_col {	width:25%;float:left;padding:3px 20px 0px 6px;}
div.post.projects-dm.complete-dm .row_inner .right_col {	width:25%;float:right;padding:3px 6px 0px 6px;}
div.post.projects-dm.complete-dm .row_inner .right_col div.module-buttons {	margin:8px 0px 2px 1px}
div.post.projects-dm.complete-dm .row_inner .left_col .text_wrap h3 {font-size:1.2em;font-family:calibri;text-align: left;margin-bottom:0px;color:black;}
div.post.projects-dm.complete-dm .row_inner .left_col .text_wrap h3 a{	font-family:calibri;color:black;}
div.post.projects-dm.complete-dm.row_outer:nth-child(even) {background: rgba(180,10,10,.2);padding:5px;-webkit-transition : border 1.2s ease-out;
  -moz-transition : border 1.2s ease-out;  -o-transition : border 1.2s ease-out;  transition : all 1.2s ease-out;}
div.post.projects-dm.complete-dm.row_outer:nth-child(even):hover {background: rgba(180,10,10,.5);padding:5px;color:black;-webkit-transition : border 1.2s ease-out;
  -moz-transition : border 1.2s ease-out;  -o-transition : border 1.2s ease-out;  transition : all 1.2s ease-out;}
div.post.projects-dm.complete-dm.row_outer:nth-child(odd) {background: rgba(255,255,255,1);padding:5px;-webkit-transition : border 1.2s ease-out;
  -moz-transition : border 1.2s ease-out;  -o-transition : border 1.2s ease-out;  transition : all 1.2s ease-out;}
div.post.projects-dm.complete-dm.row_outer:nth-child(odd):hover {background: rgba(0,0,0,.1);padding:5px;color:black;-webkit-transition : border 1.2s ease-out;
  -moz-transition : border 1.2s ease-out;  -o-transition : border 1.2s ease-out;  transition : all 1.2s ease-out;}
 
/************************************************************* Project */
/************************************************************* Projects */
.projects-featured div.grid3 article figure.post-image {
display: block;
  width: auto;
  height: 230px;
  position: relative;
  overflow: hidden;
  padding: 0 0 0 50%;
	transition: transform 1.2s;
	margin-bottom: 0px;
}
.projects-featured div.grid3 article figure.post-image img {
 display: block;
  max-width: 100%;
  max-height: 230px;
	min-height:230px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	transition: transform 1.2s;
}
.projects-featured div.grid3 article h2.post-title {
	font-size:1.2em;font-family:calibri;
	text-align: center;
	z-index: 9999;
	position:absolute;
	margin-top:-50px;
	width:33.3%;
	margin-right:30px;
	background-color:rgba(255,255,255,0.3);
	padding:3px 0px 3px 0px;
font-weight:500;
	transition: transform 1.2s;
			opacity: 0.10;

	}

.projects-featured div.grid3 article:hover h2.post-title {
	opacity: 0.8;
		background-color:white;



}
.projects-featured div.grid3 article h2.post-title a {
	transition: transform 1.2s;
	color:black;
}
.projects-featured div.grid3 article:hover h2.post-title a {
	transition: transform 1.2s;
}
.projects-featured div.grid3 article:hover figure.post-image img {transform: scale(1.3);transition: transform 1.2s;}
.projects-featured div.grid3 article {transition: transform 1.2s;
	border-width: 0px;}
.projects-featured div.grid3 article:hover {border-color:rgb(170,5,20);transition: transform 1.2s;color:rgb(170,5,20) !important;}
.projects-featured div.grid3 .post{
    width:33.3%;
    float:left;
    margin-left:0;
    margin-bottom:0;
}
/************************************************************************/





/************************************************************* Services */
.services-listed div.grid4 article figure.post-image {
display: block;
  width: auto;
  height: 150px;
  position: relative;
  overflow: hidden;
  padding: 0 0 0 44.37%;
	transition: transform 1.2s;
}
.services-listed div.grid4 article figure.post-image img {
 display: block;
  max-width: 100%;
  max-height: 150px;
	min-height:150px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	transition: transform 1.2s;
}
.services-listed div.grid4 article h2.post-title {font-size:1.2em;font-family:calibri;text-align: center}
.services-listed div.grid4 article:hover h2.post-title a {
	font-family:calibri;
}
.services-listed div.grid4 article:hover figure.post-image img {transform: scale(1.3);transition: transform 1.2s;}
.services-listed div.grid4 article {transition: transform 1.2s;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-color:rgb(255,255,255);
	border-style: solid;
	border-width: 3px;}
.services-listed div.grid4 article:hover {border-color:rgb(170,5,20);-webkit-transition : border 1.2s ease-out;
  -moz-transition : border 1.2s ease-out;
  -o-transition : border 1.2s ease-out;
  transition : border 1.2s ease-out;}
.services-listed div.grid4 .post{
    width:22.6%;
    float:left;
    margin-left:1.2%;
    margin-bottom:1.5em;
}
/************************************************************************/

.themify_builder_790_row.module_row_0.module_row{background-repeat: repeat; background-attachment: scroll; background-position: center center; margin-top:15px; margin-bottom:15px; }
.themify_builder_790_row.module_row_0.module_row>div.row_inner{background-repeat: repeat; background-attachment: scroll; background-position: center center; }
.module_row_0 .module_column_0.tb_790_column.module_column{background-repeat: repeat; background-attachment: scroll; background-position: center center; padding-top:30px; padding-right:30px; padding-bottom:30px; padding-left:50px; }
.module_row_0 .module_column_0.tb_790_column.module_column>div.tb-column-inner,.module_row_0 .module_column_0.tb_790_column.module_column>.tb_holder{background-repeat: repeat; background-attachment: scroll; background-position: center center; }
.themify_builder .text-790-0-0-0.module-text{background-repeat: repeat; background-position: left top; }
.module_row_0 .module_column_1.tb_790_column.module_column{background-repeat: repeat; background-attachment: scroll; background-position: center center; padding-top:30px; padding-right:50px; padding-bottom:30px; padding-left:30px; }
.module_row_0 .module_column_1.tb_790_column.module_column>div.tb-column-inner,.module_row_0 .module_column_1.tb_790_column.module_column>.tb_holder{background-repeat: repeat; background-attachment: scroll; background-position: center center; }
.themify_builder .buttons-790-0-1-0.module.module-buttons{background-repeat: repeat; background-position: left top; }
.themify_builder_790_row.module_row_1.module_row{background-image: url("https://beladin.com.my/wp-content/uploads/2018/09/rj57f95y.jpg"); background-repeat: repeat; background-attachment: scroll; background-position: center top; padding:30px; }
.themify_builder_790_row.module_row_1.module_row>.builder_row_cover::before{background-color:rgba(255,255,255, 0.40); }
.themify_builder_790_row.module_row_1.module_row>div.row_inner{background-repeat: repeat; background-attachment: scroll; background-position: center center; }
.themify_builder .text-790-1-0-0.module-text{background-repeat: repeat; background-position: left top; margin-bottom:30px; }
.themify_builder .icon-790-1-0-1 div.module-icon{background-repeat: repeat; background-position: left top; }


/************************************************************ 404 */
body.page-template-default.error404 div#body div {overflow: hidden;}
body.page-template-default.error404 #headerwrap {color:white;}
body.page-template-default.error404 div#pagewrap #headerwrap {background-image:none;}
body.page-template-default.error404 div#pagewrap {padding-top:0px;}
body.page-template-default.error404 div#pagewrap #body .themify_builder_content .module_column .module-icon-item {padding:5px;}
body.page-template-default.error404 div#pagewrap #body .themify_builder_content .module_column .module-icon-item span {color:white;text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);}
body.page-template-default.error404 div#pagewrap #headerwrap header#header a#menu-icon {color:black;}
/************************************************************ 404 */

/************************************************************ TURN COLOR HOME SLIDER OVERLAY COLOR ON/OFF */
.clipppers .carousel-wrap ul.themify_builder_slider li .builder_row_cover.tb-row-cover-hover {display:none;}
/************************************************************ TURN COLOR HOME SLIDER OVERLAY COLOR ON/OFF */
.home-contacts-home-page .module-buttons .module-buttons-item {	padding-top:5px;}
.home-contacts-home-page .module-buttons {text-align:right;}
/* Themify Customize Styling */
	body[class*="themify"] div#pagewrap header#header > div#logo-wrap > #site-logo a img {		max-height: 90px;	max-width: 80vw;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;}
  body[class*="themify"] div#pagewrap div#headerwrap.fixed-header div#logo-wrap > #site-logo a img {max-height: 70px;	max-width: 80vw; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;}
@media all and (max-width: 1280px) { /* Themify Customize Styling */
	body[class*="themify"] div#pagewrap header#header > div#logo-wrap > #site-logo a img {		max-height: 90px;	max-width: 80vw;transition: max-height 1s;}
  body[class*="themify"] div#pagewrap div#headerwrap.fixed-header div#logo-wrap > #site-logo a img {max-height: 70px;	max-width: 80vw; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;}
}
@media all and (max-width: 768px) { /* Themify Customize Styling */
	body[class*="themify"] div#pagewrap header#header > div#logo-wrap > #site-logo a img {		max-height: 90px;	max-width: 80vw;transition: max-height 1s;}
  body[class*="themify"] div#pagewrap div#headerwrap.fixed-header div#logo-wrap > #site-logo a img {max-height: 70px;	max-width: 80vw; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;}
}
@media all and (max-width: 680px) { /* Themify Customize Styling */
	body[class*="themify"] div#pagewrap header#header > div#logo-wrap > #site-logo a img {		max-height: 90px;	max-width: 80vw;transition: max-height 1s;}
  body[class*="themify"] div#pagewrap div#headerwrap.fixed-header div#logo-wrap > #site-logo a img {max-height: 70px;	max-width: 80vw; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;}
}
/* Themify Customize Styling */

@media all and (max-height: 680px) {
.module-buttons.fix-includer {	
	display: none;
}
}
.module-buttons.fix-includer {
	position:relative;
	bottom:110px;
	left: calc (100vw - 29px);
	z-index:999;
	}
.module-buttons.fix-includer > .module-buttons > .module-buttons-item > a.builder_button >i {
	font-size: 30px;
	color:rgba(0,0,0,0.7);
	}
.module-buttons.fix-includer > .module-buttons > .module-buttons-item > a.builder_button >i:hover {
	color:rgba(0,0,0,1);
	}
.module-buttons.fix-includer > .module-buttons > .module-buttons-item > a {
	padding:11px 12px 13px 11px;
	background-color:rgba(255,255,255,0.8);
	}
.module-buttons.fix-includer > .module-buttons > .module-buttons-item > a > span {
	display:none;
	}
.module-buttons.fix-includer > .module-buttons > .module-buttons-item > a:hover {
	background-color:rgba(255,255,255,0.5);
	}

.pba_text_overlay {
	background-color: rgba(255,255,255,0.75);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		font-size: 1.2em;
	color:rgba(0,0,0,0.7);

}


.pbc_text_overlay {
	background-color: rgba(255,255,255,0.85);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	padding:30px;
	margin-bottom: 30px;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
		font-size: 1.2em;
	color:rgba(0,0,0,1);
}
.pbc_text_overlay h2 {
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
/*  RED COLOURS & BORDERS
================================================ */
.themify_builder .ui.red,
.ui.red.nav li a,
.ui.red.module-tab .tab-nav li a{
    color:#ffeeed;
}
.themify_builder div .ui.red,
.themify_builder div .ui.red.nav ul,
.themify_builder div .ui.red.separate > li,
.themify_builder div .ui.red.module-tab .tab-nav li,
.themify_builder div .ui.red.vertical .tab-nav,
.themify_builder div .ui.red.module-accordion .accordion-title,
.themify_builder div .ui.red.window .bar,
.themify_builder div .ui.red.module-tab.panel .tab-nav{
    background-color:rgba(180,5,15,1);
}
/* red hover */
.themify_builder div .ui.red > li.current_page_item > a,
.themify_builder div .ui.red > li.current_page_item:hover > a,
.themify_builder div .ui.red > li.current-menu-item > a,
.themify_builder div .ui.red > li.current-menu-item:hover > a,
.themify_builder div .ui.red.builder_button:hover,
.themify_builder div .ui.red.nav > li a:hover,
.themify_builder div .ui.red.module-accordion li:hover .accordion-title,
.themify_builder div .ui.red.module-tab .tab-nav li:hover{
    background:rgba(250,5,0,1);
}
/* red current color */
.themify_builder div .ui.red > li.current,
.themify_builder div .ui.red > li.current:hover,
.themify_builder div .ui.red .tab-nav li.current{
    background:#7a2023;
}
.themify_builder div input[type=reset], .themify_builder div input[type=submit], .themify_builder div button {
	background-color: rgba(180,5,15,1);
	border-radius: 5px;
	border: 0;
	color: #fff;
	padding: 10px 22px 10px 22px;
	font-weight:500;
	top:-65px;
	margin-top:0px;
}
.themify_builder div input[type=reset]:hover, .themify_builder div input[type=submit]:hover, .themify_builder div button:hover {
	background-color: rgba(250,5,0,1);
	border-radius: 5px;
	border: 0;
	color: #fff;
}
/*  red COLOURS & BORDERS */



html, body {
    max-width: 100%;
    overflow-x: hidden;
}
#body div.page-content {
    max-width: 100%;
    overflow: hidden;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 100vw;
}

.team-members p a {color:rgb(255,255,255);}
.loops-wrapper.list-post > article > figure.post-image {float:left;margin-right:30px;margin-bottom:50px;}


.error404 .max-header .a {color:#000;}
.internalcontainedlogo > div {
bottom:0px;
position:absolute;
display:inline;
	left:50%;
	transform: translate(-50%, 0%);
}

.internalcontainedlogo h1, .internalcontainedlogo h2 {
text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
}
.shadderedd {text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);}


@font-face {
font-family: Orator;
src: url(/wp-content/themes/themify-simple/orator.ttf); 
font-weight: normal; 
}
@font-face {
font-family: Megrim;
src: url(/wp-content/themes/themify-simple/Megrim.ttf); 
font-weight: normal; 
}
@font-face {
font-family: Typo;
src: url(/wp-content/themes/themify-simple/SmallTypeWriting.ttf); 
font-weight: normal; 
}
#site-meta {
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
	position: relative;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	padding-top: 30px;
}
#site-meta i {
	color: #fff;
	font-size: 60px;
	margin: 10px 0;
}
#site-title {
	position: relative;
	display: block;
}
#site-title {
	margin: 0;
}
.no-fittext #site-title {
	font-size: 80px;
}
#site-title-arcade a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
}
.basic #site-title-arcade a {	font-family: 'Megrim', cursive; }
.only-on-home.no-fittext .basic #site-title-arcade a {
	font-size: 120px;
}

.no-fittext #site-title a {
        font-size: 60px !important;
}









/************************************************************************************
1. RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
.ie8 img { width: auto;}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* audio */
audio {
	max-width: 100%;
}

/* iframes and objects max-width (for embed media) */
iframe, object, embed {
	max-width: 100%;
}

/************************************************************************************
2. GENERAL STYLING
*************************************************************************************/
body {
	font: 1em 'Calibri', sans-serif;
	word-wrap: break-word;
	color: #656565;
		overflow-y: hidden;

 	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 0.75em;
}
small {
	font-size: 87%;
}
blockquote {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: .8em 2em 1em;
	margin: 0 0 1.2em;
	position: relative;
}
blockquote:before {
	content: '\201C';
	font-size: 3.3em;
	position: absolute;
	margin-left: -.5em;
	margin-top: .2em;
}

ins {
	text-decoration: none;
}

/* LIST
================================================ */
ul, ol {
	margin: 0 0 1.4em 1.6em;
	padding: 0;
}
li {
	margin: 0 0 1em 0;
	padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-top: 1em;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	font-family: Calibri;
	line-height: 1.4em;
	margin: 0 0 .4em;
	word-wrap: normal;
	font-weight: 600;
	color: #000;
}
h1 {
	font-size: 2.4em;
	letter-spacing: -.05em;
}
h2 {
	font-size: 2em;
	letter-spacing: -.03em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
	max-width: 100%;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #c8c8c8;
	font-size: 0.975em;
	letter-spacing: 0.01em;
	padding: 0.15em 0.1em 0.9em;
	margin: .2em 0 0;
	max-width: 100%;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 15em;
}
input[type=number] {
	width: 7em;
}

/* text area */
textarea {
	width: 100%;
	min-height: 8em;
	border: 1px solid #c8c8c8;
	padding: 0.6em 0.8em;
	height: 206px;
	margin-top: 0.75em;
}

/* form input:focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus {
	outline: none;
}

/* form button */
input[type=reset], input[type=submit], button {
	background-color: rgba(34,34,34,0.1);
	border-radius: 5em;
	border: 1px solid rgba(0,0,0,0.3);
	color: rgba(0,0,0,0.7);
	cursor: pointer;
	font-family: 'Calibri';
	font-size: 1em;
	font-weight: 600;
	padding: 0.95em 1.75em 0.75em 1.9em;
	letter-spacing: -0.01em;
	margin-top: 0.3em;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-appearance: none;
	top:-100px;
	position:relative;
}

/* form input:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background-color: rgba(170,5,20,0.9);
	color: #fff;
}
label {
	font-family: 'Poppins';
	font-size: 0.95em;
	font-weight: 600;
	text-transform: uppercase;
}
label small {
	font-weight: normal;
	text-transform: none;
}

/************************************************************************************
3. STRUCTURE
*************************************************************************************/
/* set general layout containers box-sizing */
img, textarea, input, #pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav, .pagenav, #sidebar, .widget, #footerwrap, #footer, .col4-1, .col4-2, .col4-3, .col3-1, .col3-2, .col2-1 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* main page width */
.pagewidth,
.full_width .themify_builder_row .row_inner {
	width: 1160px;
	max-width: 100%;
	margin: 0 auto;
}

/* body (middle container) */
#body {
	max-width: 100%;
	clear: both;
	top:100px;
	position:relative;
}

/* admin-bar */
.admin-bar #headerwrap,
.admin-bar #headerwrap.fixed-header {
	top: 32px;
}

/* content */
#content {
	width: 68%;
	float: left;
	padding: 0;
}
.sidebar-none #content {
	width: 100%;
	float: none;
}

/* sidebar */
#sidebar {
	width: 26.5%;
	float: right;
	padding: 5% 0;
	font-size: 0.9em;
}
#sidebar .secondary {
	width: 47%;
}

/* full_width content */
.full_width #layout {
	width: 100%;
	max-width: 100%;
}
.full_width #content {
	padding: 0;
	width: auto;
	max-width: 100%;
	float: none;
}
.full_width #sidebar {
	width: auto;
	float: none;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/************************************************************************************
4. GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left: 3.2%;
	float: left;
}
.col4-1 {
	width: 22.6%;
}
.col4-2, .col2-1 {
	width: 48.4%;
}
.col4-3 {
	width: 74.2%;
}
.col3-1 {
	width: 31.2%;
}
.col3-2 {
	width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
5. HEADER
*************************************************************************************/


.transparent-header #main-nav > li > a:hover,
.transparent-header #headerwrap #menu-icon:hover,
.transparent-header #main-nav > li:hover > a,
.transparent-header #main-nav .current_page_item > a,
.transparent-header #main-nav .current-menu-item > a {
	color: rgba(170,11,40,0.9);
}


.home.transparent-header #main-nav > li > a:hover,
.home.transparent-header #headerwrap #menu-icon:hover,
.home.transparent-header #main-nav > li:hover > a,
.home.transparent-header #main-nav .current_page_item > a,
.home.transparent-header #main-nav .current-menu-item > a {
	color: rgba(170,11,40,0.9);
}



#headerwrap {
	background-color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 9999;
}
#headerwrap, body.home #headerwrap, #headerwrap.fixed-header {
	top: 0;
}


#header {
	position: relative;
	padding: 0.4em 30px 0.2em;
	width: auto;
	background-color:rgba(255,255,255,1);
}

.social-wrap {
	position:absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#headerwrap.fixed-header div.social-wrap {
	top: 50%;
}
/*
SITE LOGO - now used for the footer
================================================ */
#site-logo {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 2.2em;
	line-height: 1em;
	letter-spacing: .02em;
	display: inline-block;
}
#site-email {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 400;
	font-size: 1em;
	line-height: 0.3em;
	letter-spacing: .01em;
	display: inline-block;
	top:-7px;
}

#site-logo,#site-email a {
	text-decoration: none;
}
#site-email a {
		color:rgba(255,255,255,0.3);

}
#site-logo,#site-email a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255,0.6);

}
#site-logo a {
color: rgb(255, 255, 255);
}

/*
SITE DESCRIPTION
================================================ */
#site-description {
	background-color: #fff;
	color: #333;
	font: 400 1em/1.5em 'Poppins', sans-serif;
	text-align: center;
	position: absolute;
	width: 220px;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -130px;
	border: 1px solid #03c6ad;
	padding: 20px;
	border-width: 1px;
	visibility: hidden;
	z-index: 10;
}
#site-description:after {
	content: '';
	border: 10px solid transparent;
	border-bottom-color: #03c6ad;
	height: 0;
	width: 0;
	bottom: 100%;
	position: absolute;
	pointer-events: none;
	left: 50%;
	top: -20px;
	margin-left: -10px;
}


#logo-wrap, #top-header div#et-info {
	left:calc(5vw);
	position:relative;
	text-align:left;
}
#top-header div#et-info {
font-weight: 500 ;
	font-size:0.9em;
	font-family:'calibri';
display:inline;
}

#top-header {
	background-color:rgba(170,5,20,1);
	padding:4px 0px 5px 3px;
}

#top-header #et-language {
	text-align:right;
	float:right;
	margin-right:100px;
	position:relative;
display:inline;
}

#top-header #et-social {
	text-align:left;
	float:right;
	margin-right:40px;
	position:relative;
display:inline;
}
#top-header #et-social .widget.themify-social-links {
	margin-bottom:0px;
}
#top-header #et-social .widget.themify-social-links ul.social-links li.social-link-item.icon-medium {
	margin:0px !important;
}
#top-header #et-social .widget.themify-social-links ul.social-links li.social-link-item.icon-medium a i {
	padding-bottom:0px !important;
	padding-top:0px !important;
}
#top-header #polylang-2.widget_polylang {
	margin-bottom:0.1em !important;
}
/*
SOCIAL WIDGET
================================================ */
#header .social-widget {
	display: inline-block;
	vertical-align: middle;
	margin-right: 57px;
	margin-top: 0;
}
.social-widget a {
	text-decoration: none;
	padding: 0 0.15em;
	color: inherit;
}
.social-widget a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.6);
}
.social-widget .widget {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	font-family: inherit;
	text-transform: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5em 0 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -3px;
}

/* rss */
.social-widget div.rss {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
.social-widget div.rss a {
	display: inline-block;
}
.social-widget .rss a:before {
	content: "\f09e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 23px;
}

/*
SEARCH FORM
================================================ */
#searchform-wrap {
	position: relative;
		z-index: 999999999999;

}
#headerwrap #searchform {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 0;
	z-index:9999999999;
}
#headerwrap #searchform #s {
	background-color: transparent;
	border-radius: 5em;
	margin: 0;
	padding: 0px 15px;
	width: 30px;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transition: all .8s ease;
	border:0px !important;
		z-index: 999999999999;

}

#headerwrap #searchform #s:focus,
#headerwrap #searchform #s:hover,
#headerwrap #searchform .icon-search:hover + #s {
	width: 170px;
	color:rgba(255,255,255,0.8);
	font-family:'calibri';
	font-size:1.15em;
	background-color: rgba(170,5,35,0.6);
	padding-right: 30px;
	margin-top:20px;
		z-index:99999999999;
	#headerwrap #searchform .icon-search:before:hover + #s {
		top:20px;
}
}
#headerwrap #searchform .icon-search:before {
	content: "\f002";
	font-family: fontAwesome;
	font-style: normal;
	position: absolute;
	right: 9px;
	top: 0.1em;
	color:rgba(0,0,0,0.8);
	z-index: 999999999999;
}

/*
MAIN NAVIGATION
================================================ */
ul#main-nav.main-nav li.menu-item ul.sub-menu {
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#main-nav {
margin: 0;
	padding: 0;
	text-align: right;
	right:0px;
	font-family: 'Calibri', sans-serif;
	font-weight: 500;
	position: absolute;
	top: 40%;
	z-index: 1;
	width: 100%;
	max-width: 70%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 2em;
}
body.home.full_width ul.main-nav {

}
body ul#main-nav {
	margin-right:60px;
	margin-top:5px;

}
body.home.full_width .flipping-logo {
	display:none;
}
body.default_width .flipping-logo, body .flipping-logo {
	display:inline;
position:absolute;
top:2px;
left:25px;
z-index:10000;
}


#main-nav li {
	margin: 0 0.3em 0 0;
	padding: 0 7px 0 7px;
	list-style: none;
	position: relative;
	display: inline-block;
}

/* dropdown icon */
#main-nav ul .menu-item-has-children > a:after {
	font-family: themify;
	font-size: 0.6em;
	position: absolute;
	right: 2px;
	top: 0.6em;
}

/* main level link */
#main-nav a {
	color: inherit;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight: 500 ;
	font-size:1.02em;
	font-family:'calibri';
}
#main-nav > li:first-child > a {
	padding-left: 0;
}

/* main level link :hover & current link */
#main-nav .current_page_item > a,
#main-nav .current-menu-item > a {
	color: rgba(175,11,40,0.6);
	font-weight:bold;
}
#main-nav li:hover > a {
	color: rgba(175,11,40,1);
}
nav ul.sub-menu {
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
}
nav ul.sub-menu:first-child {
	padding:10px 0 0 0;
}
nav ul.sub-menu:last-child {
	padding:0 0 10px 0;
}

/* sub-levels link */
#main-nav ul a {
	color: #333;
	border:none;
	display: block;
	font-size: .95em;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: .055em;
	text-transform: none;
		margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav ul li:hover > a {
	color: rgba(175,11,40,1);
}
#main-nav ul li:last-child > a {
	border: none;
}

/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 10px 10px 10px 2px;
	list-style: none;
	background-color: rgb(255,255,255);
	border: 2px solid 525252;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
	position: absolute;
	z-index: 100;
	display: none;
	top: 100%;
}
#main-nav ul li {
	background: none;
	padding-left: 21px;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 100%;
	margin-left: 0;
	top:-12px;
}
/* show dropdown ul */
.no-touch #main-nav li:hover > ul {
	display: block;
}

/* Arrow on left side for sub level menu */
#main-nav ul:after {
	content: '';
	border: none;
	height: 0;
	width: 0;
	bottom: 100%;
	position: absolute;
	pointer-events: none;
	left: 30px;
	top: 0;
	margin: -20px 0 0;
}
/* Arrow on left side for sub sub level menu */
#main-nav ul ul:after {
	left: -20px;
	top: 50%;
	border:none;
	margin-top: -10px;
}

/* mobile menu icon */
#menu-icon,
#menu-icon-close {
	display: none;
}
#menu-icon {
	font-size: .9em;
}
#menu-icon:before {
	content: "\e68e";
	font-family: themify;
	font-size: 30px;
}
body.mobile-menu-visible {
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
}
.body-overlay {
	display: none;
	background-color: rgba(255,255,255,.7);
	width: 100%;
	height: 100%;
	position: fixed;
	right: 300px;
	top: 0;
	z-index: 1000;
	box-shadow: inset -1px 0 13px rgba(0,0,0,.13)
}
.body-overlay.body-overlay-on {
	display: block; /* fix for Windows phone */
}

/* Edge Menu */
#main-nav .edge > ul {
	left: auto;
	right: 0;
}
#main-nav ul .edge > ul {
	left: auto;
	right: 100%;
}

/* Transparent Header */
.transparent-header #headerwrap, #headerwrap {
	
	color: #fff;
}
.transparent-header #headerwrap #searchform #s {
	border-color: #fff;
}
.transparent-header #headerwrap #searchform:hover .icon-search:before {
	color: #fff;
}
.transparent-header #pagewrap {
	padding-top: 0 !important;
}
/* prevent transparent header overlap builder */
.transparent-header.themify_builder_active #pagewrap {
	padding-top: 0 !important;	
}
.transparent-header.themify_builder_active #headerwrap {
	position: static !important;	
}
.transparent-header #headerwrap > a:hover,
.transparent-header #main-nav > a:hover {
	color: #fff;
	color: rgba(255,255,255,0.6);
}
.transparent-header #headerwrap #site-logo a {
	color: rgb(51,51,51);
}
.transparent-header #main-nav > li.current-menu-item > a {

}


/* Fixed Header */
#headerwrap.fixed-header {
	position: fixed;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#headerwrap.fixed-header #header {
	padding-top: 0em;
	padding-bottom: 0em;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;
}
#headerwrap.fixed-header #main-nav {
	
}
#headerwrap #main-nav li.menu-item > a {
		padding-bottom: 0.7em;
}


/************************************************************************************
6. PAGE
*************************************************************************************/
.page-title {
	font-family: 'Megrim';
	font-weight: 600;
	font-size: 4.2em;
	margin: 0.15em 0 0.1em;
	letter-spacing: -0.06em;
	position:absolute;
bottom:0px;
}

/* page category wrapper */
.page-category-title-wrap {
	
	padding: 0;
	text-align: center;
	position: relative;
	color: #fff;
}
.transparent-header .page-category-title-wrap {
	padding-top: 0;
}
.page-category-title-wrap a {
	color: #fff;
}
.page-category-title-wrap .page-category-title,
.page-category-title-wrap .page-title {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 1.5em;
	color: #fff;
	margin: 0em 0 0.1em;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	position: absolute;
	z-index: 3;
}
body.no-home .page-title img {
	max-height:165px;
max-width:auto;
}
.page-category-title-wrap .page-category-description {
	font-size: 1.2em;
	margin: 0 0 1.35em;
	letter-spacing: 0.005em;
	position: relative;
	z-index: 3;
}
.category-title-overlay {
	
	opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
#top-map {
	visibility:hidden;
	opacity:0.5;
}
body.page-id-2 #top-map {
visibility:visible;
}
/* page category: author page */
.page-category-title-wrap .author-avatar {
	border-radius: 100%;
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
	margin: 0 0 2em;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background-color: #fff;
	padding: 5px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.6em;
}
.author-posts-by {
	margin: 0 0 1.5em;
	padding: 1em 0 0;
	font-size: 1.4em;
	text-transform: uppercase;
	border-top: solid 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/*
PAGINATION
================================================ */
.pagenav {
	clear: both;
	margin-bottom: 20px;
	text-align: right;
	border-radius: 5em;
	font-size: 1.3em;
	text-align: center;
}
.commentlist .pagenav {
	font-size: 1em;
	text-align: right;
}
.pagenav a {
	text-decoration: none;
}
.pagenav a,
.pagenav span {
	color: #31373c;
	font-weight: bold;
	display: inline-block;
	margin: 0 -3px;
	min-height: 10px;
	min-width: 10px;
	padding: 0.05em 0.6em;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,.3);
	border-right: none;
	border-collapse: collapse;
}
.pagenav .current,
.pagenav a:hover {
	background-color: #03c6ad;
	color: #fff;
}
.pagenav > a:first-child,
.pagenav > span:first-child {
	border-top-left-radius: 5em;
	border-bottom-left-radius: 5em;
}
.pagenav > a:last-child,
.pagenav > span:last-child {
	border-top-right-radius: 5em;
	border-bottom-right-radius: 5em;
	border-right: 1px solid rgba(0,0,0,.3);
}
.pagenav a[title]:last-child {
	margin-left: 2px;
}

/************************************************************************************
7. POST
*************************************************************************************/
/*
GENERIC POST
================================================ */
.post {
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	margin: 0 0 0.7em;
	padding: 0;
}
.post-title a {
	text-decoration: none;
	color: inherit;
}
.post-title a:hover {
	color: #03c6ad;
}

/* post image */
.post-image {
	margin: 0;
}
.post-image img {
	width: 100%;
	vertical-align: bottom;
}
.post-image.left {
	float: left;
	margin-right: 1em;
}
.post-image.right {
	float: right;
	margin-left: 1em;
}

/* post meta */
.post-meta {
	font-size: .8em;
	font-weight: 600;
	line-height: 1.6em;
	margin: 0 0 2.5em;
	padding: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
.post-meta a {
	text-decoration: none;
}

/* post author cattag wrapper */
.post-author-wrapper,
.post-cattag-wrapper {
	display: inline-block;
	vertical-align: top;
	padding-left: 2.25em;
}
.post-author-wrapper {
	border-right: 1px solid #ddd;
	padding-left: 0;
	padding-right: 2.25em;
}
.post-author-inner-wrapper {
	display: inline-block;
}

/* author avatar */
.post-meta .author-avatar img {
	border-radius: 100%;
	margin: 0 1.3em 1em 0;
	display: inline-block;
	vertical-align: top;
}

/* post author */
.post-author {
	display: inline-block;
	margin: 0.5em 0 0.65em;
	letter-spacing: 0.085em;
}

/* post date */
.post-date {
	display: block;
	margin: 0 0 1.35em;
	font-family: 'Poppins';
	font-size: 1.35em;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0.03em;
}
.post-date span {
	margin-right: 0;
}
.post-meta .author-avatar + .post-author + .post-date {
	overflow: hidden;
}

/* post category */
.post-category {
	display: block;
	margin: 0.5em 0 0.35em;
	font-size: 1.3em;
	font-family: 'Poppins';
	letter-spacing: 0.045em;
}

/* post tag */
.post-tag {
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 1.1em;
	text-transform: none;
	letter-spacing: 0.03em;
}
.post-tag a {
	color: inherit;
}

/* post comment */
.post-meta .post-comment {
	font-family: 'Poppins';
	font-size: 1.55em;
	float: right;
	margin: 0.35em 0 0;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 0.55em 0.95em 0.3em;
	position: relative;
	margin-bottom: 16px;
}
.post-meta .post-comment:before,
.post-meta .post-comment:after {
	content: '';
	display: block;
	border: 8px solid transparent;
	position: absolute;
	top: 99%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.post-meta .post-comment:before {
	border-top-color: #ddd;
	margin-top: 1px;
}
.post-meta .post-comment:after {
	border-top-color: #fff;
}

/* read more */
.more-link {
	background-color: #03c6ad;
	border-radius: 5em;
	color: #fff;
	font-family: 'Poppins';
	font-size: 0.75em;
	font-weight: 600;
	padding: 0.9em 1.95em 0.65em 1.9em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.03em;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.more-link:hover {
	background-color: #000;
	color: #fff;
}

/*
COMMON GRID STYLE
================================================ */
.loops-wrapper.grid4 .post,
.loops-wrapper.grid3 .post {
	font-size: 0.9rem;
	line-height: 1.7em;
}
.loops-wrapper.grid4 .post-meta,
.loops-wrapper.grid3 .post-meta,
.loops-wrapper.grid2 .post-meta,
.loops-wrapper.grid2-thumb .post-meta,
.loops-wrapper.list-thumb-image .post-meta,
.loops-wrapper.list-large-image .post-meta {
	margin: 0 0 1.9em;
	position: relative;
}
.loops-wrapper.grid4 .post-author-wrapper,
.loops-wrapper.grid4 .post-cattag-wrapper,
.loops-wrapper.grid3 .post-author-wrapper,
.loops-wrapper.grid3 .post-cattag-wrapper,
.loops-wrapper.grid2 .post-author-wrapper,
.loops-wrapper.grid2 .post-cattag-wrapper,
.loops-wrapper.grid2-thumb .post-author-wrapper,
.loops-wrapper.grid2-thumb .post-cattag-wrapper,
.loops-wrapper.list-thumb-image .post-author-wrapper,
.loops-wrapper.list-thumb-image .post-cattag-wrapper,
.loops-wrapper.list-large-image .post-author-wrapper,
.loops-wrapper.list-large-image .post-cattag-wrapper {
	padding: 0.5em 0 0.6em;
	overflow: hidden;
}
.loops-wrapper.grid4 .post-author-wrapper .post-date ,
.loops-wrapper.grid4 .post-cattag-wrapper .post-date ,
.loops-wrapper.grid3 .post-author-wrapper .post-date ,
.loops-wrapper.grid3 .post-cattag-wrapper .post-date ,
.loops-wrapper.grid2 .post-author-wrapper .post-date ,
.loops-wrapper.grid2 .post-cattag-wrapper .post-date ,
.loops-wrapper.grid2-thumb .post-author-wrapper.post-date ,
.loops-wrapper.grid2-thumb .post-cattag-wrapper.post-date ,
.loops-wrapper.list-thumb-image .post-author-wrapper.post-date ,
.loops-wrapper.list-thumb-image .post-cattag-wrapper.post-date ,
.loops-wrapper.list-large-image .post-author-wrapper.post-date ,
.loops-wrapper.list-large-image .post-cattag-wrapper .post-date {
	margin: 0 0 .3em;
	font-size: 1em;
}
.loops-wrapper.grid4 .post-author-wrapper,
.loops-wrapper.grid3 .post-author-wrapper,
.loops-wrapper.grid2 .post-author-wrapper,
.loops-wrapper.grid2-thumb .post-author-wrapper,
.loops-wrapper.list-thumb-image .post-author-wrapper,
.loops-wrapper.list-large-image .post-author-wrapper {
	display: block;
	border-right: none;
}
.loops-wrapper.grid4 .post-image,
.loops-wrapper.grid3 .post-image,
.loops-wrapper.grid2 .post-image,
.loops-wrapper.grid2-thumb .post-image,
.loops-wrapper.list-thumb-image .post-image,
.loops-wrapper.list-large-image .post-image {
	margin-bottom: 0.75em;
}
.loops-wrapper.grid4 .post-meta .author-avatar + .post-author + .post-date,
.loops-wrapper.grid3 .post-meta .author-avatar + .post-author + .post-date,
.loops-wrapper.grid2 .post-meta .author-avatar + .post-author + .post-date,
.loops-wrapper.grid2-thumb .post-meta .author-avatar + .post-author + .post-date,
.loops-wrapper.list-thumb-image .post-meta .author-avatar + .post-author + .post-date,
.loops-wrapper.list-large-image .post-meta .author-avatar + .post-author + .post-date {
	padding-left: initial;
	margin-bottom: auto;
	font-size: 0.95em;
	letter-spacing: 0.04em;
}
.loops-wrapper.grid4 .author-avatar img,
.loops-wrapper.grid3 .author-avatar img,
.loops-wrapper.grid2 .author-avatar img,
.loops-wrapper.grid2-thumb .author-avatar img,
.loops-wrapper.list-thumb-image .author-avatar img,
.loops-wrapper.list-large-image .author-avatar img {
	width: 38px;
	height: 38px;
	margin: 0 0.9em 0 0;
}
.loops-wrapper.grid4 .post-author,
.loops-wrapper.grid3 .post-author,
.loops-wrapper.grid2 .post-author,
.loops-wrapper.grid2-thumb .post-author,
.loops-wrapper.list-thumb-image .post-author,
.loops-wrapper.list-large-image .post-author {
	margin: 0 0 0.3em;
}
.loops-wrapper.grid4 .post-cattag-wrapper,
.loops-wrapper.grid3 .post-cattag-wrapper,
.loops-wrapper.grid2 .post-cattag-wrapper,
.loops-wrapper.grid2-thumb .post-cattag-wrapper,
.loops-wrapper.list-thumb-image .post-cattag-wrapper,
.loops-wrapper.list-large-image .post-cattag-wrapper {
	padding-right: 4.8em;
	display: block;
}

.loops-wrapper.grid4 .post-comment,
.loops-wrapper.grid3 .post-comment,
.loops-wrapper.grid2 .post-comment,
.loops-wrapper.grid2-thumb .post-comment,
.loops-wrapper.list-thumb-image .post-comment,
.loops-wrapper.list-large-image .post-comment {
	padding: 0.4em 1.2em 0.2em;
	margin-top: -3.5em;
	font-size: 1em;
}
.loops-wrapper.grid4 .post-category,
.loops-wrapper.grid3 .post-category,
.loops-wrapper.grid2 .post-category,
.loops-wrapper.grid2-thumb .post-category,
.loops-wrapper.list-thumb-image .post-category,
.loops-wrapper.list-large-image .post-category {
	font-size: 1em;
	letter-spacing: 0.07em;
	margin-bottom: 0.02em;
}
.loops-wrapper.grid4 .post-tag,
.loops-wrapper.grid3 .post-tag,
.loops-wrapper.grid2 .post-tag,
.loops-wrapper.grid2-thumb .post-tag,
.loops-wrapper.list-thumb-image .post-tag,
.loops-wrapper.list-large-image .post-tag {
	font-size: 1em;
	margin-bottom: 0.35em;
	display: block;
}

/*
ADD PADDING ON SIDEBAR-NONE POST & PAGE
================================================ */
.page.sidebar-none:not(.has-builder) #content,
.sidebar-none .loops-wrapper.list-post .post-content,
.single-post.sidebar-none #content {

}
.page.query-post.sidebar-none #content,
.page.sidebar-none.full_width #content {
	padding-left: 0;
	padding-right: 0;
}
.single-post.sidebar-none #content {
	padding-top: 0;
}

/*
LIST POST
================================================ */
.loops-wrapper.list-post .post-title {
	margin-bottom: .8em;
}
.single-post .post-cattag-wrapper,
.loops-wrapper.list-post .post-cattag-wrapper {
	max-width: 60%;
}

/*
GRID4 POST
================================================ */
.loops-wrapper.grid4 .post {
	width: 22.6%;
	margin-left: 3.2%;
	float: left;
	margin-bottom: 2.5em;
	clear: none;
}
.loops-wrapper.grid4 .post-title {
	font-size: 1.55em;
	line-height: 1.2em;
	letter-spacing: -0.015em;
	margin: 0 0 0.4em;
}

/*
GRID3 POST
================================================ */
.loops-wrapper.grid3 .post {
	width: 31.2%;
	margin-left: 3.2%;
	float: left;
	margin-bottom: 3.1em;
	clear: none;
}
.loops-wrapper.grid3 .post-title {
	font-size: 1.85em;
}

/*
GRID2 POST
================================================ */
.loops-wrapper.grid2 .post {
	width: 48.4%;
	margin-left: 3.2%;
	float: left;
	margin-bottom: 3.7em;
	clear: none;
}
.loops-wrapper.grid2 .post-title {
	font-size: 2.2em;
}

/*
GRID2-THUMB POST
================================================ */
.loops-wrapper.grid2-thumb .post {
	width: 48.4%;
	margin-left: 3.2%;
	float: left;
}
.loops-wrapper.grid2-thumb .post-title {
	font-size: 1.8em;
}
.loops-wrapper.grid2-thumb .post-image {
	width: 20%;
	float: left;
	margin: 0 1.6em 1.3em 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
	min-width: 120px;
}

/*
CLEAR GRID FLOAT
================================================ */
.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/*
LIST-THUMB-IMAGE POST
================================================ */
.loops-wrapper.list-thumb-image .post {
	clear: both; /* require for FF */
}
.loops-wrapper.list-thumb-image .post-image {
	width: 20%;
	float: left;
	margin: 0 1.4em 1em 0;
}
.loops-wrapper.list-thumb-image .post-image img {
	width: 100%;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}
.loops-wrapper.list-thumb-image .post-video {
	width: 20%;
	float: left;
	margin: 0 1.4em 1em 0;
	padding-bottom: 12.25%;
}
.loops-wrapper.list-thumb-image .post-video .post-video { /* reset inner video wrapper */
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
	display: block;
	position: static;
}

/*
LIST-LARGE-IMAGE POST
================================================ */
.loops-wrapper.list-large-image .post-image {
	max-width: 70%;
	float: left;
	margin: 0 2em 1.3em 0;
}

/*
SLIDER POST
================================================ */
.loops-wrapper.slider {
	position: relative;
	margin: 0 0 50px;
}
.loops-wrapper .slideshow-wrap {
	height: 0; /* will be toggled with js */
	visibility: hidden; /* will be toggled with js */

/* remove this on final because it will be toggled with js */
	height: auto;
	visibility: visible;
/* end remove */
}
.loops-wrapper.slider .post {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	text-align: left;
	position: relative;
	margin: 0 0 15px;
	min-height: 40px;
}
.loops-wrapper.slider .post-image {
	width: auto;
	float: none;
	margin: 0;
}
.loops-wrapper.slider .post-image img {
	width: 100%;
	vertical-align: bottom;
}
.loops-wrapper.slider .post-image .themify_lightbox .zoom {
	display: none;
}
.loops-wrapper.slider .post-title {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0 0 0.313em;
}
.loops-wrapper.slider .post-date {
	margin: 0;
}
.loops-wrapper.slider .post-content {
	position: absolute;
	bottom: 0;
	width: 90%;
	min-height: 40px;
	padding: 15px 5%;
	overflow: visible;
	margin: 0 auto;
	background-color: rgba(0,0,0,.6);
	font-size: .9em;
	line-height: 1.5em;
	color: #eee;
}
.loops-wrapper.slider .post-content a {
	color: #fff !important;
}

/* reset slider shortcode in framework css */
.shortcode.post-slider .carousel-prev,
.shortcode.slider .carousel-prev,
.shortcode.post-slider .carousel-next,
.shortcode.slider .carousel-next {
	border-radius: 0;
	border: 0;
	text-shadow: none;
	margin: 0;
	box-shadow: none;
	background-image: none;
}

/* slider carousel controls */
.loops-wrapper.slider .carousel-wrap {
	position: relative;
}
.loops-wrapper.slider .carousel-nav-wrap {
	width: 100% !important;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev,
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	position: absolute;
	top: 30%;
	display: block;
	width: auto !important;
	height: auto !important;
	float: left;
	font-size: 0;
	text-indent: -900em;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0,0,0,.3);
	padding: 5% 2.5%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	left: 0;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	right: 0;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:hover,
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:hover {
	color: #fff;
	background-color: rgba(0,0,0,.5);
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:hover {
	padding-left: 4%;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:hover {
	padding-right: 4%;
}

/* carousel prev/next arrow */
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:before,
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:before {
	width: 100%;
	text-align: center;
	content: '\f054';
	font-family: FontAwesome;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 100%;
	position: absolute;
	left: 0;
	top: 45%;
}

/* carousel pager */
.loops-wrapper.slider .carousel-pager {
	clear: both;
	text-align: center;
	line-height: 100%;
	width: auto;
}
.loops-wrapper.slider .carousel-pager a {
	text-indent: -900em;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 3px 0;
	background-color: #ccc;
	background-color: rgba(0,0,0,.2);
	border: solid 2px #666;
	border-radius: 100%;
	cursor: pointer;
}
.loops-wrapper.slider .carousel-pager a.selected {
	background-color: #fff;
	border-color: #ccc;
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
	border: none;
}
.author-box .author-avatar {
	float: left;
	margin: 0 15px 5px 0;
}
.author-box .author-name {
	margin: 0 0 5px;
	font-family: 'Poppins';
}

/************************************************************************************
POST PAGINATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination {
	text-align: right;
	margin: .5em 0 2em;
}
.post-pagination strong {
	margin-right: 3px;
}
.post-pagination a {
	margin-left: 3px;
	margin-right: 3px;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 1.8em;
	padding: 1.5em 0 0;
	clear: both;
	font-family: 'Poppins';
	font-size: 1.05em;
	font-weight: 600;
	border-top: 1px solid #ddd;
}
.post-nav .prev,
.post-nav .next {
	width: 47%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.post-nav .prev {
	float: left;
	padding-left: 37px;
}
.post-nav .next {
	float: right;
	text-align: right;
	padding-right: 37px;
}

/* post nav link */
.post-nav a {
	text-decoration: none;
	display: block;
	color: inherit;
}
.post-nav a:hover {
	text-decoration: none;
}

/* post nav arrow */
.post-nav .arrow {
	position: absolute;
	left: 0;
}
.post-nav .next .arrow {
	float: right;
	left: auto;
	right: 0;
}
.post-nav .next .arrow:before,
.post-nav .prev .arrow:before {
	font-family: themify;
	position: absolute;
	top: 0;
	color: #03c6ad;
	font-size: 1.6em;
}
.post-nav .next .arrow:before {
	content: "\e661";
	right: 0;
}
.post-nav .prev .arrow:before {
	content: "\e662";
	left: 0;
}
.post-nav .prev a:hover span:before {
	-webkit-animation: arrow-prev 1s infinite;/* Chrome, Safari, Opera */
	-webkit-animation-timing-function: linear;/* Chrome, Safari, Opera */
	animation: arrow-prev 1s infinite;
	animation-timing-function: linear;
}
.post-nav .next a:hover span:before {
	-webkit-animation: arrow-next 1s infinite; /* Chrome, Safari, Opera */
	-webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
	animation: arrow-next 1s infinite;
	animation-timing-function: linear;
}
/* post nav animation */
@-webkit-keyframes arrow-prev {
	0% {left: 0;}
	50% {left: -10px;}
	100% {left: 0;}
}
@keyframes arrow-prev {
	0% {left: 0;}
	50% {left: -10px;}
	100% {left: 0;}
}

@-webkit-keyframes arrow-next {
	0% {right: 0;}
	50% {right: -10px;}
	100% {right: 0;}
}
@keyframes arrow-next {
	0% {right: 0;}
	50% {right: -10px;}
	100% {right: 0;}
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 6.2em 0 6.5em;
	position: relative;
	clear: both;
	border-top: 1px solid #ddd;
	padding-top: 1.8em;
}

/* comment title */
.comment-title,
.comment-reply-title {
	color: #000;
	font-family: 'Poppins';
	font-size: 1.4em;
	font-weight: 600;
	margin: 0 0 1.05em;
	padding: 0;
	letter-spacing: -0.015em;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 1.5em;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
}
.commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 3px 0 18px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 1.3em 0 0;
	width: 65px;
	height: 65px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	border-radius: 5em;
}
.commentlist cite {
	font-family: 'Poppins';
	font-style: normal;
	font-size: 1.05em;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	padding-top: 0.25em;
	margin-bottom: -8px;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite:before {
	content: '\f02e';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-right: 12px;
}
.commentlist .comment-author br {
	display: none;
}
.commentlist .comment-time {
	font-family: 'Poppins';
	font-size: .85em;
	font-style: normal;
}
.commentlist .commententry {
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 0.6em;
	word-wrap: break-word;
}
.commentlist .commententry a {
	color: inherit;
}
.commentlist ul,
.commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 12px;
	top: 0;
}
.commentlist .comment-reply-link {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 0.9em;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}
.commentlist .comment-reply-link:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid;
	width: 1.265em;
	margin-right: 0.6em;
}
.commentlist .comment-reply-link:hover:before {
	-webkit-animation: cmt-reply 1s infinite; /* Chrome, Safari, Opera */
	-webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
	animation: cmt-reply 1s infinite;
	animation-timing-function: linear;
}
/* comment-reply animation */
@-webkit-keyframes cmt-reply {
	0% {-webkit-transform: translateX(0px);}
	50% {-webkit-transform: translateX(-10px);}
	100% {-webkit-transform: translateX(0px);}
}
@-moz-keyframes cmt-reply {
	0% {-moz-transform: translateX(0px);}
	50% {-moz-transform: translateX(-10px);}
	100% {-moz-transform: translateX(0px);}
}
@-ms-keyframes cmt-reply {
	0% {-ms-transform: translateX(0px);}
	50% {-ms-transform: translateX(-10px);}
	100% {-ms-transform: translateX(0px);}
}
@keyframes cmt-reply {
	0% {transform: translateX(0px);}
	50% {transform: translateX(-10px);}
	100% {transform: translateX(0px);}
}

/*
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 2.75em 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 3.5em;
	right: 0;
	font-family: 'Poppins';
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.045em;
	line-height: 100%;
	text-decoration: none;
	display: block;
}
#respond #cancel-comment-reply-link:hover {
	color: red;
}
#respond #cancel-comment-reply-link:before,
#respond #cancel-comment-reply-link:after {
	content: '';
	display: inline-block;
	border-top: 1px solid;
	width: 1.2em;
	position: absolute;
	left: -25px;
	top: 7px;
	transition: all 0.3s ease;
}
#respond #cancel-comment-reply-link:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#respond #cancel-comment-reply-link:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#respond #cancel-comment-reply-link:hover:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(135deg);
}
#respond #cancel-comment-reply-link:hover:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#commentform {
	margin: 0.95em 0 0;
	font-size: 0.9em;
}
#commentform p {
	margin: 0 0 1.5em;
}
#commentform p:nth-of-type(1),
#commentform p:nth-of-type(2) {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
#commentform p:nth-of-type(3) {
	clear: both;
}
#commentform p:nth-of-type(1) {
	padding-right: 2%;
}
#commentform p:nth-of-type(2) {
	padding-left: 2%;
}
#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url] {
	width: 100%;
	max-width: none;
}
#commentform p.logged-in-as,
#commentform p.logged-in-as+p{
	padding: 0;
	float: none;
	width: 100%;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video,
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/************************************************************************************
8. SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 0.4em;
}
.widgettitle {
	margin: 0 0 0.625em;
	padding: 0;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: .4em 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}
ul li.lang-item {
  list-style: none;
	display: inline !important;
	padding:0;
	color:rgb(11,51,221);
}

ul li.lang-item {
  background-image: none;
  display: inline-block !important;
}
ul li.lang-item span {
display:none;
}
#polylang-2.widget ul {
	display: inline-block !important;
	margin:0;padding:0;
}
#polylang-2.widget ul li.lang-item img {
	display:block !important;
	padding:0;
	z-index:666;
	position: relative;
	border:0;
	border-color: rgba(170,6,35,1);
	border-image-width: 0;
}
/************************************************************************************
8.1 WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* recent post widget */
.widget_recent_entries li {
	margin: 0 0 1.2em;
}
.widget_recent_entries a {
	font-size: 1.2em;
	display: inline-block;
	margin: 0 0 .3em;
}
.widget_recent_entries .post-date {
	display: block;
	font-size: .95em
}

/* feature posts widget */
.widget .feature-posts-list li {
	padding: 0;
	margin: 0 0 1.2em;
}
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 0 1.2em 1em 0;
	float: left;
}
.widget .feature-posts-list small {
	font-size: 90%;
	display: block;
	margin: 0 0 .3em;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 0 0 .2em;
	display: inline-block;
	font-size: 1.1em;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list li {
	padding: 0;
	margin: 0 0 1.2em;
}
.widget .twitter-list .twitter-timestamp {
	font-style: italic;
	display: block;
	padding-top: .4em;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/* add white bg to facebook badge iframe */
iframe[src*="facebook"] {
	background-color: #fff;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/************************************************************************************
9. FOOTER
*************************************************************************************/
#footerwrap themify-social-links i, a {
color: rgb(142,153,168);
}

#footerwrap {
	background-color: rgb(34,34,34);
	clear: both;
	text-align: center;
	padding: 1.5em 0 10px 0;
}

/* footer widgets */
.footer-widgets {
	clear: both;
}
.footer-widgets .widget {
	margin-bottom: 2em;
}
.footer-widgets .widgettitle {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #656565;
}
.innerfooterwrap {
	margin: 0 0 0 15%;
	text-align:left;
	float:left;
	font-family: 'calibri';
	line-height: 1.07em;
	font-size:1.02em;
}
#footerwrap .innerfooterwrap span.titlerr {
line-height:2em;
	font-weight:600;
	font-size:1.1em;
	color:rgba(255,255,255,0.4);
}
#footerwrap .innerfooterwrap div#site-phonee {
padding:10px 0px;
}

.inneredfooterwrap {
	margin: 0 15% 0 0;
	text-align:right;
	float:right;
}

/* back to arrow */
.back-top {
	right:0px;
	text-align: center;
	width: 53px;
position:fixed;
bottom:0px;
	height:53px;
z-index:77777777;
}
.back-top .arrow-up a {
	display: inline-block;
	position: relative;
	font-size: 1.75em;
	bottom: 0;
	background-color:rgb(34,34,34);
border-top-left-radius: 1em;
	width: 53px;
	height: 53px;
	line-height: 50px;
	z-index: 10;
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.back-top a:before {
	content: "\e648";
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.back-top .arrow-up:hover a:before {
	-webkit-animation: arrow-up 1s infinite;/* Chrome, Safari, Opera */
	-webkit-animation-timing-function: linear;/* Chrome, Safari, Opera */
	animation: arrow-up 1s infinite;
	animation-timing-function: linear;
}


@keyframes arrow-up {
	0%   { top: -10px; }
	50%   { top: 10px; }
	100% { top: -10px; }
}
@-o-keyframes arrow-up {
	0%   { top: -10px; }
	50%   { top: 10px; }
	100% { top: -10px; }
}
@-moz-keyframes arrow-up {
	0%   { top: -10px; }
	50%   { top: 10px; }
	100% { top: -10px; }
}
@-webkit-keyframes arrow-up {
	0%   { top: -10px; }
	50%   { top: 10px; }
	100% { top: -10px; }
}
/* footer nav */
.footer-nav {
	margin: .5em 0 0.5em;
	padding: 0;
	font-family: 'Calibri', sans-serif;
	font-weight: 520;
	font-size: 1.02em;
	margin-left: 1.25em;
}
.footer-text .one {
		font-family: 'Calibri', sans-serif;
	font-weight: 500;
	font-size: 1.02em;
}
.footer-nav li {
	display: block;
	padding: 0;
	margin: 0 0.5em;
	list-style: none;
}
.footer-nav a {
	color: inherit;
	text-decoration: none;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.footer-nav a:hover {
	opacity: 0.5;
}
#footerwrap #footer .footer-text.clearfix .one .themify-social-links {
display:inline-block;
margin:0px;
}
#footerwrap #footer .footer-text.clearfix .one .themify-social-links ul.social-links li.social-link-item {
margin-bottom:0px;
}
#footerwrap #footer .footer-text.clearfix .one .themify-social-links ul.social-links li.social-link-item i,a {
padding-top:0px;
}
#footerwrap #footer .footer-text.clearfix {
width:100vw;
	position:absolute;
	left:0px;
	padding:0px;
	background-color:rgba(28,28,30,1);
}
/* footer social widget */
#footer .social-widget {
	margin: 0 auto 1.65em;
}
.payments {
	max-height: 100px;
	height: auto;
}
/* footer text */
.footer-text {
	clear: both;
	font-size: 1em;
	padding: 0 0 10px;
	position: relative;
	letter-spacing: 0.01em;
color: #656565;
}
.footer-text a {
	text-decoration: none;
color: #656565;
}
.footer-text a:hover {
	text-decoration: none;
color: #656565;
}

.footer-text:before {
	content: '';
	display: block;
	width: 50%;
	border: none;
	margin: auto;
	padding-top: 5px;
}

/************************************************************************************
10. BUILDER STYLING
*************************************************************************************/
/* builder row */
.full_width .themify_builder_row.fullwidth .row_inner {
	min-width: 100vw;
	max-width: 100%;
	padding: 0;
	margin:0 auto;
}
/* module title */
.themify_builder_content .module-title {
	margin: 0em;
	padding: 0;
	font-size: 1.2em;
	letter-spacing: 1px;
}


/************************************************************************************
11. WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 1em;
}
.alignleft {
	float: left;
	margin-right: 2em;
}
.alignright {
	float: right;
	margin-left: 2em;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1em;
	max-width: 100%;
}
.wp-caption-text {
	margin: .5em 0;
}

/* attachment page */
body.attachment {
	width: auto;
	float: none;
	position: static;
}
.single .attachment.post {
	width: auto;
	float: none;
}

/************************************************************************************
12. WP GALLERY
*************************************************************************************/
#body .gallery {
	margin: 0 0 20px 0;
}

/* gallery item */
#body .gallery .gallery-item {
	margin: 0 8px 8px 0;
	vertical-align: top;
	width: auto;
	float: left;
	text-align: center;
}
#body .gallery img {
	border: none;
	vertical-align: middle;
}

/* gallery caption */
#body .gallery .gallery-caption {
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .gallery-item {
	width: auto;
}
#body .gallery-columns-1 br {
	display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .gallery-item {
	width: 49.2%;
}

/* gallery column 3 */
#body .gallery-columns-3 .gallery-item {
	width: 32.3%;
}
/* gallery column 4 */
#body .gallery-columns-4 .gallery-item {
	width: 23.8%;
}

/* gallery column 5 */
#body .gallery-columns-5 .gallery-item {
	width: 18.8%;
}

/* gallery column 6 */
#body .gallery-columns-6 .gallery-item {
	width: 15.4%;
}

/* gallery column 7 */
#body .gallery-columns-7 .gallery-item {
	width: 13%;
}

/* gallery column 8 */
#body .gallery-columns-8 .gallery-item {
	width: 11.18%;
}

/* gallery column 9 */
#body .gallery-columns-9 .gallery-item {
	width: 9.77%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
	margin: 0 1.5% 1.5% 0;
}

/* clear gallery item margin-right */
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

/************************************************************************************
13. CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after {
	content: "";
	display: table;
	clear: both;
}

header a,
#main-nav a,
.social-widget a,
.post-nav .next .arrow:before,
.post-nav .prev .arrow:before {
	color: #000;
}


header a:hover,
.social-widget a:hover,
.post-title a:hover {
	color: #000;
}

header .page-category-title-wrap,
.category-title-overlay,
.pagenav .current,
.pagenav a:hover,
.more-link {
	background-color: #000;
}

.contact-page div.widget.themify-social-links ul.social-links li.social-link-item i, a {color:rgba(0,0,0,0.7);}
.contact-page div.widget.themify-social-links ul.social-links li.social-link-item a:hover {color:rgba(0,0,0,0.3);}
.contact-page input[name="your-name"] { width:100%; }
/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap #searchform #s {
	border-color: #000;
}
#top-header #et-info-email a, #top-header #et-social .themift-social-links .social-links .social-link-item i,a {
	color:rgba(255,255,255,0.5);
}
#top-header #et-info-email a:hover, .transparent-header #headerwrap .social-link-item a:hover {
	color:rgba(255,255,255,0.8);
}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
.sidemenu {
	background-color: #000;
}
#headerwrap #menu-icon {
	color: #000;
}
#main-nav li:hover > a,
#main-nav .current_page_item > a,
#main-nav .current-menu-item > a {
	color: #555;
}

/* dropdown border & arrow */
#main-nav ul {
	border-color: #000;
}
#main-nav ul:after {
	border-bottom-color: #000;
}
#main-nav ul ul:after {
	border-right-color: #000;
}

.transparent-header .social-widget a {
	color: inherit;
}
.transparent-header #main-nav > li > a,
.transparent-header #headerwrap #menu-icon {
	color: #1e1308;
}
body.home.transparent-header #headerwrap #menu-icon {
	color: #1e1308;
}