/*
Theme Name: Ideas and Action
Theme URI: http://underscores.me/
Author: ThinkBIT Solutions Phils. Inc.
Author URI: http://thinkbitsolutions.com
Description: ThinkBIT provides Websites, Apps, SEO and Digital Marketing, Event Registration Systems, Inventory Software and other software solutions to businesses.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thinkbit
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ThinkBIT Solutions is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
@font-face {
    font-family: 'MetropolisRegular';
    src: url('fonts/Metropolis-Regular.otf');
}
@font-face {
    font-family: 'MetropolisSemiBold';
    src: url('fonts/Metropolis-SemiBold.otf');
}
@font-face {
    font-family: 'MetropolisBold';
    src: url('fonts/Metropolis-Bold.otf');
}
a, a:hover, a:active, a:active:hover{
	text-decoration:none !important;
}


h3.widget-title {
    color: #0099a9;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    padding: 50px 0;
}

.full-width{
	max-width: 100%;
}


/* home */
.main-header{
	height: 450px;
	background-position: center center;
    position: relative;
    text-align: center;
}
.main-header::before{
	content: '';
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.main-header>div{
	position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.main-header p{
	line-height: 1.8;
    font-size: 18px;
}

.home-news-views .pt-cv-wrapper img{
    width: 100%;
    margin-top: -16px !important;
}

.home-news-views .pt-cv-view .pt-cv-title {
    padding: 20px 20px 10px 20px;
    margin-bottom: 0;
}

.pt-cv-content {
    padding: 0 20px 0px 20px;
    text-align: left;
    color: #7a7a7a;
    font-size: 13px;
    letter-spacing: 0;
}

.home-news-views .pt-cv-view .pt-cv-ifield {
    padding: 15px 0 5px;
}

.home-news-views .pt-cv-view .pt-cv-ifield:hover {
    background-color: #0099a9;
    color: #fff;
}
.home-news-views .pt-cv-view .pt-cv-ifield:hover .pt-cv-content{
    color: #fff;
}

.home-news-views .pt-cv-view h4.pt-cv-title a{
    color: #545454;
    font-size: 20px;
}

.home-news-views .pt-cv-view .pt-cv-ifield:hover a {
    color: #b5e4ee;
}

.home-news-views .pt-cv-wrapper .btn-success {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #3a869d;
    padding: 0;
    font-weight:600;
    margin-top: 25px;
    font-size: 12px;
}

#pg-9-0, #pg-9-1, #pg-9-2{
    margin-left: 0;
    margin-right: 0;
}




.home-research-views .widget-title{
	padding: 50px 0 0 !important;
    margin-bottom: -25px !important;
}
.home-research-views .sow-icon-container{
    width: 100% !important;
	height:300px !important;
	object-fit:cover !important;
	overflow:hidden !important;
}
.home-research-views .sow-icon-container .sow-icon-image{
	width: 100% !important;
    height: 100% !important;
}

.home-research-views h5 {
    color: #545454 !important;
    font-size: 20px !important;
    text-align: left !important;
}
.home-research-views p {
    text-align: left;
    color: #7a7a7a;
    font-size: 13px;
    letter-spacing: 0;
	margin:0;
}
.home-research-views .sow-features-feature .textwidget{
	padding: 10px 20px;
}
.home-research-views .sow-features-feature .textwidget:hover,
.home-research-views .sow-features-feature .textwidget:hover p{
    background-color: #0099a9;
    color: #fff;
}
.home-research-views .sow-features-feature .textwidget:hover a,
.home-research-views .sow-features-feature .textwidget:hover h5{
    color: #b5e4ee !important;
}

.home-research-views .sow-more-text {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #3a869d;
    padding: 0;
    font-weight:600;
    margin-top: 25px;
    font-size: 12px;
}
.home-research-views .sow-more-text a::after{
	content:'';
	font-family:FontAwesome;
}
.box-wrapper{
	border: 1px solid rgba(0,0,0,0.2);
	padding:15px 25px;
}
/***** HOME *****/



.single-research #Content{
	margin-bottom:20px;
}
.single-research .download-link{
    background: #66aec1;
    padding: 10px 30px;
    color: #ffffff;
    max-width: 250px !important;
    display: inherit;
    text-align: center;
    margin: auto;
}







/***** SERVICES *****/

