/*
Theme Name: Chetan P
Theme URI: https://www.chetanprajapati.com/
Description: Personal theme for Chetan Prajapati.
Author: Chetan Prajapati
Author URI: https://www.chetanprajapati.com/
Version: 1.0
*/

body {
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
    margin: 0;
    min-height: 500px;
    padding: 0;
    background-color: #fff;
    color: #888;
}


/*
Blue Color: #054EA0;
Green Color: #4CBEA1;
*/


/*** Commom CSS ***/

img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 30px 0;
}

p {
    margin: 0 0 20px 0;
}


/*p:last-of-type{margin-bottom: 0px;}*/

.cp_transition,
.cp_transition:hover {
    transition: 0.4s all 0s;
    -webkit-transition: 0.4s all 0s;
    -moz-transition: 0.4s all 0s;
    -o-transition: 0.4s all 0s;
    -ms-transition: 0.4s all 0s;
}

input,
textarea,
button,
a,
select {
    outline: none !important;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    clear: both;
}

.cp_container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15x;
}

#cp_wrap {
    overflow: hidden;
    padding-top: 130px;
}

a {
    text-decoration: none;
    color: #4CBEA1;
    outline: none !important;
    transition: 0.4s all 0s;
    -webkit-transition: 0.4s all 0s;
    -moz-transition: 0.4s all 0s;
    -o-transition: 0.4s all 0s;
    -ms-transition: 0.4s all 0s;
}

a:hover {
    color: #054EA0;
    transition: 0.4s all 0s;
    -webkit-transition: 0.4s all 0s;
    -moz-transition: 0.4s all 0s;
    -o-transition: 0.4s all 0s;
    -ms-transition: 0.4s all 0s;
}

ul {
    margin: 0;
    padding: 0 0 0 20px;
}

pre {
    background-color: #4CBEA1;
    font-size: 13px;
    overflow: auto;
    padding: 20px;
    color: #fff;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}


/*** Form ***/

button,
input[type="submit"] {
    -webkit-appearance: none;
}


/*** Header ***/

#cp_header {
    padding: 20px 40px;
    position: relative;
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    min-height: 130px;
    border-color: #fff;
}

#cp_header.fixed {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    right: 30px;
    left: 30px;
    border-radius: 0 0 10px 10px;
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    border-right: 2px solid rgba(0, 0, 0, 0.05);
    border-bottom: 5px solid rgba(0, 0, 0, 0.05);
}

#cp_header header {
    position: relative;
    padding-right: 140px;
}

#cp_header #cp_logo {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    position: relative;
}

#cp_header #cp_logo:after {
    content: "";
    background-color: #fff;
    left: 97px;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

#cp_header.fixed #cp_logo {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

#cp_header.fixed #cp_logo:after {
    left: 100%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

#cp_header #cp_logo {
    float: left;
}

#cp_header #cp_logo img {
    max-height: 88px;
    vertical-align: top;
    width: auto;
}

#cp-navigation {
    float: right;
}

#cp-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#cp-navigation ul li {
    display: inline-block;
    margin-right: 5px;
}

#cp-navigation ul li a {
    font-size: 20px;
    color: #054EA0;
    font-weight: 400;
    display: inline-block;
    padding: 30px 15px;
    font-family: 'Roboto Slab', serif;
}

#cp-navigation ul li.current-menu-item a,
#cp-navigation ul li a:hover {
    color: #4CBEA1;
}

#cp_header .contact-cta {
    position: absolute;
    right: 0;
    top: 20px;
    display: inline-block;
    background-color: #054EA0;
    padding: 10px 25px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

#cp_header .contact-cta:hover {
    background-color: #4CBEA1;
}

.cp-mobile-menu {
    display: none;
}


/*** Homepage ***/


/*** Banner ***/

#cp_banner {
    position: relative;
    padding: 40px 40px 0 40px;
    overflow: hidden;
}

#cp_banner .cp_banner_text {
    max-width: 650px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 40px;
}

#cp_banner h1 {
    font-size: 60px;
    font-family: 'Roboto Slab', serif;
    color: #054EA0;
    margin: 0 0 30px 0;
}

#cp_banner h2 {
    color: #888;
    font-weight: 400;
    color: #9fa3a7;
    min-height: 72px;
    font-size: 28px;
}

#cp_banner .cd-modal-action {
    margin-top: 30px;
}

#cp_banner .cd-modal-action .cp_contact {
    background-color: #4CBEA1;
    color: #fff;
}

#cp_banner .cp_banner_image {
    float: right;
    max-width: 800px;
}


/*** Skills ***/

#cp_skills {
    background-color: #4CBEA1;
    /*border-bottom: 1px solid #e1e1e1; border-top: 1px solid #e1e1e1;*/
    ;
}

#cp_skills ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#cp_skills ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 50px;
    text-align: center;
    margin-right: -4px;
    display: inline-block;
    color: #fff;
    /*border-left: 1px solid #e1e1e1;*/
    ;
}

#cp_skills ul li:first-child {
    border: none;
}

#cp_skills ul li i {
    font-size: 70px;
}

#cp_skills ul li strong {
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 26px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0.08em;
}


/* ___ Links ___ */

.page-template-links-page .contact-cta,
.page-template-links-page .cp_page_header,
.page-template-links-page #cp_newsletter {
    display: none !important;
}

.page-template-links-page #cp_content {
    background-color: #f5f5f5 !important;
}

.page-template-links-page .single-link {
    padding: 5px 0;
}

.page-template-links-page .single-link a {
    background-color: #054e9f;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 8px 10px;
    text-align: center;
}

.page-template-links-page #tidio-chat {
    display: none !important;
}


/*** Services ***/

#cp_services {
    padding: 100px 0;
    background-color: #fff;
    color: #4CBEA1;
    background-position: bottom left;
    text-align: left;
}

#cp_services h2 {
    font-size: 40px;
    font-size: 60px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
    line-height: 60px;
}

#cp_services h4 {
    font-style: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

#cp_services ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#cp_services ul li {
    display: inline-block;
    width: 33.3333%;
    margin-right: -4px;
    padding-top: 40px;
    box-sizing: border-box;
    margin-top: 30px;
    vertical-align: top;
}

#cp_services ul li i {
    font-style: normal;
    font-size: 60px;
    width: 80px;
    height: 76px;
    display: inline-block;
    background-color: #4CBEA1;
    border-radius: 10px;
    line-height: 87px;
    text-align: center;
    color: #fff;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}

#cp_services ul li strong {
    display: block;
    padding-top: 15px;
    font-size: 24px;
}


/*** Featurs ***/

#cp_features {
    padding: 100px 0;
    color: #054EA0;
    background-color: #f5f5f5;
}

#cp_features h2 {
    font-size: 40px;
    font-size: 60px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
    line-height: 60px;
}

#cp_features h4 {
    font-style: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

#cp_features ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#cp_features ul li {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    padding: 15px 15px 15px 100px;
    margin-top: 40px;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: : 30px;
    vertical-align: top;
    position: relative;
    min-height: 110px;
}

