/*
Theme Name: MAMA WP
Theme URI: http://mama-wp.jeweltheme.com/
Author: Jewel Theme
Author URI: http://jeweltheme.com
Description: Mama One Page Creative Portfolio WordPress Theme by Jewel Theme
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: jeweltheme
Domain Path: /languages/
*/


/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /

* 1 - Google Font
* 2 - General Styles
*   2.1 - Headings 
*   2.2 - Title Related  
*   2.3 - Isotope Items Filter
*   2.4 - Buttons
*   2.5 - Forms
*   2.6 - Social Area
* 3 - Index Page
*   3.1 - Slider Section
*   3.2 - Our Services
*   3.3 - Our Craft

------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/
/* 1 - Google Font
------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* 1 - Google Font End 
------------------------------------------------------------------------*/
/* 2 - General styles
---------------------------------------------------------------------- */

html,
body {
    font-family: 'Abel', 'Open Sans', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -0-font-smoothing: antialiased;
}
body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    
    content: 'mobile';
    display: none;
}
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -0-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
a:focus {
    outline: none;
    outline-offset: 0;
}
p {
    color: #000000;
    font-size: 1em;
    line-height: 25px;
    font-family: 'Open Sans';
    margin: 0 0 20px 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
img {
    max-width: 100%;
    height: auto;
}
.page-template-default .animsition,
.single .animsition,
.single-page .animsition,
.blog .animsition,
.blog-page .animsition,
.search .animsition {
    opacity: 1 !important;
}
.homepage .cd-section:first-of-type .cd-block {
    background-size: cover !important;
}
/* 2.1 --------- Headings ------------- */

h1 {
    font-size: 2.75em;
}
h2 {
    font-size: 2.18em;
}
h3 {
    font-size: 1.75em;
}
h4 {
    font-size: 1.375em;
}
h5 {
    font-size: 1.125em;
}
h6 {
    font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}
/* -------------------------------- 

Main Components 

-------------------------------- */

.site-logo {
    padding-top: 100px;
    text-decoration: none !important;
}
.menu-logo {
    padding-top: 43px;
    position: absolute;
    margin-top: 3%;
    left: 50%;
    max-width: 100px;
    width: auto;
    margin-left: -48px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#main-menu {
    top: 85%;
}
.main-title {
    color: #000000;
    font-weight: 400;
    padding-top: 405px;
    text-transform: ca pitalize;
    padding-left: 30px;
}
.cd-section h1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 2.6rem;
}
.sub-title {
    color: #151515;
    font-size: 25px;
    font-family: 'Open Sans';
    font-weight: 300;
    letter-spacing: 2.5px;
    margin-top: -185px;
    text-transform: uppercase;
}
.cd-block,
.cd-half-block {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
}
.cd-block {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}
.cd-section:first-of-type .cd-block {
    visibility: visible;
    height: 64em;
    text-align: center;
}
.cd-half-block {
    background: #ffffff;
    box-shadow: none !important;
    color: #263b40;
    overflow: auto !important;
}
.cd-half-block:nth-of-type(1) {
    height: 63em;
    background-color: #263b40;
    background-position: center center;
    background-repeat: no-repeat;
}
.cd-half-block:nth-of-type(2) {
    padding: 9% 10% 7% 7%;
}
.section-title {
    color: #000000;
    font-size: 4.06rem;
    font-weight: 400;
    padding-bottom: 30px;
    text-transform: capitalize;
}
.section-description {
    color: #595959;
    font-size: 1.35rem;
    line-height: 37px;
    font-weight: 300;
    letter-spacing: .3px;
    padding-bottom: 85px;
    padding-right: 30px;
}
.item-title {
    color: #000000;
    display: inline-block;
    font-size: 1.125rem;
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.item-title:before,
.member-name:before {
    content: '';
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #e74c3c;
    left: 0px;
    position: absolute;
}
.item-details {
    color: #000000;
    font-size: 1em;
    padding-top: 16px;
    letter-spacing: .2px;
    word-spacing: .4px;
}
.cd-section:nth-of-type(2) .cd-half-block:first-of-type,
.cd-section:nth-of-type(3) .cd-half-block:first-of-type,
.cd-section:nth-of-type(4) .cd-half-block:first-of-type,
.cd-section:nth-of-type(5) .cd-half-block:first-of-type,
.cd-section:nth-of-type(6) .cd-half-block:first-of-type,
.cd-section:nth-of-type(7) .cd-half-block:first-of-type {
    background-size: cover !important;
    background-position: center top;
}
.cd-section:nth-of-type(2) .cd-half-block:first-of-type {
    background-image: url("../../images/img-1.jpg");
}
.cd-section:nth-of-type(3) .cd-half-block:first-of-type {
    background-image: url("../../images/img-2.jpg");
}
.cd-section:nth-of-type(4) .cd-half-block:first-of-type {
    background-image: url("../../images/img-3.jpg");
}
.cd-section:nth-of-type(5) .cd-half-block:first-of-type {
    background-image: url("../../images/img-4.jpg");
}
.cd-section:nth-of-type(6) .cd-half-block:first-of-type {
    background-image: url("../../images/img-5.jpg");
}
.cd-section:nth-of-type(7) .cd-half-block:first-of-type {
    background-image: url("../../images/img-6.jpg");
}
.cd-vertical-nav {
    position: fixed;
    z-index: 1;
    right: 3%;
    top: 50%;
    bottom: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.cd-vertical-nav li {
    display: block;
}
.cd-vertical-nav a {
    border: 1px solid #000000;
    color: #000000;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    white-space: nowrap;

    -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
    transition: opacity 0.2s 0s, visibility 0.2s 0s;
}
.cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.cd-vertical-nav a.inactive1 {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.01s 0s, visibility 0s 0.01s;
    -moz-transition: opacity 0.01s 0s, visibility 0s 0.01s;
    transition: opacity 0.01s 0s, visibility 0s 0.01s;
}
/* Home Section */

.next-section {
    padding-top: 60px;
}
.next-section button {
    background-color: transparent;
    border: none;
    font-size: 2em;
    cursor: pointer;
}
.next-section button:focus {
    outline: 0;
}
/* About Section */

.about-details .item {
    vertical-align: text-top;
    padding-bottom: 55px;
}
/* Service Section */

.service-details .item {
    font-size: .94em;
    max-width: 48%;
    display: inline-block;
    padding-bottom: 55px;
    padding-right: 15px;
    vertical-align: text-top;
}
.icon-container {
    display: inline-block;
    float: left;
    margin-top: 5px;
}
.service-details .item-icon {
    font-size: 1.25em;
    padding-right: 10px;
}
/* Team Section */

.member {
    display: inline-block;
    padding-right: 25px;
    max-width: 46%;
    text-align: center;
    vertical-align: text-top;
}
.member-avatar {
  display: inline-block;
}
.member-name {
    color: #000000;
    display: block;
    font-size: 1.125rem;
    font-family: 'Open Sans';
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
}
.member-position {
    display: block;
    font-size: .94rem;
    font-family: 'Open Sans';
    font-weight: 300;
    padding-top: 5px;
}
/* Portfolio Section */

.portfolio-details figure {
    max-width: 46%;
    display: inline-block;
    position: relative;
    margin: 0px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}
.portfolio-details figure img {
    height: auto;
    display: block;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}
.portfolio-details figcaption {
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}
.portfolio-details .item-title {
    padding-top: 30px;
}
.portfolio-details figure:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.portfolio-details figure:hover figcaption {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.portfolio-details .btn {
    display: block;
    max-width: 200px;
}
/* Blog Section */

.type-post {
    padding-bottom: 60px;
}
.post-meta {
    border: 2px solid #000000;
    float: left;
    display: block;
}
.entry-date {
    font-size: 1.125em;
    font-weight: 700;
    font-family: 'Open Sans';
    text-transform: uppercase;
    padding: 5px 13px 13px 13px;
}
.entry-date span {
    color: #e74c3c;
    display: block;
    font-size: 1.68rem;
}
.post-content {
    padding-left: 85px;
}
.post-content p {
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 0;
    color: #4a4a4a;
    margin: 0 0 20px 0;
}
.entry-title {
    font-size: 1.31rem;
    font-weight: 700;
    font-family: 'Open Sans';
    text-transform: uppercase;
    padding-bottom: 15px;
}
.entry-title a {
    color: #000000;
}
.entry-text {
    font-size: 1rem;
    color: #000000;
}
/* Contact Section */

.google-map-container {
    width: 100%;
    height: 100vh;
}
.social-list {
    padding-top: 30px;
    list-style: none;
}
.social-list li {
    display: inline-block !important;
}
.social-list li>a {
    width: 30px;
    height: 30px;
    padding-right: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 1.35rem
}
.contact-bottom {
    font-size: .93em;
}
.contact-bottom a {
    color: #000000;
}
.contact-bottom a:hover {
    color: #e74c3c !important;
}
.copy-right {
    display: inline-block;
    float: left;
}
.page-link {
    float: right;
}
.page-link a {
    padding: 0px 5px;
}
.page-link .pagination {
    margin: 0;
}
.page-link .pagination li {
    display: inline-block;
    list-style: none;
    padding-left: 10px;
}
::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
    color: #000000;
    font-style: italic;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #000000;
    font-style: italic;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #000000;
    font-style: italic;
}
:-ms-input-placeholder,
:-ms-textarea-placeholder {
    color: #e74c3c;
    font-style: italic;
}
.contact-form p {
    width: 100%;
}
.wpcf7-form input,
.wpcf7-form textarea {
    border: none;
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-right: 10px;
    font-size: .94rem;
    margin-bottom: 25px;
    width: 100%;
}
.wpcf7-form input {
    display: inline-block;
    width: 47%;
}
.wpcf7-form textarea {
    max-width: 64%;
    max-height: 100px;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form button:hover,
.wpcf7-form button:focus {
    outline: 0;
    color: #e74c3c;
    border-color: #e74c3c;
}
.wpcf7-form .submit-button {
    position: relative;
}
.wpcf7-form .submit-button input {
    width: 100%;
    margin-top: 3px;
}
.wpcf7-form input:focus::-webkit-input-placeholder,
.wpcf7-form input:focus::-webkit-textarea-placeholder {
    border-color: #e74c3c;
}
.wpcf7-form input:focus:-moz-placeholder {
    /* Firefox 18- */
    
    border-color: #e74c3c;
}
.wpcf7-form input:focus::-moz-placeholder {
    /* Firefox 19+ */
    
    border-color: #e74c3c;
}
.wpcf7-form input:focus:-ms-input-placeholder,
.wpcf7-form input:focus:-ms-textarea-placeholder {
    border-color: #e74c3c;
}
.wpcf7-form br {
    display: none !important;
}
.wpcf7-form .submit-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    float: right;
    font-style: italic;
    margin: -70px 10px 0 0;
    width: 32%;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
/*.wpcf7-form .submit-button {
  position: relative;
  float: right;
  margin-top: -70px;
  max-width: 170px;
  overflow: hidden;
  margin-right: 35px;
  }*/

  .wpcf7-form input[type=submit] {
    background: #fff;
    float: right;
    padding: 15px 35px 0px 50px;
    border: none;
    border-bottom: 2px solid #000;
    margin-right: 0px;
}
.wpcf7-form .submit-button:before {
    content: "\e679";
    font-family: 'themify';
    position: absolute;
    left: 30%;
    top: 15px;
    font-size: .93em;
    cursor: pointer;
}
.address-details {
    padding-top: 85px;
    margin: 0px -15px;
    padding-bottom: 50px;
}
.address-details .item {
    color: #000000;
    font-family: 'Open Sans';
    font-size: .94rem;
    vertical-align: text-top;
    width: 32%;
    display: inline-block;
    text-align: center;
}
.address-details span {
    display: block;
}
address p {
    color: #000000;
    font-size: .94rem;
    font-style: normal;
}
.contact-icon {
    font-size: 2.18rem;
    padding-bottom: 15px;
}
.address-details a {
    color: #000000;
}
.address-details a:hover {
    color: #e74c3c;
}
.animsition-loading:after {
    position: fixed;
    top: 50%;
    width: 100%;
    margin-top: 40px;
    font-family: 'Playball', cursive;
    font-size: 32px;
    text-align: center;
    content: "";
    letter-spacing: 3px;
}
/*------------ Blog Simgle ---------------*/

.blog-single.cd-section {
    height: auto;
    padding-bottom: 60px;
}
.blog-single .post-thumbnail {
    margin: 0px;
    padding-bottom: 35px;
}
.post-image img,
.post-thumbnail img {
    max-width: 100%;
    width: 100%;
}
.blog-single .post-content {
    padding-left: 95px;
}
.blog-single blockquote {
    font-style: italic;
    padding: 30px 0px 10px 35px;
    position: relative;
}
.blog-single blockquote:before {
    content: "\e67f";
    position: absolute;
    font-family: 'themify';
    font-size: 2rem;
    left: 0px;
    top: 0px;
}
.post-bottom {
    padding-left: 95px;
    padding-top: 25px;
}
.post-bottom span {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-left: 5px;
}
.post-bottom span:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2px;
    height: 100%;
    background-color: #e74c3c;
}
.post-bottom a {
    color: #000000;
    text-transform: capitalize;
    font-weight: normal;
    font-style: italic;
}
.post-author .author-name {
    padding-right: 30px;
}
.post-comments {
    padding-top: 40px;
}
#comments #reply-title {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
}
#comments .title-icon {
    padding-right: 10px;
}
.comment-author {
    float: left;
}
.comment-content {
    padding-left: 130px;
}
.comment-list {
    padding-top: 35px;
}
ul.comment-list li {
    display: block;
}
.comment-list article {
    padding-bottom: 30px;
}
.comment-list .children {
    padding-left: 50px;
}
.comment-content .author-name {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}
.comment-date time {
    font-size: .9rem;
    font-weight: 300;
    text-transform: none;
}
.comment-date .entry-date {
    padding-left: 0px;
}
.comment-content p {
    padding-top: 20px;
    padding-bottom: 15px;
}
.comment-content .btn {
    color: #e74c3c;
    font-size: .94rem;
}
.btn-icon {
    padding-right: 10px;
}
.leave-comment {
    padding-bottom: 120px;
}
.comment-form {
    padding-top: 35px;
}
.comment-form input,
.comment-form textarea {
    border: none;
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-right: 10px;
    font-size: .94rem;
    margin-bottom: 35px;
}
.comment-form input {
    width: 32.15%;
}
.comment-form textarea {
    width: 64.5%;
}
.comment-form input:focus,
.comment-form textarea:focus,
.comment-form button:hover,
.comment-form button:focus {
    outline: 0;
    color: #e74c3c;
    border-color: #e74c3c;
}
::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
    color: #000000;
    font-style: italic;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #000000;
    font-style: italic;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #000000;
    font-style: italic;
}
:-ms-input-placeholder,
:-ms-textarea-placeholder {
    color: #e74c3c;
    font-style: italic;
}
.comment-form input:focus::-webkit-input-placeholder,
.comment-form input:focus::-webkit-textarea-placeholder {
    border-color: #e74c3c;
}
.comment-form input:focus:-moz-placeholder {
    /* Firefox 18- */
    
    border-color: #e74c3c;
}
.comment-form input:focus::-moz-placeholder {
    /* Firefox 19+ */
    
    border-color: #e74c3c;
}
.comment-form input:focus:-ms-input-placeholder,
.comment-form input:focus:-ms-textarea-placeholder {
    border-color: #e74c3c;
}
.comment-form button {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000000;
    cursor: pointer;
    float: right;
    font-style: italic;
    margin: 0px 10px 0px 0px;
    width: 31%;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.single-page .post-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
/* About Section */

.about-details .item {
    padding-bottom: 55px;
    vertical-align: text-top;
}
/*----------- About Page -------------*/

.about-page .cd-half-block {
    text-align: left;
}
.about-page .about-details {
    padding-top: 50px;
}
.about-page .about-details .item {
    max-width: 49%;
    display: inline-block;
    vertical-align: text-top;
}
.title {
    padding-bottom: 15px;
}
.about-page .cd-half-block.left-side {
    background-color: #ffffff;
    padding: 5%;
}
.team-details {
    padding-top: 20px;
}
.about-page .member {
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px 25px 20px 0px;
}
.about-page .member-avatar {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.about-page .member-details {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: -100%;
    left: 0px;
    width: 100%;
    height: 165px;
    padding: 15px 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.about-page .member-social {
    padding-top: 15px;
}
.about-page .member-social li {
    display: inline-block;
}
.about-page .member-social li a {
    color: #000000;
    font-size: 1em;
    border: 1px solid #000000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    display: inline-block;
}
.about-page .member:hover .member-details {
    bottom: 0%;
}
.about-page .member:hover .member-avatar {
    opacity: .7;
}
/* Testimonial */

.about-page .section-2 .cd-half-block.left-side {
    background-color: #ffffff;
    background-image: none;
}
.testimonial-slider {
    width: 100%;
    min-height: 510px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
    padding-top: 50px;
}
input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
label {
    display: block;
    width: 32%;
    border: 4px solid #efefef;
    position: absolute;
    bottom: 60px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
label.testimonial2 {
    left: 34%;
}
label.testimonial3 {
    left: 68%;
}
.about-page blockquote {
    font-size: 1.5rem;
    margin: 0;
    padding: 30px;
    width: 100%;
    background-color: #DB532B;
    color: white;
    box-shadow: 0 5px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: background-color 0.6s linear;
    -moz-transition: background-color 0.6s linear;
    -ms-transition: background-color 0.6s linear;
    -o-transition: background-color 0.6s linear;
    transition: background-color 0.6s linear;
}
.about-page blockquote:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    top: 100%;
    border: solid transparent;
    border-top-color: #DA532B;
    border-left-color: #DA532B;
    border-width: 10px;
    left: 10%;
}
#testimoninal2:checked ~ .testimoninal2 blockquote {
    background-color: purple;
}
.testimoninal2 blockquote:after {
    border: solid transparent;
    border-top-color: purple;
    border-left-color: purple;
    border-width: 10px;
}
#third:checked ~ .testimoninal3 blockquote {
    background-color: #54885F;
}
.testimoninal3 blockquote:after {
    border: solid transparent;
    border-top-color: #54885F;
    border-left-color: #54885F;
    border-width: 10px;
}
.quotes {
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    font-size: 5em;
}
.leftq {
    top: -25px;
    left: 5px;
}
.rightq {
    bottom: -10px;
    right: 5px;
}
.slide {
    position: absolute;
    left: -100%;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.slide img {
    max-width: 200px;
    height: auto;
    float: left;
    margin-right: 20px;
}
#testimonial1:checked ~ label.testimonial1 {
    border-width: 4px;
    border-color: #DB532B;
}
#testimonial2:checked ~ label.testimonial2 {
    border-width: 4px;
    border-color: purple;
}
#testimonial3:checked ~ label.testimonial3 {
    border: 4px solid #54885F;
}
#testimonial1:checked ~ div.slider1 {
    left: 0;
    opacity: 1;
}
#testimonial2:checked ~ div.slider2 {
    left: 0;
    opacity: 1;
}
#testimonial3:checked ~ div.slider3 {
    left: 0;
    opacity: 1;
}
/* Our Skills */

