/*
Theme Name: hashmeta-rev
Template: thefox
*/

/* ================= General */

@font-face {
    font-family: 'lineawesome';
    src: url('../woff/line-awesome.woff');
}

@font-face {
    font-family: 'beon';
    src: url('../ttf/beon-webfont.ttf');
}

.home h1,
.home h2 {
    letter-spacing: -2px;
}
.wpb_text_column ul li {
    margin-bottom: 15px;
    line-height: 1.5;
}
.wpb_text_column ol li {
    margin-left: 46px !important;
}
.wpb_text_column ol > li:before{
    margin-left: -40px !important;
}
.wpb_text_column ol li:before {
    background: #ff6260;
}

/* ================= Error 404 */
.error404 .page_title_ctn, .error404 #header_container, .error404 .sticky_header {
    background: #ff5a57;
}

/* ================= Nav */
.nav_type_1.shrinked_header ul a {
    color: gray;
}

.nav_type_1.shrinked_header {
    background: #fff;
}

#header_container nav ul ul .current-menu-item li a,
#header_container nav ul ul li a,
#header_container nav ul ul li,
ul.header_cart_dropdown ul.product_list_widget li.child_pages_ctn a,
#header_container nav ul ul {
    border: 0 !important;
}

#header_container nav .menu-item-has-children>a:before, 
#header_container nav .menu>.menu-item a:before {
	left: 15px !important;
}

#header_container nav .menu>.menu-item a:before {
    width: 95% !important;
}

header.transparent_header.opaque_header{}
/* ================= Breadcrumbs */

#breadcrumbs {
    width: 500px;
    text-align: right;
}

#crumbs {
    max-width: 450px;
}
#crumbs span {
    margin-right: 7px;
}

#crumbs a,
#crumbs i,
#crumbs span {
    color: #004167;
    text-transform: uppercase;
}

.wrapper.table_wrapper h1 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
}

.page_title_ctn {
    border-bottom: 0 !important;
}


/* ================= Footer */

#footer .widget h2 {
    font-weight: bold;
}
#footer i.fa {
    margin-right: 20px;
}
#footer li {
    line-height: 1.3;
    padding: 7px 0;
}
#footer .custom-html-widget li {
    padding-top: 0;
}

/* ================= Form(s) */
.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng,
.wpcf7-aborted,
.wpcf7-validation-errors, 
.wpcf7-acceptance-missing{
    text-align: center;
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(45, 45, 45, 0.50);

}
.wpcf7-mail-sent-ok {
    border: 2px solid #dbf0e5 !important;
    background: #dbf0e5;
    padding: 10px !important;
}
.wpcf7-mail-sent-ng,
.wpcf7-aborted {
    border: 2px solid #ff0000;
    background: #ff0000;
    color: #fff;
}

.wpcf7-validation-errors, 
.wpcf7-acceptance-missing {
    border: 0 !important;
    background: #fff675;
    padding: 15px 20px !important;
}

.wpcf7 textarea,
.wpcf7 input,
.wpcf7 select {
    background: transparent !important;
}

.wpcf7 textarea,
.wpcf7 input:not(.wpcf7-submit),
.wpcf7 label {
    font-size: 30px;
    font-family: lato;
    font-weight: 300;
}

.wpcf7 textarea,
.wpcf7 input:not(.wpcf7-submit),
.wpcf7 select {
    overflow: visible;
    padding: 0;
    border: 0px solid !important;
    border-bottom: 1px solid rgba(255, 92, 92, 0.5) !important;
}

.wpcf7 input:not(.wpcf7-submit),
.wpcf7 select {
    height: 27px;
}

.wpcf7 textarea.wpcf7-textarea {
    height: 70px;
    line-height: 1;
    padding:5px;
    border: 1px solid !important;
    text-transform:unset;
}
select.wpcf7-select {
    min-height: 36px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 300;
    font-family: lato;
    text-transform: lowercase;
}


.wpcf7 ::-webkit-input-placeholder ,
.wpcf7 textarea::-webkit-input-placeholder {
    text-transform: lowercase;
    font-size: 30px;
}
.wpcf7 :-moz-placeholder ,/* Firefox 18- */
.wpcf7 textarea:-moz-placeholder { /* Firefox 18- */
    text-transform: lowercase;  
}
.wpcf7 ::-moz-placeholder ,  /* Firefox 19+ */
.wpcf7 textarea::-moz-placeholder {  /* Firefox 19+ */
    text-transform: lowercase;  
}