#cp_features ul li i {
    font-style: normal;
    font-size: 52px;
    width: 80px;
    height: 76px;
    display: inline-block;
    background-color: #054EA0;
    border-radius: 10px;
    line-height: 82px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 18px;
    text-align: center;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}

#cp_features ul li strong {
    display: block;
    font-weight: 400;
    font-size: 24px;
    font-weight: 700;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    left: 100px;
}

#cp_features .cd-modal-action {
    margin-top: 60px;
}

#cp_features .cd-modal-action .cp_contact {
    background-color: #054EA0;
    color: #fff;
}


/*** Work ***/

.facade-minimal {
    position: relative;
    padding: 56px 0 0 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
    color: #454545;
    border-radius: 3px;
    overflow: hidden;
    max-height: 270px;
}

.facade-minimal:before {
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px 3px 0px 0px;
    background: url('data:image/svg+xml;charset=utf-8,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="minimal-browser-button" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="Ellipse_1"><g><circle fill-rule="evenodd" clip-rule="evenodd" fill="%23B3B3B3" cx="8" cy="8" r="5"/></g></g></svg>') 16px 22px no-repeat, url('data:image/svg+xml;charset=utf-8,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="minimal-browser-button" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="Ellipse_1"><g><circle fill-rule="evenodd" clip-rule="evenodd" fill="%23B3B3B3" cx="8" cy="8" r="5"/></g></g></svg>') 32px 22px no-repeat, url('data:image/svg+xml;charset=utf-8,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="minimal-browser-button" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="Ellipse_1"><g><circle fill-rule="evenodd" clip-rule="evenodd" fill="%23B3B3B3" cx="8" cy="8" r="5"/></g></g></svg>') 48px 22px no-repeat, url('data:image/svg+xml;charset=utf-8,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="minimal-browser-settings" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="Menu_icon"><g><path fill-rule="evenodd" clip-rule="evenodd" fill="%23B3B3B3" d="M1,1v3h14V1H1z M1,10h14V7H1V10z M1,16h14v-3H1V16z"/></g></g></svg>') right 16px top 22px no-repeat, #e8e8e8;
}

.facade-minimal:after {
    content: attr(data-url);
    position: absolute;
    padding: 2px 16px 0px 32px;
    top: 16px;
    height: 24px;
    left: 80px;
    right: 48px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    background: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" id="Refresh_icon_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="minimal-browser-refresh"><g><path fill-rule="evenodd" clip-rule="evenodd" fill="%23B3B3B3" d="M12.5,10.9l2.5-3h-1.7C13.2,4.6,10.7,2,7.7,2C4.5,2,2,4.7,2,8c0,3.3,2.5,6,5.7,6c1.3,0,2.5-0.5,3.5-1.3l-1-1.1c-0.7,0.5-1.6,0.9-2.5,0.9c-2.3,0-4.2-2-4.2-4.5s1.9-4.5,4.2-4.5c2.3,0,4.2,1.9,4.2,4.4h-2L12.5,10.9z"/></g></g></svg>') 8px 6px no-repeat, #FFFFFF;
}

.ios-device {
    background: #121212;
    border: 1px solid #000;
    position: relative;
    box-sizing: border-box;
}

.ios-device::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #444;
    border-radius: 50%;
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
}

.ios-device__screen {
    border-radius: 2px;
    background: #222;
    height: 100%;
}

.ios-device--white {
    background: #fff;
    border-color: #ddd;
}

.ios-device--white::after {
    border-color: #ddd;
}

.iphone-6s {
    border-radius: 6px;
    width: 67px;
    height: 138px;
    padding: 14px 3px;
}

.iphone-6s--medium {
    border-radius: 9px;
    width: 100.5px;
    height: 207px;
    padding: 21px 4.5px;
}

.iphone-6s--large {
    border-radius: 12px;
    width: 134px;
    height: 276px;
    padding: 28px 6px;
}

.ios-device--medium::after {
    width: 12px;
    height: 12px;
    bottom: 4px;
}

.ios-device--large::after {
    width: 16px;
    height: 16px;
    bottom: 5px;
}

.ios-device--has-shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ios-device__screen iframe,
.ios-device__screen img {
    display: block;
}

.dg-container {
    position: relative;
}

.dg-wrapper {
    width: 481px;
    height: 316px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.dg-wrapper a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 20;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a img {
    display: block;
}

.dg-wrapper .dg-center {
    z-index: 50;
}

#cp_work {
    padding: 100px 0;
}

#cp_work h2 {
    font-size: 40px;
    font-size: 60px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
    line-height: 60px;
    color: #4CBEA1;
    text-align: left;
}

#cp_work h4 {
    font-style: 24px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #4CBEA1;
    text-align: left;
}

#cp_work .cp_container {
    position: relative;
    text-align: center;
}

#cp_work .cp_container nav {
    text-align: center;
    margin-top: 50px;
}

#cp_work .cp_container nav span {
    display: inline-block;
    width: 40px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-color: #E8E8E8;
    cursor: pointer;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

#cp_work .cp_container nav span:before {
    position: relative;
    top: 2px;
}

#cp_work .cp_container nav span:hover {
    background-color: #B3B3B3;
}

#cp_work .cp_button {
    text-align: center;
    margin-top: 60px;
}

.cp_main_button,
.cp_button a {
    display: inline-block;
    background-color: #4CBEA1;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 700;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.cp_main_button:hover,
.cp_button a:hover {
    background-color: #054EA0;
    color: #fff;
}


/*** Testimonials ***/

#cp_testimonials {
    padding: 100px 0;
    background-color: #054EA0;
    color: #fff;
}

#cp_testimonials h2 {
    font-size: 40px;
    font-size: 60px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
    line-height: 60px;
    color: #fff;
    text-align: left;
}

#cp_testimonials h4 {
    font-style: 24px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #fff;
    text-align: left;
}

#cp_testimonials .cp_testimonials_slider p {
    font-size: 24px;
    margin: 0;
    padding-left: 60px;
    position: relative;
}

#cp_testimonials .cp_testimonials_slider p::before {
    color: rgba(0, 0, 0, 0.4);
    content: "\f347";
    font-family: "Ionicons";
    font-size: 50px;
    left: 0;
    padding-right: 10px;
    position: absolute;
    top: 0;
}

#cp_testimonials .cp_testimonials_slider {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#cp_testimonials .cp_testimonials_slider strong {
    font-family: 'Roboto Slab', serif;
    display: block;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    padding-left: 60px;
}

#cp_testimonials .cp_testimonials_slider span {
    font-size: 14px;
    padding-left: 60px;
}

#cp_testimonials .cp_testimonials_slider_arrows {
    text-align: right;
    margin-top: 15px;
}

#cp_testimonials .cp_testimonials_slider_arrows .cp_slider_nav {
    display: inline-block;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    padding: 7px 15px;
    margin-left: 10px;
    border-radius: 3px;
    display: inline-block;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#cp_testimonials .cp_testimonials_slider_arrows .cp_slider_nav:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#cp_testimonials .cp_button {
    margin-top: 15px;
    padding-left: 60px;
}

#cp_testimonials .cp_button a {
    background-color: #fff;
    color: #054EA0;
}