.skills-details {
    padding-top: 30px;
    text-align: center;
}
.progress-wrap {
    width: 49%;
    display: inline-block;
    padding-bottom: 30px;
}
.progress-items {
    position: relative;
}
.chart-content {
    position: absolute;
    text-align: center;
    left: 43%;
    margin-left: -10px;
    top: 32% !important;
    margin-top: -10px;
    font-size: 2em;
}
.percent {
    display: inline-block;
}
.chart-title {
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 1.5em;
}
/*------------ Portfolio Page ------------*/

.page-template-portfolio .animsition {
    opacity: 1 !important;
}
.portfolio-page {
    padding-bottom: 120px !important;
    text-align: center;
}
.portfolio-page .section-title {
    padding-top: 50px;
    padding-bottom: 0px;
}
.portfolio-page .portfolio-page {
    padding: 5% 0;
    background-image: none !important;
    background-color: #ffffff;
}
.portfolio-page .section-description {
    padding-bottom: 30px;
}
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.portfolioFilter {
    clear: both;
    margin: auto;
    padding: 0px 0px 15px 0px;
    text-align: center;
    width: auto;
}
.portfolioFilter a {
    background-color: #111111;
    color: #ffffff;
    display: inline-block;
    font-size: 1em;
    margin: 0 15px 10px 15px;
    padding: 10px 22px;
    text-decoration: none;
    text-transform: capitalize;
}
.portfolioFilter .current {
    background-color: #e96e4f;
}
.portfolio-item figure {
    margin: 0px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.isotope-item img {
    max-width: 100%;
    max-height: 100%;
}
.portfolio-item figcaption {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}
.portfolio-item figure img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.portfolio-item figure:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.portfolio-item figure:hover figcaption {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.portfolio-item .item-title {
    padding-top: 30px;
}
.item-image {
    position: absolute;
    top: 66%;
    margin-top: -15px;
    left: 46%;
    font-size: 20px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #000000;
}
.item-image:before {
    content: "\e610";
    font-family: 'themify';
    position: absolute;
    z-index: 1;
}
/*------------- Services Page ------------------*/

.service-page .section-1 .cd-half-block.left-side {
    background-color: #ffffff;
    background-image: none;
    padding: 5%;
}
.service-page .section-1 .cd-half-block {
    text-align: left;
}
.service-items {
    padding-top: 30px;
    vertical-align: text-top;
}
.success-count-container {
    position: relative;
    text-align: center;
    padding: 30px 0px;
}
.list-items {
    padding-top: 30px;
}
.success-count-container li {
    vertical-align: text-top;
    display: inline-block;
    width: 30%;
}
.list-items li a {
    color: #000000;
}
.right-icon {
    display: inline-block;
    font-size: .9rem;
    position: absolute;
    top: 4px;
}
.list-items li {
    position: relative;
}
.list-items li p {
    display: inline-block;
    padding-left: 25px;
}
.success-counter span {
    display: block;
}
.success-counter .item-icon {
    font-size: 3em;
    padding-bottom: 18px;
}
.success-counter .count {
    color: #e74c3c;
    font-size: 3.75em;
    font-weight: 700;
}
.success-counter .item-name {
    font-size: 1.56em;
    margin-top: -4px;
}
.other-services {
    padding-top: 30px;
}
/* ======================= Tooltip =========================== */

.tipper {
    height: 1px;
    left: -99999px;
    position: absolute;
    pointer-events: none;
    top: -99999px;
    width: 1px;
    z-index: 100000;
}
.tipper .tipper-content {
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 6px 20px;
    position: relative;
    white-space: nowrap;
}
.tipper .tipper-caret {
    background: url('../../images/tipper-icon.png') no-repeat;
    display: block;
    height: 11px;
    position: absolute;
    width: 100%;
}
.tipper.right .tipper-content {
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
}
.tipper.right .tipper-caret {
    background-position: left center;
    left: -5px;
    top: 0;
}
.tipper.left .tipper-content {
    box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25);
}
.tipper.left .tipper-caret {
    background-position: right center;
    right: -5px;
    top: 0;
}
.tipper.top .tipper-caret,
.tipper.bottom .tipper-caret {
    display: block;
    float: none;
    height: 5px;
    width: 12px;
    margin-left: -6px;
}
.tipper.top .tipper-content {
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
}
.tipper.top .tipper-caret {
    background-position: center bottom;
    bottom: -5px;
    left: 0;
    text-align: center;
}
.tipper.bottom .tipper-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.tipper.bottom .tipper-caret {
    background-position: center top;
    top: -5px;
    left: 0;
}
.btn {
    cursor: pointer;
    padding: 20px 35px;
    display: inline-block;
    margin-top: 30px;
    background: #414141;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    line-height: 1em;
    outline: none;
    position: relative;
    border: none;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.btn:hover {
    background: #e96e4f;
}
a.btn {
    cursor: pointer;
    padding: 20px 35px;
    display: inline-block;
    margin-top: 30px;
    background: #414141;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    line-height: 1em;
    outline: none;
    position: relative;
    border: none;
    overflow: hidden;
}
.form-submit {
    display: none;
}
.single-featured {
    margin-bottom: 30px;
}
/* Post Format */

.entry-chat,
.entry-status,
.entry-audio {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #eee;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .5);
    background: #27ae60;
    color: #fff;
    padding: 25px 30px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.entry-chat,
.entry-status {
    padding: 40px;
    padding-bottom: 30px;
}
.entry-chat p,
.entry-status p {
    color: #ffffff;
}
.gallery-caption {
    display: block;
}
/* Post Format Gallery */

#blog-gallery .carousel-control {
    background-color: transparent;
    border: none;
    font-size: 3em;
    top: 50%;
    margin-top: -25px;
}
#blog-gallery {
    position: relative;
    overflow: hidden;
}
#blog-gallery .carousel-control:hover {
    background-color: transparent;
}
#blog-gallery .carousel-control.left,
#blog-gallery .carousel-control.right {
    top: 45%;
}
#blog-gallery .carousel-control.left {
    left: -10%;
}
#blog-gallery .carousel-control.right {
    right: -10%;
}
#blog-gallery:hover .carousel-control.right {
    right: 3%;
}
#blog-gallery:hover .carousel-control.left {
    left: 3%;
}
#blog-gallery .carousel-indicators .active {
    background-color: #fff;
}
/* 23.1 - Post Blockquote
---------------------------------------------*/