.wpcf7 :-ms-input-placeholder ,
.wpcf7 textarea:-ms-input-placeholder {
 text-transform: lowercase;
}
.wpcf7-not-valid-tip[role="alert"] {
    float:right;
    margin-top: -35px;
}
input[name="captcha-1"] + span[role="alert"] {
    margin-top: 0 !important;
    font-size: 12px;
    float: none;
}
.wpcf7 form div {
margin-top: 0;
}
.wpcf7 form .vc_row {
margin-bottom: 0;
}
/* ================= Subscribe Form */
.subscribeform {
    padding: 10px;
}
.subscribeform .wpcf7 textarea,
.subscribeform .wpcf7 input:not(.wpcf7-submit),
.subscribeform .wpcf7 select,
.subscribeform .wpcf7 label {
    font-size: 20px !important;
    margin: 10px 0 !important;
    border: 1px solid #ececec !important;
    padding: 20px !important;
}

.subscribeform .wpcf7 ::-webkit-input-placeholder ,
.subscribeform .wpcf7 textarea::-webkit-input-placeholder {
    text-transform: lowercase;
    font-size: 20px;
}
.subscribeform .wpcf7 :-moz-placeholder ,/* Firefox 18- */
.subscribeform .wpcf7 textarea:-moz-placeholder { /* Firefox 18- */
    text-transform: lowercase;  
}
.subscribeform .wpcf7 ::-moz-placeholder ,  /* Firefox 19+ */
.subscribeform .wpcf7 textarea::-moz-placeholder {  /* Firefox 19+ */
    text-transform: lowercase;  
}
.subscribeform .wpcf7 :-ms-input-placeholder ,
.subscribeform .wpcf7 textarea:-ms-input-placeholder {
 text-transform: lowercase;
}

.subscribeform br {
    display: none;
}
.subscribeform p {
    margin-bottom: 0;
}
.subscribeform .wpcf7-form input[type=submit] {
    background: #ff5c5c !important;
    border-radius: 0 !important;
    margin-top: 10px;
}
/* ================= HBSPT form */
.hm-hbspt ul li, .hm-hbspt ul {
    list-style-type: none !important;
    margin: 0;
}
.hm-hbspt ul li, .hm-hbspt ul {
    list-style-type: none !important;
    margin: 0;
}


select,
input[type=submit]{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
/* ================= Single Portfolio(s) */

.port_vp {
    margin-bottom: 20px;
}

.port_details_full_information .item_details_entry {
    width: 100%;
}

.single-portfolio h1.port_details_title {
    line-height: 1.3;
    font-weight: bold;
}
.single-portfolio #header_container nav ul li ul a {
    background: #ff5c5c !important;
}

.single-portfolio .white_logo.desktop_logo {
    filter: drop-shadow(0px 50px 0px #FD5E60);
    margin-top: -100px !important;
}

.single-portfolio .transparent_header nav > ul > li > a,
.single-portfolio .transparent_header nav > ul > li > a:hover,
.single-portfolio header {
    color: #ff5c5c !important;
}
.single-portfolio .port_meta_first{
    font-weight: bold;
}
.single-portfolio #crumbs,
.single-portfolio #crumbs a{
    line-height: 1.5;    
}
/* .single-portfolio .item_details_entry *,
.single-portfolio .page_title_ctn h1,
.single-portfolio .page_title_ctn h2,
.single-portfolio #crumbs,
.single-portfolio #crumbs a {
    color: #FF5C5C;
} */

.single-portfolio h3{
    font-weight: bold;
    margin-top: 36px;
    margin-bottom: 0;
}
.single-portfolio .port_details_subtitle {
    font-size: 24px;
}

.single-portfolio #crumbs a,
.single-portfolio #crumbs i,
.single-portfolio #crumbs span {
    line-height: 1.5;
    color: #ff5c5c;
}