#cp_testimonials .cp_button a:hover {
    background-color: #4CBEA1;
    color: #fff;
}


/*** Home Blog ***/

#cp_blog {
    padding: 100px 0;
    background-color: #fff;
}

#cp_blog h2 {
    font-size: 40px;
    font-size: 60px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
    line-height: 60px;
    color: #4CBEA1;
    text-align: left;
}

#cp_blog h4 {
    font-style: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #4CBEA1;
    text-align: left;
}

#cp_blog .cp_latest_posts {
    margin: 0 -15px 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

#cp_blog .cp_latest_posts .cp_single_post {
    display: inline-block;
    margin-top: 30px;
    vertical-align: top;
    padding: 0 15px;
    width: 33.3333%;
    box-sizing: border-box;
    margin-right: -4px;
}

#cp_blog .cp_latest_posts .cp_single_post .cp_single_post_wrap {
    box-shadow: 0 0 10px 11px rgba(0, 0, 0, 0.03);
    border-bottom: 3px solid #4CBEA1;
    position: relative;
    padding-bottom: 52px;
    height: 100%;
    box-sizing: border-box;
}

#cp_blog .cp_latest_posts .cp_single_post .cp_single_post_detail {
    padding: 15px 15px 0 15px;
}

#cp_blog .cp_latest_posts .cp_single_post strong {
    font-size: 14px;
    display: block;
    color: #9fa3a7;
    font-weight: 400;
    margin-bottom: 5px;
}

#cp_blog .cp_latest_posts .cp_single_post h3 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
}

#cp_blog .cp_latest_posts .cp_single_post h3 a {
    color: #4CBEA1;
}

#cp_blog .cp_latest_posts .cp_single_post span {
    display: block;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 20px;
}

#cp_blog .cp_latest_posts .cp_single_post a.cp_single_post_link {
    display: inline-block;
    font-size: 16px;
    color: #4CBEA1;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

#cp_blog .cp_latest_posts .cp_single_post a.cp_single_post_link:hover {
    color: #054EA0;
}

#cp_blog .cp_button {
    margin-top: 60px;
}


/*** Newsletter ***/

#cp_newsletter {
    padding: 100px 0 40px 0;
    color: #054EA0;
    background-color: #f5f5f5;
}

#cp_newsletter h2 {
    font-size: 40px;
    font-size: 60px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
    line-height: 60px;
}

#cp_newsletter h4 {
    font-style: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

#cp_newsletter #cp_signup_form {
    margin-top: 0px;
}

#cp_newsletter #cp_signup_form #mc_embed_signup_scroll {
    margin: 0 -15px;
}

#cp_newsletter #cp_signup_form #mc_embed_signup_scroll .cp_col {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    vertical-align: top;
    margin-right: -4px;
    margin-top: 60px;
    position: relative;
}

#cp_newsletter #cp_signup_form #mc_embed_signup_scroll .cp_col.cp_col_half {
    width: 50%;
}

#cp_newsletter #cp_signup_form label {
    background-color: #f5f5f5;
    display: inline-block;
    left: 30px;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    top: -10px;
}

#cp_newsletter #cp_signup_form input {
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 10px;
    color: #4CBEA1;
    border: 3px solid #4CBEA1;
    font-family: inherit;
    line-height: normal;
    width: 100%;
    padding: 25px 15px 15px 15px;
    font-size: 18px;
    line-height: normal;
    background-color: transparent;
    box-sizing: border-box;
}

#cp_newsletter #cp_signup_form div.mce_inline_error {
    bottom: -22px;
    font-size: 14px;
    left: 20px;
    position: absolute;
}

#cp_newsletter #cp_signup_form .cp_main_button {
    width: auto;
    padding: 15px 30px;
    background-color: #054EA0;
    color: #fff;
    font-size: 22px;
    border: none;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}

#cp_newsletter #cp_signup_form .cp_main_button:hover {
    background-color: #4CBEA1;
}

#cp_newsletter #cp_signup_form #mce-responses {
    margin-top: 40px;
}


/*** Footer ***/

#cp_footer {
    text-align: left;
    padding: 40px 0;
}

#cp_footer .social_media {
    text-align: center;
}

.social_media a {
    display: inline-block;
    width: 40px;
    height: 37px;
    background-color: #4CBEA1;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    margin: 0 4px;
    text-align: center;
    font-size: 22px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

.social_media a:hover {
    background-color: #054EA0;
}

#trust-badge {
    text-align: center;
    padding-top: 15px;
}

#cp_bottom .cp_container {
    padding: 20px 0;
    border-top: 1px solid #efefef;
    color: #9fa3a7;
    font-size: 18px;
    overflow: hidden;
}

#cp_bottom .cp_copyright {
    float: left;
}

#cp_bottom .cp_credit {
    float: right;
}

#cp_bottom .cp_credit span {
    display: inline-block;
    margin: 0 2px;
}

#cp_bottom .cp_credit .ion-heart {
    color: #C70319;
}

#cp_bottom .cp_credit .ion-social-wordpress-outline {
    color: #21759b !important;
}


/*** Popup ***/

body .iziModal-overlay {
    background-color: #fff !important;
}

.iziModal .iziModal-wrap {
    padding: 15px;
    box-sizing: border-box;
}

.iziModal .iziModal-wrap .iziModal-content .iziModal-iframe {
    margin: 0;
    border: none;
}

.iziModal .iziModal-header {
    background-color: #054EA0 !important;
}

body .iziModal {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    border-color: #054EA0 !important;
}

.iziModal.isAttached {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.iziModal.isFullscreen {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.iziModal .iziModal-button {
    background: none;
    width: auto;
    height: auto;
}

.iziModal .iziModal-header-subtitle,
.iziModal .iziModal-header-title {
    font-family: inherit;
    line-height: normal;
    font-weight: 400;
}

.iziModal .iziModal-header .iziModal-header-title {
    font-size: 30px;
    line-height: normal;
    color: #fff;
}

.iziModal .iziModal-header .iziModal-header-subtitle {
    font-size: 14px;
    line-height: normal;
    color: #ddd;
}

.iziModal-button-close:after {
    content: "\f2d7";
    font-family: "Ionicons";
    position: relative;
    top: 1px;
}

.iziModal .iziModal-header .iziModal-button-close {
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 35px;
    opacity: 1;
    text-align: center;
    width: 40px;
    right: 15px;
    top: 22px;
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
}

.iziModal-button-fullscreen:after {
    content: "\f25e";
    font-family: "Ionicons";
    position: relative;
    top: 2px;
}

.iziModal .iziModal-header .iziModal-button-fullscreen {
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 35px;
    opacity: 1;
    text-align: center;
    width: 40px;
    right: 65px;
    top: 22px;
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
}


/**** Portfolio Page ***/

#cp_portfolio_list {
    background-color: #fff;
}

#cp_portfolio_list .cp_single_portfolio {
    padding-top: 100px;
}

#cp_portfolio_list .cp_odd_portfolio {
    background-color: #f6f6f6;
}

#cp_portfolio_list .cp_single_portfolio_wrap {
    position: relative;
}