.single-featured blockquote,
.blog-post blockquote,
blockquote.post-blockquote {
    background: #1fb5ac;
    color: #ffffff;
    font-size: 2em;
    font-style: inherit;
    padding: 100px 65px 65px 165px;
    border: none;
    line-height: 70px;
    font-weight: 800;
    letter-spacing: 0px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.single-featured blockquote p,
.blog-post blockquote p {
    line-height: 37px;
}
.single-featured blockquote .quot-author,
blockquote.post-blockquote .quot-author {
    font-size: 1rem;
    font-family: serif;
    font-weight: 400;
    display: block;
}
.single-featured blockquote:before,
.blog-post blockquote:before,
blockquote.post-blockquote:before {
    position: absolute;
    left: 40px;
    top: 85px;
    font-size: 3em;
    color: rgba(255, 255, 255, .15);
    content: "\e67f";
    display: block;
    font-family: 'themify';
    z-index: -1;
}
/* 23.1 - Post Blockquote End
---------------------------------------------*/
/* 23.2 - Attachment Link
---------------------------------------------*/

.attachmentlink {
    background-color: #e12444;
    padding: 40px;
    color: #ffffff;
    font-size: 2em;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.attachmentlink span {
    font-weight: 800;
}
.attachmentlink:before {
    position: absolute;
    left: 0px;
    top: 16px;
    font-size: 2.5em;
    font-weight: 400;
    color: rgba(255, 255, 255, .15);
    content: '\e62d';
    display: block;
    font-family: 'themify';
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.attachmentlink .attach-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    display: block;
}
/* 23.2 -  Attachment Link End
---------------------------------------------*/

#blog .post-title {
    padding-top: 20px;
    padding-bottom: 10px;
}
.homepage .type-post,
.type-page {
    padding-top: 0px;
    padding-bottom: 40px;
}
.type-post,
.type-page {
    padding-top: 20px;
    padding-bottom: 40px;
}
#blog .post-bottom {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.text-content a.btn {
    margin-top: 10px;
}
.homepage .cd-section:first-of-type .cd-block {
    background-position: center top;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    margin-bottom: 40px;
}
.pagination a {
    border: 1px solid transparent;
    color: #e74c3c;
    display: inline-block;
    font-size: .93em;
    margin: 0px 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
/* Responsive CSS */

@media (min-width: 668px) {
    .comment-form input {
        width: 31%;
    }
    .comment-form textarea {
        width: 64%;
    }
}
@media (min-width: 768px) {
    /*  .single-page .post-container {
    width: 750px;
    }*/
    
    .comment-form input {
        width: 31.15%;
    }
    .comment-form textarea {
        width: 64%;
    }
}
@media (min-width: 992px) {
    /*.single-page .post-container {
    width: 970px;
    }*/
    
    .comment-form input {
        width: 31.5%;
    }
    .comment-form textarea {
        width: 64%;
    }
}
@media (min-width: 1200px) {
    /*.single-page .post-container {
    width: 1170px;
    }*/
    
    .comment-form input {
        width: 31.5%;
    }
    .comment-form textarea {
        width: 64%;
    }
}
/* Blog Sidebar */

.page-top {
    height: 60px;
}
.single-page .post-container {
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    padding: 0 9%;
}
.blog-single {
    width: 75%;
    display: inline-block;
    margin-top: 30px;
}
.sidebar {
    float: right;
    width: 24%;
    padding-left: 30px;
    margin-top: 30px;
}
.sidebar .widget {
    padding-bottom: 20px;
}
.widget-title {
    font-size: 1.31rem;
    font-weight: 700;
    font-family: 'Open Sans';
    text-transform: uppercase;
    padding-bottom: 10px;
}
.sidebar a {
    color: #1a1a1a;
}
.sidebar a:hover {
    color: #e74c3c;
}
.search-form {
    position: relative;
}
.search-field {
    font-size: .93rem;
    padding: 12px 50px 12px 20px;
    width: 100%;
}
.search-field:focus {
    outline: 0;
}
.search-btn {
    margin-top: 0px;
    float: right;
    padding: 16px 20px;
    position: absolute;
    top: 0px;
    right: 0px;
}
/* 404 Page */

.page-not-found .widget_search {
    overflow: hidden;
    width: 80%;
}
.page-header {
    margin-top: 50px;
}
/* Widgets */

.widget_recent_entries li {
    display: block;
}
.category-list li {
    display: block;
}
.latest-post li {
    padding-bottom: 30px;
}
.popular-post li {
    padding-bottom: 10px;
}
.latest-post .post-title,
.popular-post .post-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
}
.latest-post .post-meta,
.popular-post .post-meta {
    border: none;
    font-size: .875rem;
}
.archive-list li {
    display: block;
}
.archive-list li:hover {
    color: #e74c3c;
}
.archive-list .count {
    float: right;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_recent_comments li {
    list-style: none;
}
/* Tags */

.tagcloud a {
    border: 1px solid #1a1a1a;
    font-size: .875rem;
    padding: 2px 5px;
    margin: 0px 0px 5px 2px;
    display: inline-block;
}
.tagcloud a:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #ffffff;
}
.tagcloud a.active {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #ffffff;
}
/* RSS */

