/*
	Theme Name: Raptish
	Theme URI: http://themewisdom.com/demo/wpm/raptish/
	Author: PremiumLayers
	Author URI: http://premiumlayers.net/
	Description: Raptish - Premium vCard/Resume WordPress Theme
	Version: 1.2.1
	License: GNU General Public License
	License URI: license.txt
	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
	Text Domain: raptish
*/

/*

==================================================
            TABLE OF CONTENTS
==================================================
    Header Style
    Main Menu Handler
    Main Navigation
    Page Header
    Helpers and Elements
    Info box
    Service
    Testimonial
    Price Box
    Timeline
    Timeline
    Pie progress
    Info Circle
    Icon Boxes
	Profile
    Accordion
    Content
    Blog
    Comments
    Page
    Portfolio
    Widgets
    Footer
    Responsive

	Widget
	- Recent Entries
	- Comments
	- Categories
	- Calendar
	- RSS
	- Meta
	- Tag Cloud
	- Nav Menu
	- Search
	- Pages
	- Archives
	- Text
==================================================
*/

iframe,
figure,
img,
.container {
	max-width: 100%;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

img {
	height: auto;
}

ddress {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 5px 10px;
}

.page-spacing {
	padding-bottom: 90px;
	padding-top: 90px;
}

/*.full-content {
	padding: 0;
}*/

/*.content-left {
	padding-left: 0;
}
.sidebar-right {
	padding-right: 0;
}*/

/* Header Style
====================================*/
/* Main Menu Handler */

.burger-menu {
    display: inline-block;
    width: 24px;
}
.burger-menu span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #333;
    margin-bottom: 3px;
}
.burger-menu span:last-child {
    margin-bottom: 0px;
}
.burger-menu-wrapper {
    height: 158px;
    line-height: 158px;
}
#burger-menu {
    position: fixed;
    z-index: 100;
    top: 70px;
    left: 50px;
    display: none;
}
body.fixed-menu #burger-menu {
    display: block;
}
/* Close Current Page Button */

#close-page {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: #333;
    text-align: center;
    text-decoration: none;
    position: fixed;
    z-index: 100;
    top: 44px;
    right: 50px;
}
#close-page span {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
    left: 1px;
}
#close-page span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -5px;
}
/* Menu Close Button */

#close-menu {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 60px;
}
#close-menu span {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#close-menu span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -5px;
}
/* Main Navigation */

#navigation {
    position: fixed;
    background-color: rgba(74, 195, 191, 0.9);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 900;
    display: none;
}
#navigation .inner-table {
    position: absolute;
}
#navigation .inner-table .inner-cell {
    text-align: center;
}

/*#navigation .nav-wrapper .row > div {
    position: relative;
	float: none;
    margin: 0 auto;
    position: relative;
    width: 1170px;
}
*/

#navigation .nav-wrapper ul {
	margin: 60px 0 105px;
	max-height: 305px;
	min-height: 305px;
	overflow: auto;	
}
#navigation .nav-wrapper ul li {
	display: inline-block;
	float: none;
	margin: 15px;
	width: 33.333%;
	max-width: 122px;
	position: relative;
	text-align: center;
}
#navigation .nav-wrapper ul li:last-child {
    clear: right;
}
#navigation .nav-wrapper ul li a {
	padding: 0;
    width: 83px;
    height: 83px;
    line-height: 83px;
    display: inline-block;
    position: relative;
    text-align: center;
	/*font-size: 0;*/
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid #ffffff;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#navigation .nav-wrapper ul li.active a.noicon {
	color: #4ac3bf;
}

#navigation .nav-wrapper ul li.active > a > i,
#navigation .nav-wrapper ul li a:hover > i {
	color: #4ac3bf;
}

#navigation .nav-wrapper ul li a i {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 83px;
    top: -1px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#navigation .nav-wrapper ul li a svg {
    height: 36px;
    line-height: 83px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    width: 100%;
    left: 1px;
}
#navigation .nav-wrapper ul li a svg path {
    fill: #ffffff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#navigation .nav-wrapper ul li a img {
    height: 36px;
    line-height: 83px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    width: 100%;
    left: 1px;
}

#navigation .nav-wrapper ul li a span {
    display: none;
}
#navigation .nav-wrapper ul li a.noicon span {
    display: block;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #fff;
    text-decoration: none;
    transform: scale(1.2);
	color: #4ac3bf !important;
}

#navigation .nav-wrapper ul li.active a,
#navigation .nav-wrapper ul li a:hover {
    background-color: #ffffff;
    text-decoration: none;
    transform: scale(1.2);
}

#navigation .nav-wrapper ul li a.active i,
#navigation .nav-wrapper ul li a:hover i {
    color: #4ac3bf;
}
#navigation .nav-wrapper ul li a.active svg path,
#navigation .nav-wrapper ul li a:hover svg path {
    fill: #4ac3bf;
}
#navigation .nav-wrapper h4 {
    font-family: 'Oswald';
    font-weight: bold;
    font-size: 75px;
    text-transform: uppercase;
    letter-spacing: 9px;
    color: #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
/* Page Header */

#header {
    height: 158px;
    background-color: #f6f6f6;
    width: 100%;
}
#header a:hover {
    text-decoration: none;
}

.image-logo img {
    display: block;
    max-width: 88px;
}

.image-logo {   
    margin-right: 32px;
	float: left;
	line-height: 158px;
	margin-top: 32px;
}

.text-logo {   
    font-family: 'Oswald';
    font-size: 32px;
    color: #4ac3bf;
    margin-right: 32px;
}

#header #logo.no-logo {
    text-indent: 0px;
}
#header .page-title {
    display: table;
}
#header .page-title .title-wrap {
    display: table-cell;
    height: 158px;
    vertical-align: middle;
}
#header .page-title h1 {
    margin: 0px;
    font-family: 'Oswald';
    font-size: 24px;
    font-weight: normal;
    color: #4ac3bf;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
#header .page-title .lead {
    font-family: 'Oswald';
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0px;
    color: #333333;
}
#header .menu-pager {
    display: block;
    float: right;
}
#header .menu-pager li {
    display: inline-block;
    line-height: 158px;
    margin-left: 5px;
}
#header .menu-pager li a {
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    color: #333333;
    border: 2px solid #333333;
}
#header .menu-pager li a i {
    font-size: 24px;
    position: relative;
    top: 1px;
}
#header .menu-pager li a:hover {
    color: #4ac3bf;
    border-color: #4ac3bf;
}
/* Helpers and Elements
====================================*/