#cp_portfolio_list .cp_desktop_mockup {
    max-width: 800px;
}

#cp_portfolio_list .cp_mobile_mockup {
    position: absolute;
    right: 0;
    top: 120px;
}

#cp_portfolio_list .cp_mobile {
    background-color: #fff;
    border-radius: 20px;
    min-height: 475px;
    max-width: 230px;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
    padding: 50px 5px;
    position: relative;
    box-sizing: border-box;
}

#cp_portfolio_list .cp_mobile:before {
    content: "";
    border: 1px solid #dbdbdb;
    background-color: #f6f6f7;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

#cp_portfolio_list .cp_mobile:after {
    content: "";
    border: 1px solid #dbdbdb;
    background-color: #f6f6f7;
    display: inline-block;
    width: 45px;
    height: 4px;
    border-radius: 10px;
    top: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

#cp_portfolio_list .cp_mobile .cp_mobile_comp {
    height: 30px;
    width: 30px;
    border: 2px solid #4CBEA1;
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    border-radius: 100%;
}

#cp_portfolio_list .cp_mobile .cp_mobile_image {
    border: 1px solid #f2f2f2;
    max-height: 373px;
    overflow: hidden;
    position: relative;
}

#cp_portfolio_list .cp_desktop {
    background-color: #fff;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0px 30px 12px rgba(0, 0, 0, 0.07);
    padding-top: 30px;
}

#cp_portfolio_list .cp_desktop:before {
    display: block;
    position: absolute;
    content: '';
    top: 13px;
    left: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f44;
    box-shadow: 0 0 0 3px #f44, 15px 0 0 3px #9b3, 30px 0 0 3px #fb5;
}

#cp_portfolio_list .cp_desktop:after {
    display: block;
    position: absolute;
    content: '\005F \2610 \2715';
    top: 7px;
    right: 4px;
    color: #000;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    letter-spacing: 0.8em;
    color: #4CBEA1;
}

#cp_portfolio_list .cp_desktop .cp_desktop_image {
    max-height: 570px;
    overflow: hidden;
    background-color: #ffffff;
    border-top: 1px solid #efefef;
}

#cp_portfolio_list .cp_desktop .cp_desktop_image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

#cp_portfolio_list .p-copyright {
    display: inline-block;
    font-size: 12px;
    transform: rotate(-90Deg);
    -webkit-transform: rotate(-90Deg);
    -moz-transform: rotate(-90Deg);
    -ms-transform: rotate(-90Deg);
    -o-transform: rotate(-90Deg);
    position: absolute;
    left: -45px;
    bottom: 65px;
}


/*** Common Page ***/

.cp_page_header {
    background-color: #054EA0;
    color: #fff;
    text-align: left;
}

.cp_page_header .cp_page_title {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    padding: 30px 0;
}

#cp_content {
    padding: 60px 0;
}


/*** Blog Page ***/

.cp_sidebar_page {
    background-color: #fff;
}

.cp_sidebar_page #cp_post_lists {
    float: right;
    width: 65%;
    box-sizing: border-box;
}

.cp_sidebar {
    width: 35%;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
}

#cp_blog_page article {
    box-shadow: 0 0 10px 11px rgba(0, 0, 0, 0.03);
    border-bottom: 3px solid #4CBEA1;
    background-color: #fff;
    margin-bottom: 60px;
    /*border-bottom: 3px solid #4cbea1;*/
    ;
}

#cp_blog_page article:hover {
    box-shadow: 0 0 10px 11px rgba(0, 0, 0, 0.08);
}

#cp_blog_page article .cp_blog_image {
    display: block;
    vertical-align: top;
    margin: 0 0 -1px 0;
    position: relative;
    z-index: 10;
}

#cp_blog_page article .cp_blog_image,
#cp_post_lists article .cp_blog_image img {
    /*border-radius: 10px 10px 0 0;*/
    ;
}

#cp_blog_page article .cp_date_cats {
    padding: 20px 150px 20px 20px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    position: relative;
    min-height: 30px;
}

#cp_blog_page article .cp_date_cats a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #4CBEA1;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 14px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

#cp_blog_page article .cp_date_cats a:hover {
    background-color: #054EA0;
}

#cp_blog_page article .cp_post_date {
    position: absolute;
    top: 27px;
    right: 20px;
    font-size: 16px;
    color: #9fa3a7;
}

#cp_blog_page .cp_post_content {
    padding: 20px;
    /*border-radius: 0 0 10px 10px;*/
    /* border: 1px solid #dfe0e4;*/
    ;
}

#cp_blog_page h2 {
    margin-bottom: 10px;
    font-weight: 400;
}

#cp_blog_page h2 a {
    color: #444;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    letter-spacing: 0.005em;
    display: inline-block;
    vertical-align: top;
}

#cp_blog_page h2 a:hover {
    color: #4cbea1;
}

#cp_blog_page .cp_post_excerpt {
    font-size: 18px;
    color: #888;
    line-height: 28px;
    margin-bottom: 0;
}

#cp_blog_page .cp_read_more {
    padding-top: 20px;
}

#cp_blog_page .cp_read_more a.cp_post_link {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.cp_sidebar .cp_widget {
    margin-bottom: 40px;
}

.cp_sidebar .cp_widget_title,
.cp_sidebar #searchform label {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    letter-spacing: 0.005em;
    display: block;
    margin-bottom: 20px;
    color: #555;
}

.cp_sidebar #searchform {
    position: relative;
    margin: 0;
}

.cp_sidebar #searchform #s {
    display: block;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: 2px solid #F1F1F1;
    color: #000;
    font-family: inherit;
    padding: 15px 40px 15px 15px;
    line-height: normal;
    background-color: #fff;
    font-size: 16px;
}

.cp_sidebar #searchform #searchsubmit {
    position: absolute;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 26px;
    color: #4CBEA1;
    bottom: 0px;
    right: 0px;
    display: inline-block;
    width: 52px;
    height: 52px;
    text-align: center;
    background-color: #F1F1F1;
    cursor: pointer;
    padding: 0 !important;
}

.cp_sidebar .cp_widget ul {
    list-style-type: none;
    padding: 0;
}

.cp_sidebar .cp_widget ul li {
    padding: 15px 0;
    border-top: 2px solid #F1F1F1;
    font-size: 18px;
    letter-spacing: 0.007em;
}

.cp_sidebar .cp_widget ul li:first-child {
    padding-top: 0;
    border: none;
}


/*** Single Post ***/

#cp_post {}

#cp_post .cp_single_post {
    /*border-radius: 10px;*/
    background-color: #fff;
    box-shadow: 0 0 10px 11px rgba(0, 0, 0, 0.03);
    margin-bottom: 0px;
    /*border-bottom: 3px solid #4cbea1;*/
    width: 65%;
    float: right;
    box-sizing: border-box;
}

#cp_post .cp_single_post .cp_blog_image {
    display: block;
    vertical-align: top;
    margin: 0;
}

#cp_post .cp_single_post .cp_blog_image,
#cp_post_lists article .cp_blog_image img {
    /*border-radius: 10px 10px 0 0;*/
}

#cp_post .cp_single_post .cp_date_cats {
    padding: 20px 150px 20px 20px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