.widget_rss ul {
    list-style: none;
    margin: 0;
}
.widget_rss li {
    margin-bottom: 1.6em;
}
.widget_rss ul:last-child,
.widget_rss li:last-child {
    margin-bottom: 0;
}
.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}
.widget_rss .rsswidget img {
    margin-top: -4px;
}
.widget_rss .rss-date,
.widget_rss cite {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}
.social-list {
    padding-top: 30px;
}
.social-list li>a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.35rem
}
.contact-bottom {
    font-size: .93em;
}
.contact-bottom a {
    color: #000000;
}
.contact-bottom a:hover {
    color: #e74c3c !important;
}
.copy-right {
    display: inline-block;
    float: left;
}
.page-link {
    float: right;
}
.page-link a {
    padding: 0px 5px;
}
/* Portfolio New Style */

.portfolio-item .item {
    position: relative;
}
.portfolio-item a.venobox,
.portfolio-item .about-item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(233, 110, 79, 0.6);
    color: #ffffff;
    cursor: crosshair;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.portfolio-item .item:hover a.venobox,
.portfolio-item .item:hover .about-item {
    opacity: 1;
}
.portfolio-item .item-title {
    color: #ffffff;
    padding-top: 30%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.portfolio-item .item:hover .item-title {
    padding-top: 15%;
}
.portfolio-item .type-2 .item-title a {
    background: transparent;
    cursor: pointer;
    position: inherit;
}
.portfolio-item .item.type-2 .about-item {
    cursor: inherit;
}
/* Portfolio Single Page Style */

.portfolio-details {
    padding: 0px 20px;
}
.portfolio-details .page-header {
    padding: 5% 0%;
    text-align: center;
}
.project-details .entry-title {
    font-size: 1.31rem;
    font-weight: 400;
}
.project-details .project-image {
    padding-right: 40px;
}
.project-details .about-project {
    padding-left: 30px;
    text-align: left;
}
.about-project .title {
    font-size: 1.35rem;
    font-weight: 400;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.about-project .project-description {
    color: #000000;
    font-size: .875rem;
    margin-top: -5px;
    line-height: 22px;
}
.about-project .project-description strong {
    display: block;
}
.about-project .project-meta {
    padding-top: 50px;
}
.about-project .project-meta li {
    display: block;
    font-family: 'Raleway';
    font-size: .875rem;
    line-height: 25px;
    color: #595959;
}
.about-project .project-meta li:before {
    font-family: 'themify';
}
.about-project .project-meta a {
    color: #595959;
}
.about-project .project-meta a:hover {
    color: #e96e4f;
}
.about-project .project-meta .meta-id {
    font-weight: 600;
    padding-right: 5px;
    position: relative;
}
.about-project .project-meta .meta-id:before {
    top: 0px;
    right: 0px;
    position: absolute;
}
.about-project .author-name {
    text-transform: capitalize;
}
.about-project .project-meta li:last-child .meta-id {
    text-transform: uppercase;
}
.about-project .btn-container {
    padding-top: 30px;
}
.similar-projects {
    clear: both;
    padding-top: 70px;
}
.similar-projects .item img {
    width: 285px;
    height: 185px;
}
.similar-projects .title {
    font-weight: 400;
    text-transform: uppercase;
}
.similar-projects .item {
    padding-bottom: 30px;
}
.similar-projects .venobox {
    cursor: crosshair;
}
.page-bottom {
    clear: both;
    height: 90px;
}