@media (max-width: 767px) {
    .work-tabs span{
        display: none;
    }

    .nav-tabs .nav-item.open .nav-link,
    .nav-tabs .nav-item.open .nav-link:focus,
    .nav-tabs .nav-item.open .nav-link:hover,
    .nav-tabs .nav-link.active, .nav-tabs
    .nav-link.active:focus,
    .nav-tabs .nav-link.active:hover{
        color: #0099a9;
        border-color: transparent;
        border-bottom: 1px solid #c5c5c5;
    }

    .work-tabs li.nav-item.active a.nav-link {
        color: #d03404;
        border: 1px solid #c5c5c5;
        border-bottom: 1px solid transparent;
    }
    #pg-11-0, #pg-11-1, #pg-11-2, #pl-11 .panel-grid-cell .so-panel{
        margin-bottom: 0;
    }
    .services-xs strong{
        color: #3a879b;
        font-size: 18px;
    }
}
@media (max-width: 767px){
    #pl-11 .panel-grid, #pl-11 .panel-grid-cell {
        margin: 0;
    }
}
.work-tabs .textwidget{
    font-size: 14px;
    color: #8c8c8c;
}
.work-tabs h3.widget-title{
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .work-tabs h3.widget-title{
        padding: 50px 0 5px 0;
    }

    .work-tabs .textwidget {
        text-align: center;
        letter-spacing: 1px;
        font-size: 15px;
        color: #8c8c8c;
    }

    .work-tabs .textwidget hr {
        border-top: 3px solid #c5c4c9;
        width: 50px;
        padding: 0;
        margin: 0 auto;
        margin-top: 15px;
    }

    .work-tabs ul.nav-tabs {
        width: 25%;
        float: left;
        border-bottom: 0;
        margin-right: -2.8px;
    }

    .work-tabs .nav-tabs .nav-item {
        width: 100%;
        margin-bottom: 1px;
    }

    .work-tabs .nav-tabs .nav-link {
        border-radius: 0;
    }

    .work-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:active {
        border: 1px solid #c5c5c5;
        border-right-color: #fff;
    }

    .work-tabs .nav>li>a:focus, .work-tabs .nav>li>a:hover {
        background-color: transparent;
        color: #d03404;
    }

    .work-tabs .pt-tabs__content.tab-content {
        width: 75%;
        float: left;
        border: 1px solid #c5c5c5;
        padding: 25px 25px;
        max-height: 250px;
        overflow-y: auto;
        min-height: 250px;
        overflow-x: hidden;
    }

    .work-tabs .pt-tabs__content.tab-content .textwidget {
        text-align: left;
        font-family: 'Roboto', sans-serif;
        color: #474747;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 1.6;
    }

    .work-tabs a.nav-link {
        color: #39869a;
        font-weight: bold;
        padding: 15px;
    }
    .work-tabs a.nav-link span{
        font-weight: normal;
    }

    .work-tabs i.fa {
        width: 25px;
        font-size: 18px;
    }

    .nav-tabs .nav-item.open .nav-link,
    .nav-tabs .nav-item.open .nav-link:focus,
    .nav-tabs .nav-item.open .nav-link:hover,
    .nav-tabs .nav-link.active, .nav-tabs
    .nav-link.active:focus,
    .nav-tabs .nav-link.active:hover{
        color: #39869a;
        border-color: transparent;
        border-right: 1px solid #c5c5c5;
    }

    .work-tabs li.nav-item.active a.nav-link {
        color: #d03404;
        border: 1px solid #c5c5c5;
        border-right: 1px solid transparent;
    }
}

@media (max-width: 768px) {
    .work-tabs .pt-tabs__content.tab-content {
        min-height: 300px;
    }
}
#pg-11-0, #pg-11-1, #pg-11-2, #pg-11-3, #pg-11-4{
    margin-left: 0;
    margin-right: 0;
}




.our-services p{
	font-family: 'Roboto', sans-serif;
    color: #797979;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
}
.our-services .sow-icon-image{
	border-radius: 100%;
    background-size: cover !important;
}
.our-services .sow-more-text{
	background-color: transparent !important;
    border-color: transparent !important;
    color: #3a869d;
    padding: 0;
    font-weight: 600;
    margin-top: 25px;
    font-size: 12px;
}
.our-services .sow-more-text a{
    font-weight: 600 !important;
}
.our-services .sow-more-text a::after {
    content: "\f0da";
    font-family: FontAwesome;
}
.our-services .sow-features-list{
	padding:0;
}