#cp_post .cp_single_post .cp_date_cats a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #4CBEA1;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 14px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

#cp_post .cp_single_post .cp_date_cats a:hover {
    background-color: #054EA0;
}

#cp_post .cp_single_post .cp_post_date {
    position: absolute;
    top: 27px;
    right: 20px;
    font-size: 16px;
    color: #9fa3a7;
}

#cp_post .cp_single_post #content {
    padding: 20px;
    line-height: 1.5em;
}

#cp_post #content h2 {
    margin-bottom: 10px;
    font-weight: 400;
}

#cp_post #content pre {
    margin: 20px -20px;
}

#cp_post #content pre:last-of-type {
    margin-bottom: 0;
}

#cp_comments {}

#cp_comments ul.cp_comments_list,
#cp_comments ul.children {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #fafbfd;
}


/*#cp_comments ul li{padding: 20px; position: relative;  }*/

#cp_comments .cp_comment_meta {
    position: relative;
    padding-left: 60px;
    min-height: 70px;
}

#cp_comments .cp_comment_meta img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}

#cp_comments .cp_comment_meta h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

#cp_comments .cp_comment_meta h4 cite {
    font-style: normal;
}

#cp_comments .cp_comment_meta time {
    display: block;
    font-size: 12px;
    color: #9fa3a7;
}

#cp_comments .cp_comment_wrap {
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

#cp_comments li.depth-2 {
    margin-left: 40px;
    position: relative;
}

#cp_comments li.depth-1 {
    position: relative;
}

#cp_comments li.depth-1:after {
    content: "";
    width: 40px;
    position: absolute;
    border-top: 1px solid #efefef;
    bottom: 0;
    left: 0;
}

#cp_comments li.depth-2 .cp_comment_wrap {
    border-left: 1px solid #efefef;
    position: relative;
}

#cp_comments li.depth-2 .cp_comment_wrap:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 7px;
    border: 2px solid #efefef;
    display: inline-block;
    position: absolute;
    left: -6px;
    top: 35px;
}

#cp_comments .cp_comment_text {
    font-size: 16px;
    color: #9fa3a7;
}

#cp_comments .cp_moderate_comment {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    background-color: #4CBEA1;
    color: #fff;
    margin-top: 20px;
}

#cp_comments .cp_comment_text p:last-of-type {
    margin-bottom: 0;
}

#cp_comments .cp_comment_extra .comment-reply-link {
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
}


/*** Comment Form ***/

#respond {
    padding: 15px 0 0 0;
    border-bottom: 2px solid #efefef;
    background-color: #fff;
}

#respond #reply-title {
    padding-left: 15px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 24px;
}

#respond #reply-title small {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -3px;
}

#respond .logged-in-as,
#respond .cp_comment_notes {
    font-size: 14px;
    padding: 0 15px 15px 15px;
    color: #9fa3a7;
    margin: 0;
}

#cp_comment_form .cp_comment_field_wrap {
    width: 100%;
    display: inline-block;
    float: left;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}

#cp_comment_form .cp_comment_field_wrap.cp_half_row {
    width: 50%;
}

#cp_comment_form label {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #4CBEA1;
    font-size: 18px;
}

#cp_comment_form .cp_comment_field {
    -webkit-appearance: none;
    border: none;
    background-color: #fff;
    font-size: 14px;
    font-family: inherit;
    padding: 50px 20px 20px 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    line-height: normal;
    transition: background 0.2s ease;
    display: block;
    vertical-align: top;
    min-height: 100px;
}

#cp_comment_form .cp_comment_field:focus {
    transition: background 0.2s ease color 0.2s ease;
    background-color: #fafafa;
}

#cp_comment_form .cp_comment_textarea_field,
#cp_comment_form .cp_author_field,
#cp_comment_form .cp_email_field {
    border-bottom: 2px solid #efefef
}

#cp_comment_form .cp_author_field,
#cp_comment_form .cp_website_field {
    border-right: 2px solid #efefef;
}

#cp_comment_form #submit {
    padding: 30px 20px;
    font-size: 20px;
    cursor: pointer;
    color: #4CBEA1;
    font-size: 18px;
    background-color: #efefef;
    height: 90px;
    padding: 15px 15px 50px;
    text-align: left;
    transition: background 0.2s ease color 0.2s ease;
}

#cp_comment_form #submit:hover {
    background-color: #4CBEA1;
    color: #fff;
    transition: background 0.2s ease color 0.2s ease;
}

#cp_comment_form .cp_cookie_field {
    position: relative;
    padding: 15px;
}

#cp_comment_form .cp_cookie_field input {
    position: absolute;
    left: 15px;
    top: 15px;
}

#cp_comment_form .cp_cookie_field label {
    position: static;
    margin: 0;
    display: inline-block;
    padding-left: 25px;
    font-size: 16px;
}

#cp_comment_form.cp_user_logged_in .cp_half_row {
    width: 100% !important;
}

.cp_container {
    padding: 0 30px;
}


/* ___ Contact Form ___ */

.page-template-contact-form-php #cp_wrap {
    padding: 0 !important;
}

.page-template-contact-form-php {
    height: 100%;
    background-color: #4CBEA1 !important;
}

.page-template-contact-form-php #cp_header,
.page-template-contact-form-php .cp_page_header,
.page-template-contact-form-php #cp_newsletter,
.page-template-contact-form-php .cp_main_button,
.page-template-contact-form-php footer {
    display: none;
}

#contact {
    padding: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.status {
    padding: 0 15px;
    max-width: 800px;
    margin: 0 auto;
}

.status span {
    padding: 15px;
    font-size: 20px;
    color: #fff;
    display: block;
    background-color: #4CBEA1;
    margin-bottom: 20px;
    margin-top: 30px;
}

#contact .cp_form_row {
    margin: 0 -15px 30px -15px;
}

#contact .cp_form_field {
    width: 100%;
    padding: 0 15px;
    display: inline-block;
    margin-right: -4px;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-appearance: none;
}

#contact .cp_2_col .cp_form_field {
    width: 50% !important;
}

#contact .caldera-grid .form-group {
    margin-bottom: 30px;
}

#contact .cp_form_field label,
#contact .caldera-grid label {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
}

#contact .cp_form_field input,
#contact .cp_form_field textarea,
#contact .cp_form_field .form-field,
#contact .caldera-grid .form-control {
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 30px;
    border: none;
    width: 100%;
    font-size: 18px;
    color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    font-family: 'Karla', sans-serif;
    border-radius: 10px;
    outline: 0;
    box-shadow: none !important;
    height: auto;
}

#contact .cp_form_field textarea,
#contact .caldera-grid textarea {
    height: 200px;
}

#contact .submit_button,
#contact .caldera-grid .btn {
    -webkit-appearance: none;
    display: inline-block;
    background-color: #4CBEA1;
    color: #ffffff;
    padding: 26px 90px;
    border-radius: 10px;
    font-weight: 700;
    border: none;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    font-size: 22px;
    cursor: pointer;
    width: 100%;
}

#contact .submit_button:hover,
#contact .caldera-grid .btn:hover {
    background-color: #054EA0;
}