.single-portfolio h2 {
    margin-bottom: 0;
    line-height: 1.3;
    color: #ff5c5c;
    font-size: 30px;
    max-width: 500px;
}
.single-portfolio .wpb_text_column img, 
.single-portfolio img.vc_single_image-img{
    border:1px solid #ddd;
}
.single-portfolio p {
    line-height: 1.7;
}
.single-portfolio h3 {
    margin-bottom: 10px;
    margin-top: 40px;
}
.single-portfolio .item_details_entry a.rd_stroke_bt:hover {
    opacity: 1;
    border-bottom: 2px solid #ff5c5c !important;
}
.single-portfolio .item_details_entry a.rd_stroke_bt {
    border-bottom: 2px solid #fff !important;
    box-shadow: none !important;
}
/*--*/
.single-portfolio.single .page_title_ctn {
    background: #004167 !important;
}

.item_details_info {
    display: none;
}
.single-portfolio .port_metas,
.single-portfolio .single_port_navigation,
.item_details_info,
.port_details_full_slider {
    /*    display: none;*/
}
h2.port_details_title {
    color: #ff5c5c;
    font-size: 36px;
}
#portfolio .portfolio_desc h3 {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    line-height: 1;
}
.page-id-12318 .element figcaption p {
    padding: 10px;
}
.portfolio_single_page.Works,
.portfolio_single_page.Case-Study {
    margin-bottom: 60px;
}
.single-portfolio .item_details_entry * h4:before {
    font-family: 'lineawesome';
    font-weight: 100;
    font-size: 32px;
    margin-right: 30px;
    margin-left: 5px;
}
.single-portfolio .item_details_entry * ul {
    padding-left: 60px;
    border-left: 2px solid #ececec;
}
.single-portfolio .item_details_entry * li {
    /*list-style: none;*/
    line-height: 2 !important;
}
.single-portfolio .item_details_entry #desc li:before,
.single-portfolio .item_details_entry #responsibilities li:before,
.single-portfolio .item_details_entry #requirements li:before,
.single-portfolio .item_details_entry #qualifications li:before {
    content: "\f17b";
    font-family: 'lineawesome';
    margin-left: -26px;
    margin-right: 10px;
}

.wrapper.portfolio_single_page {
    padding-bottom: 0px;
}

.single-portfolio .port_details_slider {
    border: 1px solid #a1b1bc;
}

.single-portfolio .item_details_entry a {
    font-weight: bold;
}

.single-portfolio .item_details_entry a:hover {
    font-weight: bold;
    opacity: 0.8;
}
.hash-cta {
    background: #2c3e50;
    margin-left: 0 !important;
    padding: 50px;
}
.cta_btn {
    border: 3px solid #fff;
    padding: 10px;
    color: #fff;
}
.single-portfolio .single_port_related {
    margin-bottom: 60px;
}
.single-portfolio .single_port_related .rd_hover_goliath .element figcaption div h2 {
    font-weight: normal;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #FF5C5C !important;
}

/* ================= Career Page */
.page.page-id-11680 figcaption ,
.page.page-id-9906 figcaption {
    padding: 20px;
}
.page.page-id-11680 figcaption div ,
.page.page-id-9906 figcaption div {
    text-align: left;
}

.page.page-id-11680 figcaption h3 ,
.page.page-id-9906 figcaption h3 {
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1;
    font-size: 26px;
}

.page.page-id-11680 figcaption .excerpt ,
.page.page-id-9906 figcaption .excerpt {
    font-size: 14px;
    line-height: 1.3;
    text-transform: NONE;
}

.page.page-id-11680 figcaption .more ,
.page.page-id-9906 figcaption .more {
    margin-top: 10px;
    display: none;
}

.page.page-id-11680 .rd_hover_sadie .element figcaption p ,
.page.page-id-9906 .rd_hover_sadie .element figcaption p {
    z-index: 10;
}

.page.page-id-11680 figcaption p ,
.page.page-id-9906 figcaption p {
    font-weight: bold;
    text-align: center;
    line-height: 1.3 !important;
}

figcaption .zigzag:before,
figcaption .zigzag:after,
figcaption .zigzag {
    margin: -2px 0 10px 0;
    border: 3px solid #fff;
    border-top: 0;
    border-right: 0;
}

figcaption .zigzag:before,
figcaption .zigzag:after {
    content: "";
    position: absolute;
    transform: rotate(0deg);
}