.inner-table {
    display: table;
    width: 100%;
    height: 100%;
}
.inner-table .inner-cell {
    display: table-cell;
    vertical-align: middle;
}
.padding4x {
    padding-top: 80px;
    padding-bottom: 80px;
}
.text-light {
    color: #fff;
}
.text-light.title-lg,
.text-light.title-md {
    color: #fff;
}
.text-brand {
    color: #4ac3bf;
}
/* Info box
==================================================================*/

.info-boxes .ib-item {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.info-boxes .ib-item .img-block {
    width: 100%;
}
.info-boxes .ib-item .entry-box {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -78px;
}
.info-boxes .ib-item .icon-lg {
    color: rgba(255, 255, 255, 0.05);
    font-size: 130px;
    line-height: 130px;
    height: 130px;
    width: 130px;
    position: absolute;
    right: -30px;
    bottom: -30px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.info-boxes .ib-item .img-lg {
    opacity: 0.1;
    height: 130px;
    width: 130px;
    position: absolute;
    right: -30px;
    bottom: -30px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.info-boxes .ib-item .icon {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.18);
}
.info-boxes .ib-item .icon-img {
    display: inline-block;
    height: 54px;
    width: 60px;
    opacity: 0.18;
    margin-bottom: 8px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.info-boxes .ib-item h3 {
    font-family: 'Lato';
    font-size: 40px;
    font-weight: bold;
    color: #4ac3bf;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 5px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.info-boxes .ib-item p {
    font-size: 12px;
    letter-spacing: 1.7px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
.info-boxes .ib-item.active,
.info-boxes .ib-item:hover {
    background-color: #4ac3bf !important;
}
.info-boxes .ib-item.active .icon,
.info-boxes .ib-item:hover .icon {
    color: #fff;
}
.info-boxes .ib-item.active h3,
.info-boxes .ib-item:hover h3 {
    color: #fff;
}
.info-boxes .ib-item.active .icon-lg,
.info-boxes .ib-item:hover .icon-lg {
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -100px;
    color: rgba(255, 255, 255, 0.2);
}
.info-boxes .ib-item.active .img-lg,
.info-boxes .ib-item:hover .img-lg {
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    opacity: 0.2;
}
/* Service
==================================================================*/

.service-item {
    margin-bottom: 50px;
}
.service-item .icon {
    font-size: 48px;
    color: #333333;
    float: left;
}
.service-item .icon span {
    display: inline-block;
    width: 57px;
    height: 57px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.service-item .excerpt {
    margin-left: 80px;
    position: relative;
}
.service-item .excerpt .icon-lg {
    font-size: 102px;
    width: 102px;
    height: 102px;
    position: absolute;
    right: 40px;
    bottom: -15px;
    z-index: -1;
    color: rgba(119, 119, 119, 0.18);
}
.service-item .excerpt .icon-img {
    width: 102px;
    height: 102px;
    position: absolute;
    right: 40px;
    bottom: -15px;
    z-index: -1;
    opacity: 0.18;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.service-item .excerpt h4 {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 10px;
    position: relative;
}
.service-item .excerpt p {
    position: relative;
}
/* Testimonial
==================================================================*/

.testimonial {
    position: relative;
    margin-top: 50px;
}
.testimonial .border-helper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}
.testimonial .border-helper > div {
    width: 50%;
    float: left;
}
.testimonial .border-helper .left-side {
    position: relative;
    border-bottom: 1px solid transparent;
}
.testimonial .border-helper .left-side::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #fff;
    left: 0px;
    right: 37px;
    top: 0px;
}
.testimonial .border-helper .right-side {
    position: relative;
}
.testimonial .border-helper .right-side::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #fff;
    left: 37px;
    right: 0px;
    top: 0px;
}
.testimonial .entry-item {
    border: 1px solid #fff;
    border-top: 0px;
    position: relative;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 25px;
}
.testimonial .entry-item .avatar {
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -37px;
    width: 74px;
    height: 74px;
    text-align: center;
    padding-top: 10px;
    line-height: 0px;
}
.testimonial .entry-item .avatar img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
.testimonial .entry-item .avatar .radius-cutter {
    position: absolute;
    width: 100%;
    height: 38px;
    overflow: hidden;
    top: 0px;
    left: 0px;
}
.testimonial .entry-item .avatar .radius-cutter .radius {
    width: 100%;
    height: 74px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.testimonial .entry-item blockquote {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    color: #fff;
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.testimonial .entry-item blockquote cite {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #4ac3bf;
    font-style: normal;
}
.testimonial.color-normal .border-helper .left-side::before {
    background-color: rgba(119, 119, 119, 0.2);
}
.testimonial.color-normal .border-helper .right-side::before {
    background-color: rgba(119, 119, 119, 0.2);
}
.testimonial.color-normal .entry-item {
    border-color: rgba(119, 119, 119, 0.2);
}
.testimonial.color-normal .entry-item .avatar .radius-cutter .radius {
    border-color: rgba(119, 119, 119, 0.2);
}
.testimonial.color-normal .entry-item blockquote {
    color: #777777;
}
/* Price Box
==================================================================*/

.price-box {
    margin-bottom: 30px;
}
.price-box .entry-item {
    text-align: center;
    padding: 30px;
    border: 1px solid #333333;
    cursor: pointer;
}
.price-box .entry-item .circle-label {
    display: inline-block;
    width: 140px;
    height: 140px;
    border: 2px solid #333333;
    border-radius: 50%;
    position: relative;
}
.price-box .entry-item .circle-label::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    background-color: #333333;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.price-box .entry-item .circle-label .inner-table {
    position: absolute;
}
.price-box .entry-item .circle-label h6 {
    font-family: 'Oswald';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    position: relative;
    margin: 0px;
    padding-bottom: 20px;
}
.price-box .entry-item .circle-label h6::after {
    content: '';
    height: 2px;
    width: 40px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -20px;
    background-color: #fff;
}
.price-box .entry-item .circle-label p {
    font-family: 'Lato';
    font-size: 15px;
    font-weight: normal;
    margin: 0px;
    line-height: 15px;
    color: #fff;
}
.price-box .entry-item .box-info h4 {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #333333;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #333333;
}
.price-box .entry-item .box-info .btn {
    line-height: 26px;
    margin-top: 20px;
}
.price-box.active .entry-item .circle-label,
.price-box:hover .entry-item .circle-label {
    border-color: #4ac3bf;
}
.price-box.active .entry-item .circle-label::before,
.price-box:hover .entry-item .circle-label::before {
    background-color: #4ac3bf;
}
.price-box.active .entry-item .box-info h4,
.price-box:hover .entry-item .box-info h4 {
    color: #4ac3bf;
}
.price-box.active .entry-item .box-info .btn,
.price-box:hover .entry-item .box-info .btn {
    color: #fff;
    background-color: #4ac3bf;
}

.no-padding {
	padding: 0;
}

/* Timeline
==================================================================*/

.timeline-exp .exp-title {
    text-align: center;
    color: #4ac3bf;
}
.timeline-exp .exp-title .exp-icon {
    font-size: 48px;
    line-height: 48px;
}
.timeline-exp .exp-title h4 {
    color: #4ac3bf;
    font-family: 'Oswald';
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.timeline-exp .timeline-wrapper {
    position: relative;
    border-top: 2px solid #333333;
    padding-top: 54px;
    margin-top: 30px;
}
.timeline-exp .timeline-wrapper .tl-item {
    position: relative;
    text-align: right;
    padding-right: 54px;
    padding-top: 15px;
}
.timeline-exp .timeline-wrapper .tl-item .icon {
    display: inline-block;
    width: 54px;
    height: 54px;
    background-color: #4ac3bf;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: -27px;
    top: 0px;
}
.timeline-exp .timeline-wrapper .tl-item .icon i {
    line-height: 54px;
    position: relative;
    left: 1px;
}
.timeline-exp .timeline-wrapper .tl-item .caption {
    font-family: 'Lato';
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333333;
}
.timeline-exp .timeline-wrapper .tl-item h4 {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #4ac3bf;
}
.timeline-exp .timeline-wrapper .tl-item p {
    line-height: 26px;
}
.timeline-exp .timeline-wrapper .tl-item.pull-right {
    text-align: left;
    padding-right: 0px;
    padding-left: 54px;
}
.timeline-exp .timeline-wrapper .tl-item.pull-right .icon {
    right: auto;
    left: -27px;
    background-color: #333333;
}
.timeline-exp .timeline-wrapper .tl-item.pull-right h4 {
    color: #333333;
}
.timeline-exp .timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background-color: #333333;
}
.timeline-exp .timeline-wrapper > .row + .row {
    margin-top: -81px;
}
/* Timeline
==================================================================*/

.progress-line {
    display: block;
    margin-bottom: 30px;
}
.progress-line .entry-title {
    overflow: hidden;
    margin-bottom: 2px;
}
.progress-line .entry-title h5 {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
}
.progress-line .entry-title span {
    float: right;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.progress-line .entry-line {
    position: relative;
    border-top: 5px solid rgba(119, 119, 119, 0.2);
}
.progress-line .entry-line .current {
    height: 5px;
    background-color: #333333;
    width: 0%;
    position: relative;
    top: -5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.progress-line .entry-line .current::before {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    right: -1px;
    top: -6px;
}
.progress-line .entry-line .current::after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: 1px;
}
/* Pie progress
==================================================================*/

.pie-progress-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.pie-progress-wrapper .pie_progress path {
    stroke: #333333 !important;
}
.pie-progress-wrapper .pie_progress .pie_progress__number {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 26px;
    color: #333333;
}
.pie-progress-wrapper h4 {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 20px;
}
/* Info Circle
==================================================================*/

.info-circle {
    text-align: center;
}
.info-circle .entry-circle {
    width: 113px;
    height: 113px;
    display: inline-block;
    border: 2px solid #333333;
    border-radius: 50%;
    font-size: 50px;
    line-height: 113px;
    color: #333333;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.info-circle .entry-circle i {
    line-height: 113px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    top: -3px;
    position: relative;
}
.info-circle .entry-circle span {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    width: 42px;
    height: 42px;
}
.info-circle .entry-circle svg {
    width: 42px;
    height: 42px;
    display: inline-block;
}
.info-circle .entry-circle svg path {
    fill: #333333 !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.info-circle h6 {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    margin-top: 18px;
}
.info-circle:hover .entry-circle {
    border-color: #4ac3bf;
    background-color: #4ac3bf;
}
.info-circle:hover .entry-circle i {
    color: #fff;
}
.info-circle:hover .entry-circle span {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    filter: invert(1);
}
.info-circle:hover .entry-circle svg path {
    fill: #fff !important;
}
.info-circle:hover h6 {
    color: #4ac3bf;
}
/* Icon Boxes
==================================================================*/

.icon-boxes {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.icon-boxes .box-item {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.icon-boxes .box-item .entry-item {
    position: relative;
    border: 2px solid #333333;
    color: #333333;
}
.icon-boxes .box-item .entry-item .image-block {
    width: 100%;
    display: block;
}
.icon-boxes .box-item .entry-item i {
    font-size: 72px;
    position: absolute;
    display: inline-block;
    height: 72px;
    text-align: center;
    left: 0px;
    width: 100%;
    top: 50%;
    margin-top: -36px;
}
.icon-boxes .box-item .entry-item span {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 108px;
    height: 72px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -36px;
    margin-left: -54px;
}
.icon-boxes .box-item .entry-hover {
    position: absolute;
    background-color: #333333;
    color: #fff;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    visibility: hidden;
    opacity: 0;
    padding: 25px;
    transition: all 0.25s ease;
}
.icon-boxes .box-item .entry-hover h6 {
    color: #fff;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
}
.icon-boxes .box-item .entry-hover p {
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
}
.icon-boxes .box-item:hover .entry-hover {
    left: -30px;
    right: -30px;
    top: -15px;
    bottom: -15px;
    visibility: visible;
    opacity: 1;
}


/* Profile
==================================================================*/
/* - About Me */
.about-me h2 {
	margin-top: 10px;
}

/* - Price Table */
.price-table-heading h2 {
	margin-top: -15px!important;
	margin-bottom: 12px!important;
}

/* Accordion
==================================================================*/

.accordion-container .accordion-group .accordion-header {
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
.accordion-container .accordion-group .accordion-header a {
    color: #777777;
}
.accordion-container .accordion-group .accordion-header a:hover,
.accordion-container .accordion-group .accordion-header a:focus,
.accordion-container .accordion-group .accordion-header a:active {
    text-decoration: none;
}
.accordion-container .accordion-group .accordion-header span {
    border-radius: 50%;
    background-color: rgba(119, 119, 119, 0.4);
    width: 21px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    text-align: center;
    font-size: 21px;
    margin-right: 18px;
}
.accordion-container .accordion-group .accordion-header span i {
    color: #fff;
    position: relative;
    top: -3px;
    left: 1px;
    font-size: 18px;
    line-height: 21px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.accordion-container .accordion-group .accordion-content {
    position: relative;
    display: none;
    padding-left: 42px;
    font-size: 16px;
    line-height: 28px;
    color: #777777;
}
.accordion-container .accordion-group.active .accordion-header a {
    color: #4ac3bf;
}
.accordion-container .accordion-group.active .accordion-header span {
    background-color: #4ac3bf;
}
.accordion-container .accordion-group.active .accordion-header span i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0px;
}
.accordion-container .accordion-group + .accordion-group {
    border-top: 1px solid rgba(119, 119, 119, 0.1);
    margin-top: 20px;
}

/* Content
====================================*/

body {
    background-color: #ffffff;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 15px;
    line-height: 2em;
    color: #777777;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}
blockquote {
    border-left: 2px solid #4ac3bf;
    margin-left: 50px;
    padding-left: 30px;
    font-size: 17px;
    font-family: 'Lato';
    font-style: italic;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.btn,
button,
input[type="submit"] {
    background-color: #333333;
    color: #fff;
    font-family: 'Lato';
    font-size: 13px;
    font-weight: bold;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    text-transform: uppercase;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 1px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn:focus,
.btn:hover,
button:hover,
input[type="submit"]:hover,
.btn.active,
button.active,
input[type="submit"].active {
    background-color: #4ac3bf;
    color: #fff;
}
.content {
   /* padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
	*/
}
.content.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}
.pagination {
    display: block;
    text-align: center;
    padding-top: 30px;
    clear: both;
}
.pagination li {
    display: inline-block;
    font-size: 15px;
    font-family: 'Lato';
    font-weight: normal;
}
.pagination li:first-child a,
.pagination li:last-child a,
.pagination li:first-child span,
.pagination li:last-child span {
    border-radius: 0px;
}
.pagination li a,
.pagination li span {
    color: #777777;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.pagination li a:hover,
.pagination li span,
.pagination li span:hover {
    color: #fff;
    background-color: #4ac3bf;
    border-color: #4ac3bf;
}
.title-404 {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
    color: #e72f38;
}
.image-404 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sub-title {
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4ac3bf;
    position: relative;
    margin: 0px;
    margin-bottom: 40px;
}
.sub-title::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 75px;
    left: 0px;
    bottom: -18px;
    background-color: #333333;
}
.list-details {
    list-style-type: none;
    padding-left: 0px;
    font-size: 12px;
    text-transform: uppercase;
}
.list-details strong,
.list-details b {
    color: #333333;
}
.labels {
    padding-left: 15px;
}
.labels a {
    position: relative;
    background-color: #ebebeb;
    display: inline-block;
    font-family: 'Lato';
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 12px;
    margin-right: 24px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.labels a::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #ebebeb;
    position: absolute;
    left: -15px;
    top: 0px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.labels a::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ffffff;
    top: 50%;
    left: -2px;
    position: absolute;
    margin-top: -2px;
}
.labels a:hover {
    background-color: #4ac3bf;
    color: #fff;
}
.labels a:hover::before {
    border-right-color: #4ac3bf;
}
[data-bg-image] {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.table-row {
    display: table;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
}
.table-row > div {
    display: table-cell;
    float: none;
}
.table-row > div .inner-wrapper {
    padding: 40px 36px;
}
.title-lg,
.title-md {
    font-family: 'Oswald';
    font-size: 32px;
    font-weight: normal;
    line-height: 1.3em;
    letter-spacing: 1px;
    color: #4ac3bf;
    margin-bottom: 20px;
	margin-top: 60px;
}
.title-md {
    font-size: 26px;
}
.title-lgx {
    font-family: 'Oswald';
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 1px;
}
.title-light {
    font-family: 'Oswald';
    font-size: 30px;
    font-weight: 100;
    letter-spacing: 1px;
}
ul.check-list {
    list-style-type: none;
}
ul.check-list li {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: normal;
    letter-spacing: 1px;
}
ul.check-list li::before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-left: -20px;
    margin-right: 12px;
    font-size: 11px;
}
ul.socials {
    list-style-type: none;
    display: block;
    padding-left: 0px;
    text-align: left;
}
ul.socials li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 3px;
}
ul.socials li a {
    font-size: 14px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background-color: #333333;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
	text-decoration: none;
}
ul.socials li a:hover {
    background-color: #4ac3bf;
}
form .col-md-6:nth-child(2n+1) {
    padding-left: 0px;
}
form .col-md-6:nth-child(2n) {
    padding-right: 0px;
}
form input:not([type="submit"]),
form textarea {
    border: 0px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    width: 100%;
    font-family: 'Lato';
    font-size: 13px;
    text-transform: uppercase;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
form input:not([type="submit"]):focus,
form textarea:focus {
    outline: none;
    border-bottom-color: #4ac3bf;
    color: #4ac3bf;
}
form textarea {
    min-height: 120px;
    margin-top: 20px;
}
address {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: normal;
}
address i {
    margin-right: 15px;
}
address .address-icon {
    width: 12px;
}
address table {
    width: 100%;
}
.contact-address table {
    border: 0 none;
    margin: 0;
	width: auto;
}
.contact-address table td {
	word-wrap: break-word;
	border: 0 none;
    vertical-align: middle;
    text-align: left;
    padding: 10px 10px;
	line-height: 22px;
	font-family: "Lato";
	font-size: 14px;
	font-weight: normal;
}
address table td:first-child {
    vertical-align: top;
}

/* Blog
====================================*/

.blog-posts {
    margin-bottom: 30px;
}

.full-content .blog-grid {
	margin-left: -15px;
	margin-right: -15px;
}

.title-md.contactform-title,
.contact-address h3 {
	font-size: 26px;
	margin-bottom: 30px !important;
}

.blog-posts article.post-item {
	margin-bottom: 50px;
}

article.blog-one-column {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}

/*.blog-posts article.blog-onecolumn.has-post-thumbnail.post-item .entry-item {
	height: 530px;
}*/

.blog-posts article.post-item .entry-item {
    /*background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;*/
    position: relative;
}

.blog-posts article.has-post-thumbnail .entry-item .entry-meta {
    position: absolute;
    bottom: 0px;
	left: 0;
    right: 0px;
    background-color: #ffffff;
}
.blog-posts article.has-post-thumbnail .entry-item .entry-meta {
    left: 30px;
}
.blog-posts article.no-thumbnail .entry-item .entry-meta {
    position: relative;
	left: 0;
}
.blog-posts article.post-item .entry-item .entry-meta .entry-date {
    display: block;
    float: left;
    color: #fff;
    width: 50px;
    text-align: center;
    font-family: 'Lato';
    font-weight: bold;
    text-transform: uppercase;
}
.blog-posts article.post-item .entry-item .entry-meta .entry-date .day {
    background-color: #4ac3bf;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
}
.blog-posts article.post-item .entry-item .entry-meta .entry-date .month {
    background-color: #333333;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}
.blog-posts article.post-item .entry-item .entry-meta .entry-title {
    padding-left: 70px;
    padding-top: 15px;
    padding-right: 20px;
}
.blog-posts article.post-item .entry-item .entry-meta .entry-title h1,
.blog-posts article.post-item .entry-item .entry-meta .entry-title h3 {
    font-family: 'Lato';
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0px;
    max-height: 44px;
    overflow: hidden;
    color: #333333;
}
.blog-posts article.post-item .entry-item .entry-meta .entry-title h1 a,
.blog-posts article.post-item .entry-item .entry-meta .entry-title h3 a {
    color: #333333;
}
.blog-posts article.post-item .entry-item .entry-meta .entry-title .entry-author {
    font-family: 'Lato';
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.5em;
}
.blog-posts article.post-item .entry-item .entry-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog-posts article.post-item .entry-item .entry-hover .inner-table .inner-cell {
    text-align: center;
}
.blog-posts article.post-item .entry-item .entry-hover .post-format {
    font-size: 36px;
    display: inline-block;
    background-color: #4ac3bf;
    color: #fff;
    padding: 15px 20px;
    border-radius: 3px;
    line-height: 36px;
    position: relative;
    top: -50px;
}
.blog-posts article.post-item .entry-item:hover .entry-hover {
    visibility: visible;
    opacity: 1;
}
.blog-posts.blog-grid article.post-item {
    margin-bottom: 30px;
}


.blog-posts.blog-grid article.blog-onecolumn {
	width: 100%;
	display: inline-block;
	margin-bottom: 50px;
}
.blog-posts .blog-links {
    margin-top: 35px;
    margin-bottom: 35px;
}
.blog-posts .blog-links a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-family: 'Lato';
    font-weight: bold;
    text-transform: uppercase;
    background-color: #333333;
    line-height: 40px;
}
.blog-posts .blog-links .link-next {
    background-color: #4ac3bf;
}
.blog-content .meta-blocks {
    margin-top: 30px;
    margin-bottom: 20px;
}
.blog-content .meta-blocks span {
    display: inline-block;
    background-color: #4ac3bf;
    color: #fff;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
	margin-bottom: 5px;
}
.blog-content .meta-blocks span i {
    margin-right: 5px;
    font-size: 14px;
}
.blog-content .footer-block {
    padding-top: 40px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    padding-bottom: 30px;
}

.blog-content .category-blocks a {
    display: inline-block;
    background-color: #4ac3bf;
    color: #fff;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
	margin-right: 3px;
	margin-bottom: 5px;
}

.blog-content .share-blocks {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
}
.blog-content .share-blocks a {
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-color: #333333;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
	margin-bottom: 5px;
}
.blog-content .share-blocks a:first-child {
    margin-left: 20px;
}
.blog-content .share-blocks a:hover {
    background-color: #4ac3bf;
}

/* Comments
====================================*/

#comments .comments-title {
    font-family: 'Oswald';
    font-size: 22px;
    font-weight: normal;
    color: #4ac3bf;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
#comments .comment-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#comments .comment-list ol,
#comments .comment-list ul {
    list-style-type: none;
    /*margin-left: 60px;*/
}
#comments .comment-list article {
    border: 1px solid rgba(119, 119, 119, 0.2);
    border-radius: 3px;
    padding: 25px 30px;
    margin-bottom: 30px;
}
#comments .comment-list article .avatar {
    width: 83px;
    height: 83px;
    border-radius: 50%;
}
#comments .comment-list article .comment-avatar {
    float: left;
}
#comments .comment-list article .comment-avatar .comment-reply {
    display: block;
    text-align: center;
    padding-top: 5px;
}
#comments .comment-list article .comment-avatar .comment-reply a {
    font-family: 'Lato';
    font-size: 14px;
    font-style: italic;
    color: #4ac3bf;
    text-transform: uppercase;
}
#comments .comment-list article .comment-body {
    margin-left: 115px;
}
#comments .comment-list article .comment-body .comment-author {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    display: block;
}
#comments .comment-list article .comment-body .comment-date {
    display: block;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 12px;
    color: #777777;
}
#comments .comment-list article .comment-body .comment-content {
    font-family: 'Lato';
    font-weight: normal;
    font-size: 14px;
    color: #777777;
    line-height: 28px;
}
#respond {
    padding-top: 10px;
}
#respond .comment-reply-title {
    font-family: 'Oswald';
    font-size: 22px;
    font-weight: normal;
    color: #4ac3bf;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