/*inner*/
.service-header{
    position: relative;
    height: 150px;
    text-align: center;
}
.service-header::before{
	content: '';
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.service-header>div{
	position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
@media (min-width: 781px) {
	.service-content{
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(196,196,196,0.48503151260504207) 50%);
	}
}
.service-content .ow-button-hover{
    font-weight: 600 !important;
}
@media (max-width: 780px) {
	.service-content .service-list{
		background:rgba(196,196,196,0.48503151260504207);
		padding:20px;
	}
}
.service-list h3.widget-title{
	padding: 0;
    text-align: left;
    color: #3e95ae;
    font-weight: 600;
    text-transform: none;
    font-size: 22px;
}
/*inner*/
/***** SERVICES *****/










/***** TEAM *****/
.team .widget_cl-popup {
    margin-bottom: 0 !important;
}
.team .widget_text {
    text-align: center;
    padding-bottom: 20px;
}

.team .widget_text h3.widget-title {
    font-size: 16px;
    padding: 20px 0 10px 0;
    margin-bottom: 0;
}
#pl-11 .panel-grid-cell .so-panel:last-child{
    margin-bottom: 20px;
}
.cl-popup-box.size_l .cl-popup-box-content {
    background-color: #f5f9fa !important;
}

.cl-popup-box.size_l .cl-popup-box-content p.name {
    color: #3a869b;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

.cl-popup-box.size_l .cl-popup-box-content span.position {
    color: #3a869b;
    font-size: 16px;
    font-weight: normal;
}

.cl-popup-box.size_l .cl-popup-box-content .description {
    line-height: 1.5;
}

@media (min-width: 1200px) {
	.cl-popup-trigger img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 600px) {
    .cl-popup-trigger img{
        width: 100%;
        height: auto;
    }
}
.cl-popup.align_left{
    text-align: left;
    position: relative;
}

.cl-popup.align_left a {
    display: block;
    height: 300px;
	text-align:center;
}
@media (min-width: 1200px) {
	.member {
		z-index: -1;
		margin-top: -105px;
	}
}
/***** TEAM *****/





/***** OUR CLIENTS *****/
.sow-features-feature h5 {
    font-weight: 700;
    font-size: 18px;
    padding: 0;
}

.features p,
.features .textwidget{
    font-family: 'Roboto', sans-serif;
    color: #797979;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
}
.features p.sow-more-text{
	background-color: transparent !important;
    border-color: transparent !important;
    color: #3a869d;
    padding: 0;
    font-weight: 600;
    margin-top: 25px;
    font-size: 12px;
}
.features p.sow-more-text a{
	font-weight:600 !important;
}
.features p.sow-more-text a::after {
    content: "\f0da";
    font-family: FontAwesome;
}
@media (max-width: 1199px){
	.features .sow-features-feature{
		width:50% !important;
		margin-bottom:30px !important;
		padding: 0 25px !important;
	}
}
@media (max-width: 600px){
	.features .sow-features-feature{
		width:100% !important;
		padding: 0 15px !important;
	}
}
.features #pgc-13-2-0, .features #pgc-11-2-0, .features #pgc-11-3-0 {
    border-right: 1px solid #ebebeb;
}
#pg-11-2{
    margin-bottom:0 !important;
}

.features #pgc-13-3-1 {
    border-left: 1px solid #ebebeb;
}
.sow-features-list{
    padding-top: 20px;
}

@media (max-width: 768px){
    .page-id-13 .panel-row-style-containerfeatures.container.features.panel-row-style,
    #pg-11-2 .panel-row-style-containerfeatures.container.features.panel-row-style{
        border-bottom: none !important;
    }

.features #pgc-13-2-0, .features #pgc-11-2-0, .features #pgc-11-3-0 {
    border-right: none !important;
}
}

@media (max-width: 767px){
    #pg-13-2 > .panel-row-style{
        padding: 0 !important;
    }
    .features #pgc-13-3-1 {
        border-left: none;
    }
    #pg-13-2 > div {
        border-bottom: none !important;
    }
    .sow-features-list{
        margin:0;
        padding-bottom: 30px;
    }
}
#pg-13-0, #pg-13-1, #pg-13-2, #pg-13-3, #pg-13-4, #pg-13-5{
    margin-left: 0;
    margin-right: 0;    
}

.so-widget-sow-image-default-1c389ca87c1a .sow-image-container .so-widget-image{
    padding: 20px;
}