#contact .error {
    font-size: 16px !important;
    padding-left: 15px;
}

.live-chat-notice {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}


/* ___ About Page ___ */

#about-main .about-content {
    padding: 60px 0;
    overflow: hidden;
}

#about-main .about-title {
    width: 55%;
    float: left;
    box-sizing: border-box;
    padding-right: 30px;
    text-align: center;
}

#about-main .quick-bio {
    overflow: hidden;
}

#about-main h2 {
    font-size: 30px;
    color: #054EA0;
    padding-bottom: 30px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    margin: 15px 0 0 0;
}

#about-main .quick-bio ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 24px;
}

#about-main .quick-bio ul li {
    padding: 3px 0 3px 30px;
    font-weight: 300;
    position: relative;
}

#about-main .quick-bio ul li:before {
    content: "\f498";
    font-family: "Ionicons";
    position: absolute;
    ;
    left: 0;
    position: absolute;
    font-size: 24px;
    color: #054EA0;
    top: 7px;
}


/* ___ My Story ___ */

#my-story {
    padding: 60px 0;
    background-color: #f5f5f5;
    font-size: 20px;
}

#my-story h3 {
    font-size: 40px;
    color: #054EA0;
    padding-bottom: 30px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    margin: 0;
}

#my-story p {
    font-size: 22px;
    line-height: 34px;
}

#my-story a {
    color: #054EA0;
}

#my-story a:hover {
    color: #4CBEA1;
}


/* ___ WordPress Contribution ___ */

#wp-contribution {
    padding: 60px 0 45px 0;
    text-align: center;
}

#wp-contribution h3 {
    font-size: 40px;
    color: #4CBEA1;
    padding-bottom: 40px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    margin: 0;
}

#wp-contribution ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -15px;
}

#wp-contribution ul li {
    display: inline-block;
    padding: 15px;
}

#wp-contribution ul li img {
    width: 100px;
    height: 100px;
}


/* ___ Featured In ___ */

#featured-in {
    padding: 60px 0 45px 0;
    background-color: #F5F5F5;
    text-align: center;
}

#featured-in h3 {
    font-size: 40px;
    color: #054EA0;
    padding-bottom: 30px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    margin: 0;
}

#featured-in ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -15px;
}

#featured-in ul li {
    display: inline-block;
    padding: 15px;
}

#featured-in ul li img {
    max-width: 200px;
}


/* ___ Clients ___ */

#clients {
    padding: 40px 0 0 0;
    text-align: center;
}

#clients h3 {
    font-size: 40px;
    color: #4CBEA1;
    padding-bottom: 40px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

#clients .client-wrap {
    width: 250px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    min-height: 150px;
    margin-right: -4px;
}

#clients .client-wrap .client-image {
    max-height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    padding: 15px;
}

#clients .client-wrap .client-image img {
    max-height: 100px;
    width: auto;
    max-width: 180px;
}


/* ___ Testimonials Page ___ */

#cp-testimonials .cp-testimonial-item {
    padding-bottom: 130px;
    position: relative;
    padding-left: 90px;
    padding-right: 90px;
}

#cp-testimonials .cp-testimonial-item:last-of-type {
    margin-bottom: -60px;
}

#cp-testimonials .cp-testimonial-wrap {
    padding: 40px;
    border-radius: 80px 80px 80px 0;
    background-color: #4CBEA1;
    color: #fff;
    position: relative;
    z-index: 10;
}

#cp-testimonials .cp-testimonial-content {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

#cp-testimonials .cp-testimonial-content p:last-of-type {
    margin-bottom: 0;
}

#cp-testimonials .cp-testimonial-details {
    position: absolute;
    left: 0;
    bottom: 67px;
}

#cp-testimonials .cp-testimonial-details img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

#cp-testimonials .cp-testimonial-details h3 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    color: #054EA0;
    margin: 10px 0 0 0;
}

#cp-testimonials .cp-testimonial-details strong {
    font-size: 18px;
    display: block;
    padding-top: 5px;
    font-weight: 400;
}

#cp-testimonials .cp-odd-testimonial .cp-testimonial-wrap {
    border-radius: 80px 80px 0 80px;
    background-color: #054EA0;
}

#cp-testimonials .cp-odd-testimonial .cp-testimonial-details {
    left: auto !important;
    right: 0;
    text-align: right;
}


/* ___ 404 Page ___ */

.error_page {
    text-align: center;
    padding: 60px 0;
}

.error_page h3 {
    font-size: 200px;
    color: #054EA0;
    margin-bottom: 0;
    line-height: 180px;
}

.error_page .page_subtitle {
    padding: 30px 0;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 300;
    color: #333;
}

@media screen and (max-width: 1500px) {
    #cp_banner .cp_banner_image {
        max-width: 500px;
    }
}

@media screen and (max-width: 1170px) {
    #cp-navigation ul li a {
        font-size: 16px;
        padding: 30px 8px;
    }
    #cp_banner h1 {
        font-size: 50px;
    }
    #cp_banner h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1023px) {
    #cp_header {
        padding: 15px 30px;
        min-height: 90px;
        border-radius: 0 !important;
        border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    }
    #cp_header.fixed {
        left: 0;
        right: 0;
        border-right: none;
        border-left: none;
        border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    }
    #cp_header header {
        padding-right: 0;
    }
    #cp_header .cp-mobile-menu {
        font-size: 30px;
        color: #054EA0;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 7px;
        padding: 10px;
        line-height: 15px;
        display: inline-block;
    }
    #cp_header .cp-mobile-menu.open:before {
        content: "\f129";
    }
    #cp_header #cp_logo::after {
        left: 68px;
    }
    #cp-navigation {
        display: none;
        width: 200px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 77px;
        border-radius: 0;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }
    #cp-navigation:not(:root:root) {
        top: 75px;
    }
    #cp-navigation ul li {
        width: 100%;
        display: block;
        margin: 0;
    }
    #cp-navigation ul li a {
        font-size: 16px;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        display: block;
    }
    #cp_header #cp_logo img {
        max-height: 60px;
    }
    #cp_header .contact-cta {
        font-size: 12px;
        padding: 7px 20px;
        border-radius: 5px;
        border-bottom-width: 3px;
        top: 8px;
        right: 50px;
    }
    #cp_skills ul li {
        padding: 30px;
    }
    #cp_skills ul li i {
        font-size: 30px;
    }
    #cp_skills ul li strong {
        font-size: 20px;
    }
    /*** Page ***/
    #cp_wrap {
        padding-top: 92px;
    }
    .cp_page_header .cp_page_title {
        font-size: 20px;
        padding: 15px 30px;
    }
    #cp_content {
        padding: 30px 0;
    }
    /*** Portfolio ***/
    #cp_portfolio_list .cp_single_portfolio {
        position: relative;
        min-height: 400px;
        padding-top: 40px;
    }
    #cp_portfolio_list .cp_single_portfolio_wrap {
        transform: scale(0.8) translateX(-50%);
        -webkit-transform: scale(0.8) translateX(-50%);
        -moz-transform: scale(0.8) translateX(-50%);
        -ms-transform: scale(0.8) translateX(-50%);
        -o-transform: scale(0.8) translateX(-50%);
        position: absolute;
        right: 0;
        left: 50%;
        display: inline-block;
        margin-left: -11%;
        transform-origin: bottom center;
        width: 850px;
        z-index: 99;
        bottom: 0;
    }
    #cp_portfolio_list .cp_desktop_mockup {
        max-width: 670px;
    }
    #cp_portfolio_list .cp_mobile_mockup {
        top: 80px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    /*** Blog Page ***/
    .cp_sidebar_page #cp_post_lists,
    .cp_sidebar,
    #cp_post .cp_single_post {
        float: none;
        width: 100%;
        padding: 0;
    }
    #cp_blog_page article {
        margin-bottom: 30px;
    }
    #cp_blog_page .cp_post_content {
        padding: 15px;
    }
    #cp_blog_page h2 {
        margin-bottom: 0;
    }
    #cp_blog_page .cp_post_content h2 a {
        font-size: 16px;
    }
    #cp_blog_page .cp_post_excerpt {
        font-size: 14px;
        line-height: 20px;
    }
    #cp_blog_page .cp_read_more {
        padding-top: 15px;
    }
    #cp_blog_page .cp_read_more a.cp_post_link {
        font-size: 14px;
    }
    .cp_sidebar .cp_widget {
        margin-bottom: 30px;
    }
    .cp_sidebar .cp_widget_title,
    .cp_sidebar #searchform label {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .cp_sidebar .cp_widget ul li {
        font-size: 14px;
        padding: 15px 0;
    }
    #cp_post .cp_single_post {
        margin-bottom: 30px;
    }
    #cp_post .cp_single_post #content {
        font-size: 14px;
    }
    #respond #reply-title {
        font-size: 20px;
    }
    #cp_comment_form label,
    #cp_comment_form #submit {
        font-size: 16px;
    }
    #cp_comment_form .cp_comment_field_wrap.cp_half_row {
        width: 100%;
    }
    #cp_comment_form #email {
        border-left: none;
    }
    #cp_comment_form .cp_author_field,
    #cp_comment_form .cp_website_field {
        border-right: none !important;
    }
    #cp_comment_form .cp_website_field {
        border-bottom: 2px solid #efefef;
    }
}