#respond .comment-form .col-md-6:nth-child(2n+1) {
    padding-left: 0px;
}
#respond .comment-form .col-md-6:nth-child(2n) {
    padding-right: 0px;
	padding-left: 0px;
}
#respond .comment-form input:not([type="submit"]),
#respond .comment-form textarea {
    border: 0px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    width: 100%;
    font-family: 'Lato';
    font-size: 13px;
    text-transform: uppercase;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#respond .comment-form input:not([type="submit"]):focus,
#respond .comment-form textarea:focus {
    outline: none;
    border-bottom-color: #4ac3bf;
    color: #4ac3bf;
}
#respond .comment-form textarea {
    min-height: 120px;
    margin-top: 20px;
}
/* Page
====================================*/
/* Portfolio
====================================*/

.portfolio-posts .folio-filter {
    text-align: center;
    margin-bottom: 50px;
}
.portfolio-posts .folio-filter a {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 25px;
    padding-top: 12px;
    margin-bottom: 15px;
}
.portfolio-posts .folio-filter a + a {
    margin-left: 20px;
}
.portfolio-posts .folio-item {
    margin-bottom: 30px;
}
.portfolio-posts .folio-item .img-block {
    width: 100%;
}
.portfolio-posts .folio-item .entry-item {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}
.portfolio-posts .folio-item .entry-item .entry-hover {
    background-color: rgba(0, 0, 0, 0.88);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.portfolio-posts .folio-item .entry-item .entry-hover h3 {
    color: #fff;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 26px;
    line-height: 1.3em;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0px;
    padding-left: 30px;
    padding-right: 30px;
}
.portfolio-posts .folio-item .entry-item .entry-hover .category {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lato';
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}
.portfolio-posts .folio-item .entry-item .entry-hover .permalink {
    color: #fff;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 28px;
    margin-top: 40px;
}
.portfolio-posts .folio-item .entry-item .entry-hover .permalink i {
    position: relative;
    top: -4px;
    left: 2px;
}
.portfolio-posts .folio-item .entry-item:hover .entry-hover {
    top: 15px;
    left: 15px;
    visibility: visible;
    opacity: 1;
}
.portfolio-masonry .folio-image {
    width: 100%;
}
.portfolio-links {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid rgba(119, 119, 119, 0.2);
    padding-top: 30px;
}
.portfolio-links a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-family: 'Lato';
    font-weight: bold;
    text-transform: uppercase;
    background-color: #333333;
    line-height: 40px;
}
.portfolio-links .link-next {
    background-color: #4ac3bf;
}
/* Widgets
====================================*/