/*inner*/
.client-content{
	padding-bottom:30px;
}
.client-content .ow-button-hover {
	font-weight: 600 !important;
}
/*inner*/
@media (max-width: 600px){
	.clients-logo-wrapper img{
		max-width: 200px !important;
	}
}
/***** OUR CLIENTS *****/





/***** TESTIMONIALS *****/
.testimonials .item-content-wrapper {
    background-color: #76b3c5;
    color: #fff;
    padding: 20px;
}

.testimonials .owl-carousel .owl-item img {
    border: 5px solid #e4e4e4;
    width: 40%;
    float: left;
    margin-top: -25px;
    margin-left: 20px;
    width: 100px;
    border-radius: 50%;
    background: #fff;
}




.testimonials h4.author-bio{
    color: #3a869b !important;
    position: absolute !important;
    margin-left: 120px !important;
    margin-top: 53px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    font-family: 'Roboto', sans-serif !important;
    text-align: left !important;
}

.testimonials span.author-name {
    width: 64%;
    float: left;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    color: #3a869b;
    font-weight:bold;
}

.testimonials .tss-wrapper .tss-carousel1 .item-content-wrapper .item-content {
    font-style: normal;
    padding-top: 15px;
    padding-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}

.testimonials .tss-wrapper .tss-carousel1 .profile-img-wrapper {
    width: 100%;
    margin-top: -10px;
    height: 140px;
}
@media (max-width: 780px){
    #pl-13 .panel-grid, #pl-13 .panel-grid-cell {
        margin: 0;
    }
}
/***** TESTIMONIALS *****/





/***** NEWS AND VIEWS *****/
.news .pt-cv-wrapper img{
    width: 100%;
    margin-top: -16px !important;
	padding-right: 0;
	object-fit: cover;
    height: 200px;
}

.news .pt-cv-view .pt-cv-title {
    padding: 20px 20px 10px 20px;
    margin-bottom: 0;
    text-align: left;
    font-size: 20px;
}

.news .pt-cv-view .pt-cv-ifield {
    padding: 15px 0 5px;
}

.news .pt-cv-view .pt-cv-ifield:hover {
    background-color: #449ab3;
    color: #fff;
}

.news .pt-cv-view h4.pt-cv-title a{
    color: #545454;
}
.news .pt-cv-view .pt-cv-ifield:hover .pt-cv-content{
    color: #fff;
}
.news .pt-cv-view .pt-cv-ifield:hover a {
    color: #b5e4ee;
}

.news .pt-cv-wrapper .btn-success {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #3a869d;
    padding: 0;
    font-weight: 600;
    margin-top: 25px;
    font-size: 12px;
}


.news-post h1.entry-title {
    font-weight: bold;
    /*margin-bottom: 50px;*/
}

.news-post .entry-meta {
    margin-bottom:20px;
}

.news-post {
    line-height: 1.5;
    padding-top: 20px;
}
.news-post img{
	width: 300px;
    float: left;
    padding-right: 20px;
}
@media (max-width: 1024px) {
	.news-post img {
		width:45%;
		padding-bottom:20px;
	}
}
@media (max-width: 600px) {
	.news-post img {
		width:100%;
		padding-right: 0;
		padding-bottom:20px;
	}
}



.news-post .cl-popup{
	width:100%;
}
.news-post .cl-popup a{
	height: auto !important;
    max-width: 200px !important;
    margin: auto;
    background: #4399b1;
    color: #ffffff !important;
}
.register-to-download .btn{ /* .ebd_results, .ebd_results a */
	background: #4399b1;
    border: none;
    padding: 10px 25px;
    color: #ffffff;
    width: 100%;
    margin-top: 10px;
	text-align: center;
}


.addtoany_share_save_container {
    border-top: 1px solid #ebebeb;
    text-align: center;
    padding-top:20px;
}
@media (max-width: 780px){
    #pl-15 .panel-grid, #pl-15 .panel-grid-cell {
        margin: 0;
    }
}

@media (max-width: 767px){
    .comment-box{
        margin-bottom: -50px;
    }
}
.comment-box label{
    display: none;
}
.comment-box textarea, .comment-box textarea:focus{
    width: 100%;
    height: 240px;
    resize: none;
    border: 1px solid #e3e3e3;
    outline: none;
    padding: 10px;
}
.comment-box input#submit{
    width: 100%;
    background: #3a879b;
    border: none;
    color: #fff;
    padding: 11px;
}
.comment-wrap{
    border-left: 1px solid #e3e3e3;
    margin-bottom: 50px;
}
.comment-wrap >.content{
    max-height: 450px;
    overflow-y: scroll;
    border: 1px solid #e3e3e3;
    margin-top: 87px;
}
.comment-wrap >.content{
    color: #767676;
}
.comment-wrap >.content a{
    color: #000;
    font-weight: 600;
}
.comment-wrap >.content .comment-metadata a{
    font-weight: normal;
    font-size: 13px;
    color: #767676;
}
.comment-wrap .reply{
    display: none;
}
@media (max-width: 768px){
    .comment-wrap{
        border-left: none;
    }
}