figcaption .zigzag {
    position: relative;
    height: 12px;
    width: 12px;
    transform: rotate(-45deg);
}

figcaption .zigzag:before {
    left: 7px;
    top: 11px;
    width: 10px;
    height: 10px;
}

figcaption .zigzag:after {
    left: 17px;
    top: 22px;
    height: 10px;
    width: 9px;
}

figcaption.red-text div,
figcaption.red-text h3 {
    color: #ff5c5c;
}

figcaption.blue-text div,
figcaption.blue-text h3 {
    color: #004167;
}

figcaption.green-text div,
figcaption.green-text h3 {
    color: #dbf0e5;
}

figcaption.red-text .zigzag,
figcaption.red-text .zigzag:before,
figcaption.red-text .zigzag:after {
    border-color: #ff5c5c;
}

figcaption.blue-text .zigzag,
figcaption.blue-text .zigzag:before,
figcaption.blue-text .zigzag:after {
    border-color: #004167;
}

figcaption.green-text .zigzag,
figcaption.green-text .zigzag:before,
figcaption.green-text .zigzag:after {
    border-color: #dbf0e5;
}

/* ================= Single Career's Page */
.single-career .nav_type_7 nav ul li a:hover, .single-career .nav_type_7 > ul > .current-menu-item > a {
    color: #ff5c5c;
    background: transparent;
}
.single-career .sticky_header.header_to_shrink, 
.single-career .shrinked_header {
    background: #004167;
}
.single-career .page_title_ctn h2 {
    color: #ff5c5c;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
.single-career .portfolio_single_page *,
.single-career #crumbs a, .single-career #crumbs span,
.single-career #crumbs a, .single-career #crumbs i, #crumbs span,
.single-career .nav_type_7 ul li a, 
.single-career .nav_type_7 a#searchtop_img{
    color: #ff5c5c ;
}
.single-career #crumbs a, .single-career #crumbs span:hover,
.single-career #crumbs a, .single-career #crumbs i, #crumbs span:hover,
.single-career .nav_type_7 ul li a:hover, 
.single-career .nav_type_7 a#searchtop_img:hover{ }

.single-career .desktop_logo {
    filter: drop-shadow(0px 50px 0px #FD5E60);
    margin-top: -100px !important;
}
.single.single-career .page_title_ctn {
    background: #004167;
}
.single-career .single_port_navigation,
.single-career .port_details_full_slider,
.single-career .post-info{
    display: none;
}
.single-career h4:before {
    font-family: 'lineawesome';
}
.single-career .item_details_info{
    border-bottom: 0 !important;
}
.single-career .section * h4:before {
    font-family: 'lineawesome';
    font-weight: 100;
    font-size: 32px;
    margin-right: 30px;
    margin-left: 5px;
}
.single-career .section ul {
    padding-left: 60px;
    border-left: 2px solid #ececec;
}
.single-career .section li{
    list-style: none !important;
    line-height: 2 !important;
}
/* .single-career .section #desc li:before,
.single-career .section #responsibilities li:before,
.single-career .section #requirements li:before,
.single-career .section #qualifications li:before, */
.single-career .section .required-list li:before
 {
    content: "\f17b";
    font-family: 'lineawesome';
    margin-left: -26px;
    margin-right: 10px;
}
.single-career .port_details_full_information .item_details_info{
    padding-bottom: 0;
}
.single-career .post-title h2{
    font-size: 36px;
    font-weight: 400;
}
#brief h4,
.required-list h4 {
    font-size: 24px;
}
#brief h4 {
    margin-left: 0;
}
#brief h4:before{
    content:"\f14a";
}
#responsibilities h4:before {
    content: "\f13d";
}
#requirements h4:before {
    content: "\f22a";
}
#qualifications h4:before {
    content: "\f296";
}
#skills h4:before{
    content: "\f19a";
}
#others h4:before{
    content: "\f199";
}
#wanted h4{
    color: #fff !important;
}
.single-career #header_container nav ul ul li a:hover {
    color: #3b5d80 !important;
}