.widget {
    margin-bottom: 45px;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
.widget h5,
.widget .widget-title {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.widget ul,
.widget ol {
    margin: 0px;
    list-style-type: none;
}

}
.widget ul li a,
.widget ol li a {
    color: rgba(119, 119, 119, 0.8);
}
.widget ul li .count {
    font-size: 10px;
    color: #fff;
    background-color: rgba(119, 119, 119, 0.5);
    display: inline-block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
}
/*.widget ul li:hover a {
    text-decoration: none;
    color: #4ac3bf;
}*/
.widget ul li:hover .count {
    background-color: #4ac3bf;
}
.widget .widget-tags {
    font-size: 13px;
}
.widget .widget-tags a {
    display: inline-block;
    background-color: rgba(119, 119, 119, 0.5);
    color: #fff;
    padding: 4px 12px;
    margin-right: 6px;
    margin-bottom: 8px;
}
.widget .widget-tags a:hover {
    background-color: #4ac3bf;
    text-decoration: none;
}
.search-form {
    position: relative;
}
.search-form input {
    border: 1px solid rgba(119, 119, 119, 0.2);
    font-family: 'Lato';
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    color: #777777;
    padding: 15px 20px;
    padding-right: 40px;
    width: 100%;
}
.search-form input:focus {
    outline: none;
}
.search-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background-color: transparent;
    border: 0px;
    font-size: 16px;
    line-height: 100%;
    padding: 0px 15px;
    color: #777777;
}
/* Footer
====================================*/