.comment-list{
    padding:30px;
}
.comment-list li{
    list-style: none;
    padding-bottom: 20px;
}
.comment-author.vcard img {
    margin-bottom: 0;
}


#pg-15-0, #pg-15-1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.single-post footer.site-footer{
    margin-top: 50px;
}

.comment-notes{
    font-size: 13px;
    color: #969696;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input{
    width: 100%;
    padding: 5px 8px;
    font-size: 14px;
    border: 1px solid #e3e3e3;    
}
/***** NEWS AND VIEWS *****/






/***** CONTACT *****/

.contactus input, .contactus select, .contactus textarea {
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 20px;
    outline: none;
}
.contactus textarea{
    height: 250px;
    resize: none;
}
.contactus .btn-default {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #3a879b;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    border-color: #3a879b;
    margin-bottom: 20px;
    padding: 8px 120px;
}

.contactus .btn-default:hover, .contactus .btn-default:active, .contactus .btn-default:focus, .contactus .btn-default:active:focus{
    background-color: #2e7d92;
    color: #fff;
}
@media (max-width: 767px) {
    .contactus .btn-default{
        padding: 8px;
        width: 100%;
        font-size: 15px;
    }
}

#pg-17-0, #pg-17-1{
    margin-left: 0 !important;
    margin-right: 0 !important;}
/***** CONTACT *****/




/***** NAVBAR *****/
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
        margin-bottom: 10px;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media (max-width: 1200px) {
    .navbar-default{
        padding-bottom: 10px;
    }
    .navbar-brand>img{
        width: 100px;
    }
}
/***** NAVBAR *****/





/***** FOOTER *****/
footer{
    font-family: 'Roboto', sans-serif;
}
footer.site-footer {
    background-image: url('img/footer.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 50px 0 10px 0;
    line-height: 2;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

footer h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    footer h4 {
        margin-bottom: 5px;
        margin-top: 50px;
    }
}
footer img {
    margin-bottom: 45px;
}
footer .fa{
    margin-right: 10px;
}
.about {
    font-weight: 300;
    font-size: 14px;
}
.about p{
    padding-bottom: 15px;
}
.about .fa-stack{
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 19px;
}
.about a .fa-stack-1x{
    font-size: 19px !important;
}

.copyright{
    margin: 60px auto 10px;
}
@media (max-width: 780px){
    #pl-17 .panel-grid, #pl-17 .panel-grid-cell {
        margin: 0;
    }
}
/***** FOOTER *****/






.nav-tabs .nav-item+.nav-item {
    margin-left: 0;
}





/***** LOGIN *****/
#post-19 {
    width: 500px;
    margin: auto;
}
@media (max-width: 767px) {
    #post-19 {
        width: 100%;
    }
}

#post-19 p.title{
    text-align: center;
    font-size: 30px;
    color: #3a879b;
    margin: 50px auto 15px;
    font-weight: bold;
}
#post-19 input#wppb-submit {
    width: 100%;
    padding: 15px 10px;
    text-transform: uppercase;
    background: #3a879b;
    color: #fff;
    border: none;
}
#post-19 input#rememberme {
    width: 20px;
}
.wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label{
    width: 100%;
    display: block;
}
.wppb-form-field input, .wppb-form-field input[type="text"],
.wppb-form-field input[type="number"], .wppb-form-field input[type="email"],
.wppb-form-field input[type="url"], .wppb-form-field input[type="password"],
.wppb-form-field input[type="search"], .wppb-form-field select,
.wppb-form-field textarea, .wppb-checkboxes, .wppb-radios,
#wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input{
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 0;
}
/***** LOGIN *****/



/***** CLIENT ACCESS *****/
.cloudwok-embed a{
    /*display: none;*/
}
.cloudwok-embed .dropzone{
    background: #fff !important;
    color: #3a879b !important;
    border: dashed 2px #e3e3e3 !important;
    margin-bottom: 30px !important;
}
/***** CLIENT ACCESS *****/