/* ================= Career Post(s) Form */
.single-career .rd_si_sc {
    margin-bottom: -10px !important;
}
.single-career .rd_si_medium div {
    margin-right: 0 !important;
    font-size: 40px;
}
.single-career .wpcf7 textarea,
.single-portfolio .wpcf7 textarea,
.wpcf7 input:not(.wpcf7-submit),
.wpcf7 select {
    border-bottom: 1px solid #004167 !important;
}

.single-career .wpcf7 input[type=submit]:hover ,
.single-portfolio .wpcf7 input[type=submit]:hover {
    background: #004167 !important;
}

.single-career .resume input::-webkit-file-upload-button ,
.single-portfolio .resume input::-webkit-file-upload-button {
    visibility: hidden;
    opacity: 0;
}

.single-career label.upload ,
.single-portfolio label.upload {
    width: 230px;
    float: left;
}

.single-career .resume ,
.single-portfolio .resume {
    display: inline-block;
}

.single-career .resume input.wpcf7-form-control.wpcf7-file ,
.single-portfolio .resume input.wpcf7-form-control.wpcf7-file {
    border-bottom: 0 !important;
    padding-left: 150px;
    width: 500px;
}

.single-career .resume input ,
.single-portfolio .resume input {
    line-height: 1.5 !important;
    font-size: 22px !important;
    margin-top: 7px !important;
    margin-left: -230px;
    width: 570px;
}

.single-career #r-contact img ,
.single-portfolio #r-contact img {
    width: 350px;
}
.single-career #r-contact * ,
.single-portfolio #r-contact * {
    color: #2c3e50;
}


.single-portfolio #works-contact,
.single-career #r-contact ,
.single-portfolio #r-contact {
    padding-top: 60px;
}

.single-portfolio #works-contact-social .vc_column_container,
.single-portfolio #social-media-icons .vc_column_container ,
.single-career #social-media-icons .vc_column_container {
    padding: 0 5%;
}

.single-portfolio #works-contact .vc_column_container:nth-of-type(2),
.single-career #r-contact .vc_column_container:nth-of-type(2) ,
.single-portfolio #r-contact .vc_column_container:nth-of-type(2) {
    padding-right: 5%;
}

.single-portfolio #works-contact .vc_column_container:nth-of-type(1),
.single-career #r-contact .vc_column_container:nth-of-type(1) ,
.single-portfolio #r-contact .vc_column_container:nth-of-type(1) {
    padding-bottom: 30px;
    padding-left: 5%;
}

.single-career #r-contact,
.single-portfolio #r-contact,
.single-career #social-media-icons ,
.single-portfolio #social-media-icons {
    margin-bottom: 0;
    background: #dbf0e5;
}

.single-portfolio #works-contact img {
    width: 350px;
}

.single-portfolio #works-contact * {
    color: #ff5c5c;
}

.single-portfolio #works-contact,
.single-portfolio #works-contact-social {
    margin-bottom: 0;
    background: #004167;
}

.single-portfolio #works-contact .wpcf7 input:not([type=submit]),
.single-portfolio #works-contact .wpcf7 textarea {
    border-bottom: 1px solid #ff5c5c !important;
}

.single-portfolio #works-contact .wpcf7-submit:hover {
    background: #ff5c5c !important;
}
.single-portfolio .item_details_entry .portfolio_block figcaption a {
    background: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}
.single-portfolio .item_details_entry a:hover:not(.a2a_button_facebook):hover:not(.a2a_button_twitter):hover:not(.a2a_button_whatsapp):hover:not(.a2a_button_linkedin):hover:not(.ico_link){
    background: #d8dbe2;
    border-bottom: 0px solid rgba(216, 219, 226, 0.3);
    box-shadow: inset 0 -3px 0 rgba(216, 219, 226, 0.3);
}
.single-portfolio .item_details_entry a:not(.a2a_button_facebook):not(.a2a_button_twitter):not(.a2a_button_whatsapp):not(.a2a_button_linkedin):not(.ico_link){
    border-bottom: 0px solid #d8dbe2;
    box-shadow: inset 0 -3px 0 #d8dbe2;
}

/*====== Social Icons */

.single-portfolio .rd_si_sc {
    margin-bottom: -8px !important;
}

.single-portfolio .rd_si_medium {
    float: left;
    width: 100%;
}