#footer {
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 1.7em;
    font-family: 'Lato';
    color: #333333;
    padding-top: 60px;
    padding-bottom: 60px;
}
#footer p {
    margin: 0px;
}
#footer a {
    color: #4ac3bf;
    text-decoration: none;
}
#footer ul.social {
    overflow: hidden;
    text-align: center;
    list-style-type: none;
    display: block;
    margin: 0px;
    margin-top: 30px;
}
#footer ul.social li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
#footer ul.social li a {
    font-size: 30px;
    color: rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#footer ul.social li a:hover {
    color: #4ac3bf;
}

.vc_custom_1450529882206  .title-lg, .title-md {
	margin-top: 0!important;
}

/*.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0!important;
}*/

/* FAQ */
.faq-heading .vc_tta-panel-heading  a {
	padding-top: 21px!important;
	padding-bottom: 21px!important;
}
.faq-heading .vc_tta-panel-title a {
	color: #777!important;
}
.faq-heading .vc_active .vc_tta-panel-title a {
    color: #4ac3bf !important;
}

/* Blog Grid */
.blog-grid-block .blog-posts.blog-grid {
	margin-bottom: 0;
}

.nav-wrapper {
	left: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
	max-width: 600px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Responsive
====================================*/
/* Large Devices - Desktops */
/* Medium Devices - Desktops */

@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* Info Boxes */
    
    .info-boxes .ib-item .img-block {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /* Icon Boxes */
    
    .icon-boxes .box-item .entry-hover p {
        font-size: 12px;
        line-height: 20px;
    }
	
	/* - About */
	.about-me h2 {
		margin-top: -5px;
	}
	
	/* Blog */
	
	.blog-content .category-blocks a {
		font-size: 11px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.blog-content .share-blocks {
		font-size: 14px;
	}
	.blog-content .share-blocks a {
		font-size: 13px;
		line-height: 30px;
		height: 30px;
		width: 30px;
	}
	.blog-content .share-blocks a:first-child {
		margin-left: 10px;
	}
}

/* Small Devices - Tablets */
@media screen and (min-width: 768px) and (max-width: 991px) {

	#close-menu span {
		height: 60px;
	}
	#navigation .nav-wrapper .row > div {
		width: auto;
	}
	#navigation .nav-wrapper ul {		
		margin: 0 0 37px;
		max-height: 318px;
		min-height: 318px;
		overflow: auto;
	}   
	#navigation .nav-wrapper ul li {
		min-width: 90px;
	}
	
    .title-lgx {
        font-size: 50px;
    }
    .title-light {
        font-size: 24px;
    }
    .title-lg {
        font-size: 24px;
    }
	
    /* Menu */    
    .burger-menu {
        width: 36px;
    }
    .burger-menu span {
        margin-bottom: 6px;
    }
    #burger-menu {
        top: 42px;
        left: 36px;
    }
    #navigation .nav-wrapper ul li {
        margin-bottom: 30px;
    }
    /* Info Boxes */
    
    .info-boxes .ib-item .img-block {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .info-boxes .ib-item h3 {
        font-size: 26px;
    }
    .info-boxes .ib-item p {
        font-size: 10px;
    }
	
    /* Icon Boxes */    
    .icon-boxes .box-item .entry-item span {
        width: 80%;
        left: 10%;
        margin-left: 0px;
    }
    .icon-boxes .box-item .entry-hover p {
        font-size: 10px;
        line-height: 16px;
    }

	.timeline-exp .timeline-wrapper .tl-item.pull-right {
		padding-right: 20px;
	}
	.icon-boxes .box-item:hover .entry-hover {
		bottom: -25px;
		top: -25px;
		left: 5px;
		right: 5px;
		padding: 10px;
	}
	.icon-boxes .box-item .entry-hover h6 {
		margin-bottom: 5px;
	}
	.info-circle h6 {
		font-size: 15px;
	}
	
	/* - About */
	.about-me .vc_custom_1450697070153 {
		padding: 18px !important;
	}
	.price-box .entry-item {
		padding: 10px;
	}
	
	/* Blog */
	.blog-content .share-blocks {
		float: left;
		margin-top: 20px;
	}
}