/***** THANK YOU *****/
#thankyou{
    padding: 60px 0 50px;
}
#thankyou h2{
    color: #3a879b;
    font-size: 80px;
    font-weight: bolder;
    text-transform: uppercase;
}
#thankyou h4{
    color: #797979;
    font-weight: 500;
    font-size: 30px;
}
#thankyou a.ow-button-hover{
    background: #3a879b !important;
    border: none !important;
    border-radius: 0 !important;
}
#thankyou a.ow-button-hover:hover{
    background: #2e798d !important;
    text-decoration: none;
}

@media (max-width: 767px) {
    #thankyou h2{
        font-size: 35px;
    }
    #thankyou h4{
        font-size: 18px;
    }
}
/***** THANK YOU *****/






/***** ERROR 404 *****/
.error-404{
    padding: 60px 0 50px;
    color: #7a7a7a;
}
.error-404 p{
    font-size: 14px;
    margin-bottom: 50px;
}
.error-404 h2{
    color: #3a879b;
    font-size: 180px;
    font-weight: bolder;
}
.error-404 span.screen-reader-text{
    display: none;
}
.error-404 input.search-field {
    width: 250px;
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
    margin-right: -4px;
}
.error-404 input.search-submit {
    padding: 6px 15px;
    border: none;
    background: #3a879b;
    color: #fff;
}
.error-404 .page-header{
    border-bottom: none;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .error-404 p, .error-404 h1, .error-404 h2, form{
        text-align: center;
    }
}
@media (max-width: 767px) {
    .error-404 h1{
        font-size: 20px;
    }
    .error-404 h2{
        font-size: 120px;
    }
    .error-404 form > label, .error-404 input.search-field, .error-404 input.search-submit{
        width: 100%;
        display: block;
    }
}
/***** ERROR 404 *****/


a.a2a_dd.addtoany_share_save {
  display: none;
}

.search-results{
    padding: 30px 0 60px;
}
.search-results h1.entry-title a{
    color: #3a879b;
}

.entry-content{
    margin-bottom:0 !important;
    /*padding-bottom: 50px;*/
}

.home-research .description {
	padding: 10px 20px;
}

.home-research h4 {
    color: #545454;
    font-size: 20px;
}

.register-to-download .form-control {
	height: auto;
}

.register-to-download select {
	height: 34px !important;
}

/* strike form */

.strike-form {
	 margin-top: 15px;
}

.strike-form .form-control {
	border-radius: 0;
    padding: 10px;
    height: auto;
}

.strike-form span.wpcf7-list-item {
	margin: 0 0 15px 0;
}

.strike-form span.wpcf7-list-item label {
	    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

.strike-form .btn-primary {
	    font-size: 1em;
    padding: 1em 2em;
    background: #3a879b;
    color: #ffffff !important;
    border: 1px solid #3a879b;
    border-width: 1px 0;
	border-radius: 0em;
	width: 100%;
}

/* strike research page */

.postid-799 h1.entry-title {
	color: #0099a9;
}

.postid-799 .news-post .entry-meta {
	display: none;
}

.strike-video iframe {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	text-align: center;
}


@media (max-width: 414px) {
	.strike-video iframe {
		height: 200px;
	}
}
	
body.archive #secondary.widget-area{
	display: none !important;
}

/* SO Carousel Widget Post Headings */
.panel-grid-cell .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
	font-size: 30;
	text-align: left;
}

.panel-grid-cell .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item a:hover {
  background-color: #0099a9;
	color: #ffffff;
}

.panel-grid-cell .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a span.overlay {
  background: transparent;
}

/* Research Posts */

.research-posts img.pt-cv-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding-right: 0;
}

.research-posts .pt-cv-view .pt-cv-title {
    padding: 20px 20px 10px 20px;
    margin-bottom: 0;
    text-align: left;
    font-size: 20px;
}

.research-posts .pt-cv-view .pt-cv-ifield:hover {
    background-color: #449ab3;
    color: #fff;
}

.research-posts .pt-cv-view h4.pt-cv-title a{
    color: #545454;
}
.research-posts .pt-cv-view .pt-cv-ifield:hover .pt-cv-content{
    color: #fff;
}
.research-posts .pt-cv-view .pt-cv-ifield:hover a {
    color: #b5e4ee;
}

.research-posts .pt-cv-wrapper .btn-success {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #3a869d;
    padding: 0;
    font-weight: 600;
    margin-top: 25px;
    font-size: 12px;
}