@media screen and (max-width: 980px) {
    #cp_header {
        padding: 15px;
    }
    #cp_banner .cp_banner_text {
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        max-width: 100%;
    }
    #cp_banner {
        padding: 15px 15px 0 15px;
        text-align: center;
    }
    #cp_banner h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #cp_banner h2 {
        font-size: 14px;
        margin-bottom: 10px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        min-height: 40px;
    }
    #cp_banner h2 br {
        display: none !important;
    }
    #cp_newsletter #cp_signup_form .cp_main_button,
    .cp_main_button,
    .cp_button a {
        font-size: 14px;
        padding: 8px 15px;
        font-weight: 400;
        border-radius: 5px;
        border-width: 2px;
    }
    #cp_banner .cp_button {
        margin-bottom: 30px;
    }
    #cp_banner .cp_banner_image {
        float: none;
        text-align: center;
        width: 70%;
        max-width: 400px;
        margin: 0 auto;
        position: relative;
        right: -6%;
    }
    .cp_container {
        padding: 0 15px;
    }
    #cp_skills ul li {
        padding: 15px 10px;
    }
    #cp_skills ul li i {
        font-size: 30px;
    }
    #cp_skills ul li strong {
        font-size: 10px;
    }
    #cp_services,
    #cp_features {
        padding: 25px 0 35px 0;
    }
    #cp_services h2,
    #cp_features h2,
    #cp_work h2,
    #cp_testimonials h2,
    #cp_blog h2,
    #cp_newsletter h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 5px;
    }
    #cp_services h4,
    #cp_features h4,
    #cp_work h4,
    #cp_testimonials h4,
    #cp_blog h4,
    #cp_newsletter h4 {
        font-size: 14px;
        padding-bottom: 20px;
    }
    #cp_services ul li,
    #cp_features ul li {
        margin-top: 0;
        padding-top: 15px;
        padding-right: 10px;
    }
    #cp_services ul li i,
    #cp_features ul li i {
        font-size: 24px;
        height: 40px;
        line-height: 44px;
        width: 45px;
        border-width: 2px;
        border-radius: 5px;
    }
    #cp_services ul li strong,
    #cp_features ul li strong {
        font-size: 12px;
        padding-top: 10px;
        font-weight: 400;
    }
    #cp_features ul li {
        min-height: 40px;
        padding: 0;
        margin-top: 15px;
    }
    #cp_features ul li i {
        top: 0;
    }
    #cp_features ul li strong {
        left: 58px;
        padding-top: 0;
        right: 15px;
    }
    #cp_work {
        padding: 30px 0;
    }
    #cp_work h4 {
        margin-bottom: 30px;
    }
    .facade-minimal {
        max-height: 220px;
    }
    #cp_work .dg-wrapper {
        /*transform: scale(0.6);
    transform-origin: top center;
    width: auto !important;*/
        width: 300px;
        height: 230px;
    }
    .dg-wrapper .dg-center {
        top: -20px;
        margin: 0 -40px;
    }
    #cp_work .cp_container nav span {
        font-size: 12px;
        width: 30px;
        line-height: 28px;
        border-bottom-width: 2px;
        border-radius: 2px;
    }
    #cp_work .cp_button {
        margin-top: 30px;
    }
    #cp_testimonials {
        padding: 30px 0;
    }
    #cp_testimonials h4 {
        margin-bottom: 15px;
    }
    #cp_testimonials .cp_testimonials_slider p::before {
        font-size: 30px;
    }
    #cp_testimonials .cp_testimonials_slider p {
        font-size: 14px;
        padding-left: 40px;
    }
    #cp_testimonials .cp_testimonials_slider strong {
        font-size: 16px;
        margin-top: 20px;
        padding-left: 40px;
    }
    #cp_testimonials .cp_testimonials_slider span {
        padding-left: 40px;
        font-size: 12px;
    }
    #cp_testimonials .cp_button {
        padding-left: 40px;
    }
    #cp_testimonials .cp_testimonials_slider_arrows .cp_slider_nav {
        font-size: 12px;
        border-radius: 2px;
        border-bottom-width: 2px;
        padding: 5px 10px;
    }
    #cp_blog {
        padding: 30px 0;
    }
    #cp_blog h4 {
        margin-bottom: 0;
    }
    #cp_blog .cp_button {
        margin-top: 30px;
    }
    #cp_newsletter {
        padding: 30px 0 0 0;
    }
    #cp_newsletter #cp_signup_form #mc_embed_signup_scroll .cp_col {
        width: 100% !important;
        margin-top: 30px;
    }
    #cp_newsletter #cp_signup_form label {
        font-size: 14px;
        padding: 0 10px;
        top: -8px;
    }
    #cp_newsletter #cp_signup_form input {
        padding: 10px;
        border-width: 2px;
        border-radius: 5px;
        font-size: 14px;
    }
    #cp_newsletter #cp_signup_form .cp_main_button {
        padding: 10px;
    }
    #cp_newsletter #cp_signup_form div.mce_inline_error {
        font-size: 12px;
        bottom: -17px;
    }
    #contact {
        padding: 15px;
    }
    #contact .status span {
        padding: 10px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    #contact .cp_2_col .cp_form_field {
        width: 100% !important;
    }
    #contact .cp_form_field label,
    #contact .caldera-grid label {
        font-size: 16px;
        margin-bottom: 8px;
    }
    #contact .cp_form_row {
        margin-bottom: 0;
    }
    #contact .cp_form_field {
        margin-bottom: 15px;
    }
    #contact .cp_form_field input,
    #contact .cp_form_field textarea,
    #contact .cp_form_field .form-field,
    #contact .caldera-grid .form-control {
        border-radius: 5px;
        padding: 10px;
        font-size: 14px;
        border-bottom-width: 2px;
    }
    #contact .cp_form_field textarea #contact .caldera-grid textarea {
        height: 100px;
    }
    #contact .submit_button,
    #contact .caldera-grid .btn {
        padding: 10px;
        font-size: 14px;
        border-radius: 5px;
        border-bottom-width: 2px;
    }
    #contact .error {
        font-size: 12px !important;
        padding-left: 5px;
        margin-bottom: 0 !important;
    }
    #cp_footer {
        padding: 15px 0;
    }
    .social_media a {
        font-size: 20px;
        width: 34px;
        line-height: 34px;
        height: 32px;
        border-bottom-width: 2px;
        margin: 0 2px;
    }
    #cp_bottom .cp_container {
        padding: 15px;
        text-align: center;
        float: none;
        font-size: 14px;
    }
    #cp_bottom .cp_copyright {
        float: none;
        margin-bottom: 8px;
        text-align: center;
    }
    #cp_bottom .cp_credit {
        float: none;
        text-align: center;
    }
    /*** Page ***/
    .cp_page_header .cp_page_title {
        padding: 15px;
    }
    #cp_content {
        padding: 15px 0;
    }
    /* ___ About Page ___ */
    #about-main .about-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #about-main .about-title {
        width: 100%;
        float: none;
        padding: 0;
        text-align: left;
    }
    #about-main .about-title img {
        max-width: 200px;
    }
    #about-main h1 {
        margin: 0;
        font-size: 20px;
        padding-bottom: 15px;
    }
    #about-main .quick-bio ul {
        font-size: 16px;
    }
    #about-main .quick-bio ul li {
        padding-left: 25px;
    }
    #about-main .quick-bio ul li::before {
        font-size: 20px;
    }
    #my-story {
        padding: 15px 0;
    }
    #my-story h3,
    #wp-contribution h3,
    #featured-in h3,
    #clients h3 {
        font-size: 20px;
        padding-bottom: 15px;
    }
    #my-story p {
        font-size: 16px;
        line-height: 24px;
    }
    #wp-contribution {
        padding: 15px;
    }
    #wp-contribution ul li {
        padding: 5px;
    }
    #wp-contribution ul li img {
        width: 50px;
        height: 50px;
    }
    #featured-in {
        padding: 15px 0;
    }
    #featured-in ul li {
        padding: 10px;
    }
    #featured-in ul li img {
        max-width: 120px;
    }
    #clients {
        padding-top: 15px;
    }
    #clients .client-wrap {
        min-height: 80px;
        width: 120px;
    }
    #clients .client-wrap .client-image {
        padding: 10px;
    }
    #clients .client-wrap .client-image img {
        max-width: 80px;
        max-height: 60px;
    }
    #cp_portfolio_list .p-copyright {
        left: -62px;
    }
}