/* Extra Small Devices - Phones */
@media screen and (max-width: 767px) {
	
	/* Menu */
	.burger-menu {
		width: 25px;
	}
	
	#close-menu span {
		height: 50px;
	}
	#navigation .nav-wrapper .row > div {
		width: auto;
	}
	#navigation .nav-wrapper ul { 
		max-height: 220px;
		padding-top: 0;
		margin-bottom: 30px;
		display: inline-block;
		margin-bottom: 60px;
	}   
	#navigation .nav-wrapper ul li {
		min-width: 80px;
	}
	
	#navigation .nav-wrapper h4 {
		font-size: 45px;
	}
	
	/* - Full Content */
	.full-content {
		padding: 0 15px;
	}
    .title-lgx {
        font-size: 50px;
    }
    .title-light {
        font-size: 24px;
    }
    .title-lg {
        font-size: 24px;
    }
	
    /* Info Boxes */
    .info-boxes .ib-item {
        width: 33.33% !important;
    }
    .info-boxes .ib-item .entry-box {
        margin-top: -66px;
    }
    .info-boxes .ib-item h3 {
        font-size: 26px;
    }
    .info-boxes .ib-item p {
        font-size: 12px;
    }
	
    /* Icon Boxes */
    .icon-boxes .box-item {
        width: 33.333% !important;
        margin-bottom: 30px;
    }
    .icon-boxes .box-item .entry-item span {
        width: 80%;
        left: 10%;
        margin-left: 0px;
    }
	
	#header .page-title .lead {
		font-size: 15px;
	}
	.timeline-exp .exp-title h4 {	
		font-size: 18px;
		padding-right: 10px;
	}
	.timeline-exp .timeline-wrapper .tl-item.pull-right {
		padding-left: 35px;
	}
	.info-circle h6 {
		font-size: 15px;
	}
		
	/* - Progress Box Section  */
	.progress-box-section .progress-box {
		width: 50%;
		display: inline-block;
	}
	
	/* - Language Skill 1 */	
	.language-skills1 {
		text-align: center;		
	}
	.language-skills1 .vc_col-sm-3 {
		float: left;
		max-width: 250px;
		text-align: left;
		margin: 0 auto;
	}
	.language-skills1 .vc_col-sm-2 {
		max-width: 170px;
		display: inline-block;
	}
	.language-skills1 .timeline-exp .timeline-wrapper .tl-item h4 {
		font-size: 16px;
	}
	.language-skills1 .timeline-exp .timeline-wrapper .tl-item p {
		padding-right: 10px;
	}
	
	/* - Language Skill 2 */
	.language-skills2 {
		text-align: center;
	}
	.language-skills2 .vc_col-sm-2 {
		display: inline-block;
		max-width: 200px;
		text-align: center;
	}
	
	/* Icon Boxes */
	.icon-boxes .box-item:hover .entry-hover {
		bottom: -5px;
		top: -5px;
		left: 10px;
		right: 10px;
		padding: 50px;
	}
	.icon-boxes .box-item .entry-hover h6 {
		margin-bottom: 5px;
	}
	.info-circle h6 {
		font-size: 15px;
	}
	
	/* - About */
	.service-item {
		display: inline-block;
		width: 50%;
	}
	.testimonial-box{
		width: 50%!important;
		display: inline-block;
	}
	.price-table-block .vc_col-sm-3 {
		width: 50%;
		display: inline-block;
	}
	
	/* Blog */
	.blog-links .col-sm-6 {
		display: inline-block;
		width: 49%;
	}
	.footer-block .col-md-6 {
		margin-bottom: 15px;
		float: left;
		clear: both;
	}
	.widget_calendar {
		/*max-width: 400px;*/
	}
	
	/* FAQ */
	.faq-heading  .vc_tta-panel-title {
		font-size: 18px;
	}
	.faq-heading .accordion-content p {
		font-size: 14px;
	}
}