.single-portfolio .rd_si_sc>div {
    margin-right: 0 !important;
    zoom: 1.5 !important;
}

.single-portfolio #r-contact .rd_si_medium div a i {
    color: #004167!important;
}

.single-portfolio .rd_si_medium div {
    width: auto!important;
    color: #fff!important;
    font-size: 26px;
}

.single-portfolio #works-contact-social .rd_si_medium div a i {
    color: #ff5c5c !important;
}


/* ================= Tag */

.search header,
.search .shrinked_header,
.search .page_title_ctn ,
.tag header,
.tag .shrinked_header,
.tag .page_title_ctn {
    background: #ff5c5c !important;
}


/* ================= Category */

.category #header_container,
.category .sticky_header,
.category .page_title_ctn {
    background: #FF5C5C;
}

.category .page_title_ctn h1 {
    color: #004167;
    font-weight: bold;
    text-transform: uppercase;
}


/* ================= Single Post(s) */

.single #posts h1, 
.single #posts h2, 
.single #posts h3, 
.single #posts h4, 
.single #posts h5, 
.single #posts h6 {
    color: #2c3e50;
    font-weight: bold;
    margin-top: 28px;
}
.single-post header {
    background-color: #ff5c5c;
}
/* .single-post .page_title_ctn h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
} */
.single-post p{
    margin-bottom: 20px;
}
.single-post #posts {
    padding-top: 60px;
}

.single-post #breadcrumbs .crumbs_delimiter:nth-of-type(2),
.single-post #breadcrumbs i:nth-of-type(2) + span {
    display: none;
}

/* .single-post .post-attachement + .sep_25,
.single-post .post-attachement {
    display: none;
} */
.single-post .share_icons_container {
    margin-bottom: 60px;
}

.pi_comment{
    display: none;  
}
.single .tags_container {
    margin-bottom: 30px;
}
.single .entry ul li,
.single ol li {
    margin-bottom: 10px;
    margin-left: 20px;
    line-height: 1.5;
}

.entry ol > li:before,
.comment ol > li:before,
#fw_c.tf_single_page ol > li:before {
    margin-left: -18px !important;
}

.single header.transparent_header.shrinked_header {
    background: #ff5c5c !important;
}

.single .transparent_header {
    border-bottom: 0 !important;
}

table.hash-table {
    border: 0;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin: 10px 0;
}

table.hash-table td {
    border-bottom: 1px solid #efefef;
}

table.hash-table td,
table.hash-table th {
    padding: 10px;
    border: 0;
    text-align: left;
    font-size: 14px;
}

table.hash-table th {
    font-weight: bold;
    background: #ff5c5c;
    color: #fff;
}
.single-post .entry a:not(.a2a_button_facebook):not(.a2a_button_twitter):not(.a2a_button_whatsapp):not(.a2a_button_linkedin){
    color: #333;
    border-bottom: 0px solid rgba(255, 69, 57, 0.5);
    box-shadow: inset 0 -3px 0 rgba(255, 69, 57, 0.5);
}
.single-post .entry a:hover:not(.a2a_button_facebook):not(.a2a_button_twitter):hover:not(.a2a_button_whatsapp):hover:not(.a2a_button_linkedin){
    background: rgba(255, 69, 57, 0.6);
    box-shadow: inset 0 -3px 0 rgba(255, 69, 57, 0.1);
    border-bottom: 0px solid rgba(255, 69, 57, 0.1);
}
#posts .blog_related_post {
    border-right: 1px solid #efefef;
    min-height: 400px;
    padding: 10px;
}

.blog-cta {
    background-color: #dbf0e5;
    padding: 30px;
}

.blog-cta div input , .blog-cta .wpcf7 textarea{
    background: #fff !important;
}
.blog-cta .wpcf7 input:not(.wpcf7-submit), 
.blog-cta .wpcf7 select {
    height: 32px;
}
.blog-cta .wpcf7 textarea::placeholder,
.blog-cta input::placeholder {
    font-size: 18px;
}

.blog-cta .wpcf7 input:not(.wpcf7-submit) {
    border-bottom: 0 !important;
    height: 40px;
    font-size: 18px;
    padding: 10px;
}