@media screen and (max-width: 767px) {
    /*** Portfolio ***/
    #cp_portfolio_list .cp_single_portfolio {
        min-height: 200px;
        padding-top: 20px;
    }
    #cp_portfolio_list .cp_single_portfolio_wrap {
        transform: scale(0.8) translateX(-50%);
        -webkit-transform: scale(0.8) translateX(-50%);
        -moz-transform: scale(0.8) translateX(-50%);
        -ms-transform: scale(0.8) translateX(-50%);
        -o-transform: scale(0.8) translateX(-50%);
        width: 300px;
        margin-left: -18%;
    }
    #cp_portfolio_list .cp_mobile_mockup {
        top: 60px;
        right: -70px;
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform-origin: top right;
    }
    #cp_portfolio_list .p-copyright {
        font-size: 10px;
        bottom: 53px;
        left: -48px;
    }
    #cp_blog .cp_latest_posts .cp_single_post {
        margin-top: 0;
        width: 100%;
    }
    #cp_blog .cp_latest_posts .cp_single_post_image img {
        width: 100%;
    }
    /* ___ Testimonials ___ */
    #cp-testimonials .cp-testimonial-item {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 80px;
    }
    #cp-testimonials .cp-testimonial-wrap {
        border-radius: 30px 30px 30px 0;
        padding: 20px;
    }
    #cp-testimonials .cp-testimonial-content {
        font-size: 14px;
        line-height: 20px;
    }
    #cp-testimonials .cp-testimonial-details {
        bottom: 27px;
    }
    #cp-testimonials .cp-testimonial-details img {
        width: 40px !important;
        height: 40px !important;
        border-radius: 40px;
    }
    #cp-testimonials .cp-testimonial-details h3 {
        font-size: 16px;
    }
    #cp-testimonials .cp-testimonial-details strong {
        font-size: 14px;
    }
    #cp-testimonials .cp-odd-testimonial .cp-testimonial-wrap {
        border-radius: 30px 30px 0 30px;
    }
    #cp-testimonials .cp-testimonial-item:last-of-type {
        margin-bottom: 0;
    }
    /* ___ 404 page ___ */
    .error_page {
        padding: 30px 0;
    }
    .error_page h3 {
        font-size: 120px;
        line-height: 100px;
    }
    .error_page .page_subtitle {
        padding: 20px 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 479px) {
    #cp_wrap {
        padding-top: 76px;
    }
    #cp_header {
        padding: 15px !important;
        min-height: inherit;
    }
    #cp_header #cp_logo img {
        max-height: 45px;
    }
    #cp_header #cp_logo {}
    #cp_header #cp_logo::after {
        left: 51px;
    }
    #cp_header .contact-popup {
        right: 40px;
        top: 8px;
        padding: 5px 15px;
    }
    #cp_header .cp-mobile-menu {
        top: 2px;
        right: -5px;
        font-size: 24px;
    }
    #cp-navigation {
        top: 62px;
        border-radius: 0;
        width: 150px;
    }
    #cp-navigation:not(:root:root) {
        top: 60px;
    }
    #cp-navigation ul li a {
        font-size: 12px;
        font-weight: 400;
        padding: 8px 20px;
    }
}

@media screen and (max-width: 400px) {
    #cp_skills ul li strong {
        font-size: 8px;
    }
    #cp_work .dg-wrapper {
        height: 200px;
    }
    .dg-wrapper .dg-center {
        top: 0;
        margin: 0 auto;
    }
    .facade-minimal {
        max-height: 170px;
    }
}