/* Extra Small Devices - Phones */
@media screen and (max-width: 530px) {
	/* - Progress Box Section  */
	.progress-box-section .progress-box {
		width: 100%;
	}
	.language-skills1 .vc_col-sm-2 {
		max-width: 140px;
	}
	.language-skills1 .vc_col-sm-3 {
		max-width: 230px;
	}
	
	/* Icon Boxes */
	.icon-boxes .box-item:hover .entry-hover {
		padding: 15px;
		top: -15px;
		bottom: -15px;
	}
	
	/* Info Boxes */
    .info-boxes .ib-item {
        width: 50% !important;
    }
}

/* Extra Small Devices - Phones */
@media screen and (max-width: 480px) {
	#navigation .nav-wrapper h4 {
		font-size: 45px;
	}
	
	/* - Language Skill 1 */
	.language-skills1 .vc_col-sm-2 {
		max-width: 150px;
		display: block;
		margin: 0 auto;
	}
	.timeline-exp .timeline-wrapper .tl-item h4 {
		font-size: 16px;
	}
	.language-skills1 .vc_col-sm-3 {
		max-width: 100%;
	}
	
	/* Icon Boxes */
    .icon-boxes .box-item {
        width: 50% !important;
    }
	.icon-boxes .box-item:hover .entry-hover {
		padding: 15px;
		top: -15px;
		bottom: -15px;
	}
	
	/* - About */
	.service-item {		
		width: 100%;
	}
	.price-box .entry-item {
		padding: 15px;
	}
	.testimonial-box{
		width: 100%!important;
		margin-bottom: 30px;
	}
	
	/* Blog */
	.blog-posts article.post-item .entry-item .entry-meta .entry-date {
		width: 40px;
	}
	.blog-posts article.post-item .entry-item .entry-meta .entry-title {
		padding-left: 60px;
		padding-right: 0;
	}
	.comment-notes,
	.blog-posts article.post-item .entry-item .entry-meta .entry-date .day,
	.blog-posts article.post-item .entry-item .entry-meta .entry-title h3 {
		font-size: 14px;
	}
	
	.blog-posts article.post-item .entry-item .entry-meta .entry-date .month{
		font-size: 12px;
	}
	
	.blog-posts article.post-item .entry-item .entry-meta .entry-date .day {
		height: 40px;
		line-height: 40px;
	}
	.blog-posts .blog-links a {
		font-size: 12px;
	}
	.blog-content .category-blocks a {
		margin-bottom: 5px;
		margin-right: 3px;
	}
	.blog-content .share-blocks {
		font-size: 15px;
	}
	.btn, button, input[type="submit"] {
		line-height: 30px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.widget ul li > a {
		font-size: 13px!important;
	}
	
	/* FAQ */
	.faq-heading  .vc_tta-panel-title {
		font-size: 17px;
	}
	
}

/* Extra Small Devices - Phones */
@media screen and (max-width: 400px) {
    /* Info Boxes */
    .info-boxes .ib-item {
        width: 100% !important;
    }
	.price-table-block .vc_col-sm-3 {
		width: 100%;
	}
	.blog-content .meta-blocks span {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 9px;
		margin-right: 4px;
	}
	
	/* FAQ */
	.faq-heading  .vc_tta-panel-title {
		font-size: 14px;
	}
}


#navigation li::before {
	top: 25px;
	color: #fff;
	font-size: 34px;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

div.wpcf7-mail-sent-ok {
	clear: both;
}
	
.burger-menu {
	width: 25px;
}
.burger-menu span {
	margin-bottom: 3px;
}

.sign-image img {
	max-width: 266px;
	height: auto;
}

/*#navigation .nav-wrapper ul li.active:before,
#navigation li:hover:before {
	color: #4ac3bf;
	transform: scale(1.2);
}

#navigation .nav-wrapper ul li:hover a {
	background-color: #fff;
}
*/

/*.title-lg,
.title-md {
	color: #4ac3bf;
	font-family: "Oswald";
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.3em;
	margin-bottom: 20px;
}*/