.blog-cta .wpcf7 textarea.wpcf7-textarea{
    border: 0px solid !important;
    font-size: 18px;
}
.blog-cta form p {
    width: 47%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-cta .wpcf7-form input[type=submit] {
    background-color: #2c3e50 !important;
    width: 97%;
    padding: 12px;
    font-size: 19px;
    font-weight: 800;
}
.blog-cta label {
    display: none;
}

.blog-cta label + p {
    width: 96%;
}

@media screen and (max-width: 768px){
    .blog-cta form p {
        width: 96%;
    }
}
/* 
    Digital Trends
*/
.single-digital_trends span.pi_author,
.single-digital_trends .tags_container, 
.single-digital_trends .blog-cta {
    display: none !important;
}
.single-digital_trends header {
    background-color: #fe5c5c;
}

/* 
    Blog related post 
*/
#posts .blog_related_post h2 a {
    font-size: 18px;
    line-height: 1.2;
}
#posts .blog_related_post p {
    font-size: 14px;
    line-height: 1.5;
}
#posts .blog_related_post .entry a {
    border-bottom: 1px solid;
    box-shadow: none;
}
#sidebar #text-10_clone + #text-10.sb_widget {
    z-index: 999;
    background: #FFF;
    margin-top: 45px;
    padding: 10px 0;
}
.single-post .single_post_related_carousel {
    margin-bottom: 40px;
}
#comments h4 {
    font-size: 28px;
    margin-top: 30px;
}

/* ================= Image to Backbone */
.bgbone .wpb_column .vc_column-inner {
    background: transparent;
    transition: background 1s ease;
}

.bgbone .wpb_column:hover .vc_column-inner,
.bgbone .wpb_column:hover .vc_column-inner {
    background: url(../jpg/home-backbone.jpg);
    background-size: 100% 100%;
}