.vc_tta-panel .vc_tta-panel-heading {
	background-color: transparent !important;
	border-left: transparent !important;
	border-right: transparent !important;
	border-top: transparent !important;
}

.vc_tta-panel-body {
	background-color: transparent !important;
	border-left: transparent !important;
	border-right: transparent !important;
	border-top: transparent !important;
}

.vc_tta-panel-title {
	font-family: "Oswald";
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #777;
}

.vc_active .vc_tta-controls-icon:before {
	border-color: #4ac3bf !important;
}

.vc_active .vc_tta-panel-title a {
	color: #4ac3bf !important;
}

.vc_tta-panel-body {
	color: #777;
	font-size: 16px;
	line-height: 28px;
}

/* Widgets
==================================== */
.widget {
	margin-bottom: 40px;
}

.widget hr {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: inline-block;
	margin: 0 auto;
}

.multi_line {
	border-bottom: 2px solid #45bcd2;
	border-top: 1px solid #45bcd2;
	height: 5px;
	margin: 10px auto 15px 0;
	width: 55px;
}

.widget ul {
	list-style: none;
	color: #999;
	font-size: 14px;
}

.widget_nav_menu .menu-menu-items-container > ul:first-of-type,
.widget > ul:first-of-type {
    padding-left: 0;
}

.comment-author-link a {
	color: #4ac3bf;
}

.widget a {
	margin-bottom: 10px;
	display: inline-block;
	color: #999;
	font-size: 14px;
	font-family: "Lato";
}

.widget.widget_categories a,
.widget.widget_archive ul li a {
	margin-bottom: 20px;
}

.footer-section .widget li:before {
	content: "\f043";
	font-family: FontAwesome;
	color: #2196f3;
	margin-right: 11px;
}

.footer-section .widget li a:hover {
	text-decoration: underline;
	color: #999;
}

.widget a:hover {
	color: #4ac3bf;
	text-decoration: none;
}

.widget-title {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
}

.widget select {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	border: 1px solid #ddd;	
}

/* - Recent Entries */
/*.widget.widget_recent_entries > ul li a {
    display: inline;
}*/

/* - Comments */

/* - Categories */
.widget_categories ul {
	display: inline-block;
    width: 100%;
}
.widget_categories ul li a {
	text-decoration: none;
}
.cat-item span {
	background-color: rgba(119, 119, 119, 0.5);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 28px;
    line-height: 28px;
    margin-right: 15px;
    text-align: center;
    width: 28px;
	float: left;
	clear: both;
}
.widget_categories li a:hover {
	color: #4ac3bf;
}

.widget.widget_categories li > a:hover span,
.widget.widget_archive li > a:hover span {
    color: #fff;
	background-color: #4ac3bf;
    text-decoration: none;
}

/* - Calendar */
.widget_calendar #wp-calendar {
    width: 100%;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}
.widget_calendar caption {
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

/* - RSS */
.widget_rss ul .rsswidget {
	font-weight: 700;
	display: block;
	line-height: 1.5;
}
.widget_rss ul li:last-child {
	border-bottom: none;
}
/* - Meta */

/* - Tag Cloud */
.tagcloud a {
	background-color: rgba(119, 119, 119, 0.5);
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 6px;
    padding: 4px 12px;
	font-size: 13px!important;
}

.tagcloud a:hover {	
	background-color: #4ac3bf;
    text-decoration: none;
	color: #fff;
}

/* - Nav Menu */
.widget_nav_menu li:last-child {
	border-bottom: none;
}
.widget_nav_menu li .sub-menu {
	padding-bottom: 0;
}
.widget_nav_menu li .sub-menu li {
	border-bottom: none;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 0;
}

/* - Search */
.widget_search {
	width: 100%;
	display: inline-block;
}

.widget_search label input {
	width: 100%;
	height: 30px;
	padding: 4px;
}

.widget_search label {
	float: left;
}

/*
.widget_search .form-control:focus {
	border: 1px solid #ccc;
}
*/

.widget_search .input-group-btn:last-child > .btn,
.widget_search .input-group-btn:last-child > .btn-group {
    margin-left: 0;
}

.widget_product_search .btn,
.widget_search .btn {
	border-radius: 0;
	font-size: 16px;
	line-height: 29px;
	margin: 0;
	min-width: auto;
	padding: 0 12px;
}

.widget_product_search .btn:hover,
.widget_search .btn:hover {
	background-color: #fff;
	color: #333;
}

.widget_product_search .searchform .form-control,
.widget_search .searchform .form-control {
    height: auto;
    padding: 0 10px;
	border-right: 0;
}

.widget_product_search .input-group-btn,
.widget_search .input-group-btn {
	background-color: #f2f5f8;
	border: 1px solid #f0f0f0;
	border-left: 0;
}

.widget_product_search input,
.widget_search input {
	border: 1px solid #ddd;
	float: left;
}

.widget_product_search input[type="submit"]:hover,
.widget_search input[type="submit"]:hover {
    background-color: #333;
    border: 0 none;
    color: #fff;
}

.widget_product_search .form-control,
.widget_search .form-control {
    height: auto;
    padding: 0 10px;
}

/* - Pages */
.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

/* - Archives */
.widget_archive span {
	background-color: rgba(119, 119, 119, 0.5);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    text-align: center;
    width: 28px;
	float: left;	
}
/*
.widget_archive ul li:hover a{
	color: #4ac3bf;
}

.widget ul li:hover span{
    color: #fff;
	background-color: #4ac3bf;
    text-decoration: none;
}
*/

/*.widget.widget_archive > ul {
	padding-left: 15px;
}*/


/* - Text */
.textwidget {
	color: #777;
	line-height: 24px;
}

.textwidget option {
	max-width: 175px;
}

/* - Widget Menu */
.widget_nav_menu .menu-main-menu-container .menu li{
	width: 100%;
}

.widget_nav_menu .menu-main-menu-container .menu li > a {
	margin-left: 20px;
}

.menu-item:hover::before ,
.menu-main-menu-container .menu li:hover a {
	color: #4ac3bf;
}


/* ************************************ */

/* - Sticky */
.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

/* - Alignments */
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

.bypostauthor {
}
.screen-reader-text {
    visibility: hidden;
	display: none;
}

/* - Galleries */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* - Captions */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 5px 10px;
	background-color: #ccc;
}

.widget_nav_menu .menu-main-menu-container > ul {
	padding-left: 0;
}

.widget_text a {
	display: block;
}

@media (min-width: 768px) {

	.site-main .content-left,
	.site-main .sidebar-left {
		float: left;
		clear: left;
	}

	.site-main .content-right,
	.site-main .sidebar-right {
		float: right;
		clear: right;
	}
}