.bgbone .wpb_column:hover .wpb_content_element h3 span {
    background-color: #fff;
    color: #ff5c5c !important;
}
.yuzo_widget_wrap {
    float: none !important;
}
.hashies_rd_s_portfolio_widget .port_tn a:before {
    display:none !important;
}
.hashies_rd_s_portfolio_widget .port_tn:hover a:before {
    opacity:0 !important;
}
.hashies_rd_s_portfolio_widget .port_item_details {
    border: 1px solid #ecf0f1;
    border-top: none;
}
.hashies_rd_s_portfolio_widget .sidebar_f .port_tn {
    width: 100% !important;
    float: left;
    margin: 0px 0 5px 0;
    padding: 0;
    border: none;
}
.hashies_rd_s_portfolio_widget .sidebar_r, .hashies_rd_s_portfolio_widget .sidebar_r_no_margin{
    padding: 0 !important;
}
.hashies_rd_s_portfolio_widget .sidebar_r .port_tn {
    width: 45% !important;
    float: left;
    margin-top: 0px;
    margin-right: 3.5%;
    padding: 0;
    border: none;
}
.hashies_rd_s_portfolio_widget .sidebar_r_no_margin .port_tn {
    width: 45% !important;
    float: left;
    margin: 0px 0 5px 0;
    padding: 0;
    border: none;
}
.h_capabilities {
    display: flex;
    flex-wrap: wrap;
}
.h_capabilities .h_capability {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.h_capabilities .h_capability h3 {
    margin: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.h_capabilities .h_capability h3 a{
    box-shadow: none !important;
}
.h_capabilities .h_capability:nth-child(1) {
    background-color: #004167 !important;
}
.h_capabilities .h_capability:nth-child(2) {
    background-color: #ff5c5c !important;
}
.h_capabilities .h_capability:nth-child(3) {
    background-color: #d8dbe2 !important;
}
.h_capabilities .h_capability:nth-child(4) {
    background-color: #dbf0e5 !important;
}
.h_capabilities .h_capability:nth-child(1) h3 a {
    color: #ff5c5c !important;
}
.h_capabilities .h_capability:nth-child(2) h3 a {
    color: #ffffff !important;
}
.h_capabilities .h_capability:nth-child(3) h3 a {
    color: #ff5a58 !important;
}
.h_capabilities .h_capability:nth-child(4) h3 a {
    color: #004167 !important;
}
.h_capabilities .h_capability:hover {
    background: url(../jpg/home-backbone.jpg);
    background-color: #ffffff !important;
    background-size: 100% 100%;
}
.h_capabilities .h_capability:hover h3 a{
    background-color: transparent !important;
    color: #ff5c5c !important;
}

/* ================= Press Release CSS */
.single-news #header_container {
    background: #ff5c5c;
}
.single-news .nav_type_7.shrinked_header {
    background: #ff5c5c;
}
.single-news p {
    line-height: 1.5;
    margin-bottom: 30px;
}
.single-news .blog-cta{
    padding-top: 30px;
    display:none !important;
}
/* ================= Partners CSS */
.staff_profile {
    width: 30%;
    max-width: 200px;
}
.staff_generated_info {
    width: 60%;
}
.staff_name_position{
    width: 100%;
}

.single-partners .single_staff_social {
    display: none;
}
.single-partners .single_staff_meta{
    margin-top: 0;
}

/* ================= Keyframe Animation */

@keyframes opacityImage {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Animations that goes from left to right or up and down */
@keyframes moveLR{
    0%{left:0%;transform: scaleX(1);}
    49%{transform: scaleX(1);}
    50%{left: 80%; transform: scaleX(-1);}
    99%{transform: scaleX(-1);}
    100%{left:0%; transform: scaleX(1);}
}
@keyframes moveUpDown{
    0%, 100%{top: 0;}
    50%{top: 20px;}
}


/* ================= Responsive */

@media screen and (min-width:768px) {
    .vc_row.vc_row-o-content-middle.mobile-hide,
    .mobile-hide {
        /* Show elements on desktop size */
        display: block !important;
    }
    .vc_row.vc_row-o-content-middle.desktop-hide,
    .desktop-hide {
        /* Hide elements on desktop size */
        display: none !important;
    }
	.single-post #fw_c.fw_single_post {
    max-width: 65%;
    margin: auto;
	}
}
@media screen and (max-width: 1199px){
	header,
    .mt_menu {
        background: #ff5c5c !important;
    }
}
@media screen and (max-width:767px) {
    .vc_row.vc_row-o-content-middle.mobile-hide,
    .mobile-hide {
        display: none !important;
        /* Hide elements on mobile size */
    }
    .vc_row.vc_row-o-content-middle.desktop-hide,
    .desktop-hide {
        /* Show elements on desktop size */
        display: block !important;
    }
    .single-portfolio #works-contact .vc_column_container,
    .single-portfolio #r-contact .vc_column_container {
        padding: 0 5%;
    }
    .page.page-id-9906 figcaption {
        padding: 30px;
    }
    .page.page-id-9906 figcaption h3 {
        font-size: 32px;
    }
    .page.page-id-9906 figcaption .excerpt {
        font-size: 24px;
    }
    .page.page-id-9906 .port_thumb_ctn {
        height: 400px;
    }
    #posts {
        padding-bottom: 0;
    }
    #sidebar {
        padding-top: 0;
    }
    .vc_row.vc_row-o-content-middle.mobile-flip,
    .mobile-flip{
        display: flex !important;
        display: -webkit-flex !important;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
}


/* [Kevin] Single Article Layout */




.single-post p span {
	line-height: 1.75;
	font-size: 100%;
}

#bsf_rt_progress_bar {
	margin-top: 55px;
	opacity: 1.0;
}

.bsf-rt-reading-time {
	font-weight: bold;
	color: #ff5c5c;
	margin-bottom: 25px;
	display: inline-block;
}

.single-post .table_wrapper h1 {
	font-size: 200%;
	line-height: 1.25;
	display: inline-block;
	margin-top: 50px;
}

.single-post h3 strong {
	display: inline-block;
	margin-top: 50px;
}

.single-post strong span {
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 40px;
	line-height: 1.2;
	font-size: 80%;
	font-weight: 500;
}

.single-post .wpb_text_column .wpb_wrapper p {
	line-height: 1.75;
	font-size: 100%;
}

.single-post .page_title_ctn {
	height: 0;
	padding: 0;
}

.tags_container {
	height: 0;
	opacity: 0;
}

/*Blog Post Adjustment*/
/*Editor: HM Andy*/
/* .page_title_ctn h1 {
	max-width: 500px;
}

.post.post_single.vc_row{
	padding-top: 280px !important;
} */