/*
Theme Name: Gitcommits Child Theme
description: Gutenwp child theme
Author: CreedAlly
Author URI: https://creedally.com/
Template: gutenwp
Version: 1.0.0
Text Domain: gutenwp-child
*/

@font-face {
    font-family: 'CocogooseClassicTrial';
    src: url('fonts/Cocogoose-Classic-Medium-trial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CocogooseClassicTrialExBold';
    src: url('fonts/CocogooseClassicTrial-ExtraBold.eot');
    src: url('fonts/CocogooseClassicTrial-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/CocogooseClassicTrial-ExtraBold.woff2') format('woff2'),
    url('fonts/CocogooseClassicTrial-ExtraBold.woff') format('woff'),
    url('fonts/CocogooseClassicTrial-ExtraBold.ttf') format('truetype'),
    url('fonts/CocogooseClassicTrial-ExtraBold.svg#CocogooseClassicTrial-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Bold.woff2') format('woff2'),
    url('fonts/Roboto-Bold.woff') format('woff'),
    url('fonts/Roboto-Bold.ttf') format('truetype'),
    url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.eot');
    src: url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Black.woff2') format('woff2'),
    url('fonts/Roboto-Black.woff') format('woff'),
    url('fonts/Roboto-Black.ttf') format('truetype'),
    url('fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Light.woff2') format('woff2'),
    url('fonts/Roboto-Light.woff') format('woff'),
    url('fonts/Roboto-Light.ttf') format('truetype'),
    url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Medium.woff2') format('woff2'),
    url('fonts/Roboto-Medium.woff') format('woff'),
    url('fonts/Roboto-Medium.ttf') format('truetype'),
    url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Regular.woff2') format('woff2'),
    url('fonts/Roboto-Regular.woff') format('woff'),
    url('fonts/Roboto-Regular.ttf') format('truetype'),
    url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Thin.eot');
    src: url('fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Thin.woff2') format('woff2'),
    url('fonts/Roboto-Thin.woff') format('woff'),
    url('fonts/Roboto-Thin.ttf') format('truetype'),
    url('fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Roboto', serif;
}

strong {
    font-weight: 500;
}
.site-header {
    box-shadow: none;
}

#main-menu, #mobile-menu ul li a {
    font-family: 'CocogooseClassicTrialExBold', serif;
    color: #00427a;
}
.orange-text {
    color: #ef7d00;
}
.skyblue-text {
    color: #459eed;
}

.page-id-10  #page{
    background: url(images/shape.png) no-repeat;
    background-position: top right;
}
.site-header {
    background: transparent;
}

.header-cd-btn, .header-pp-btn {
    max-width: 100px;
}
.header-pp-btn a {
    background: #fff;
    border-radius: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.vertical-line-bg {
    background: url("images/line.png");
    width: 1px;
    height: 100px;
    margin-left: 70px;
}

.intro-section {
    padding: 20px 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.intro-text {
    font-family: 'CocogooseClassicTrialExBold', serif;
    font-size: 38px;
    line-height: 40px;
}

.intro-subheading {
    font-family: 'Roboto', serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}
.drop-bullet-points ul {
    margin: 0;
    padding: 0;
}
.drop-bullet-points ul li{
    display: flex;
    background: rgb(239,245,254);
    padding: 20px 10px;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Roboto', serif;
    color: #444648;
    font-weight: 500;
}
.drop-bullet-points ul li strong{
    font-weight: 900;
}
.left-number-text{
    font-family: 'Roboto', serif;
    font-weight: bold;
    color: #8aaee0;
    font-size: 40px;
    padding: 0px 10px;
    line-height: 42px;
}
.drop-bullet-points ul li.highlighted{
    background: rgb(219,236,255);
    transform: scale(1.1);
    border-radius: 10px;
}
.drop-bullet-points ul li.highlighted .left-number-text {
    margin-left: 22px;
}
.drop-bullet-points ul li:first-child {
    border-radius: 10px 10px 0 0;
}
.drop-bullet-points ul li:last-child {
    border-radius: 0 010px 10px;
}
.section-1-robot-bg {
    background: url('images/robot-section-1.png') no-repeat;
    background-position: bottom right -32px;
    padding-right: 250px;
    padding-bottom: 100px;
}
.intro-section .container{
    position: relative;
}
.intro-section .container:before{
    content: ' ';
    height: 100%;
    background: url(images/city-img-left.png) no-repeat right bottom;
    display: block;
    position: absolute;
    bottom: 0px;
    width: 300px;
    left: -292px;
}
.intro-section .container:after{
    content: '';
    height: 100%;
    background: url(images/city-img-right.png) no-repeat right bottom;
    display: block;
    position: absolute;
    bottom: 0px;
    width: 300px;
    right: -279px;
}

.sky-blue-light-bg {
    background: rgb(239,246,254);
}

.get-works-completed .container > div{
    padding: 10px;
    color: #7ab0e0;
    text-align: center;
    border-radius: 10px;
}
.get-works-completed h1 {
    font-family: 'CocogooseClassicTrialExBold', serif;
    font-size: 37px;
    line-height: 37px;
    margin-bottom: 0px;
    margin-top: 9px;
}
.find-out-everything {
    padding: 50px 0;
    max-width: 900px !important;
}
.find-out-everything .box-shadow {
    padding: 43px !important;
}
.find-out-everything .box-shadow h3{
    color: #1a2b4c;
    font-size: 40px;
    font-family: 'CocogooseClassicTrialExBold', serif;
    line-height: 40px;
}
.find-out-everything .box-shadow p{
    font-size: 19px;
    font-family: 'Roboto', serif;
    font-weight: 500;
    color: #2e2e2e;
}
.box-shadow {
    box-shadow: 2px 3px 7px #ccc;
    border-radius: 15px;
}

.feature-benefits-bg {
    background: url(images/shape-bg.png) no-repeat top;
    background-size: inherit;
    padding-bottom: 100px;
}
.robot-section img {
    margin-left: 180px;
}

.features-benefit-heading{
    max-width: 1200px;
    margin: 0 auto;
    font-size: 40px;
    font-family: 'CocogooseClassicTrialExBold', serif;
}
.circle-icons {
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    padding: 28px;
    margin-bottom: 20px;
}

.circle-icons img{max-width: 50px}

.features-icons .sub-text {
    font-size: 16px;
    font-family: 'CocogooseClassicTrialExBold', serif;
}

.free-product-owner-orange {
    background: #ef7d00;
    border-radius: 10px;
    display: inline-flex;
}
.free-for-product-owner {
    background: url(images/robot-3.png) no-repeat;
    padding-left: 200px;
    background-size: auto 250px;
    padding-bottom: 120px;
    padding-top: 45px;
    max-width: 800px;
    margin: 50px auto;
}

.blue-chat-bg {
    background: #00427A;
    color: #fff;
    padding: 13px 21px;
    border-radius: 10px;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    font-family: 'CocogooseClassicTrialExBold', serif;
}
.blue-chat-bg span {
    font-size: 40px;
    line-height: 40px;
    color: #ef7d00;
}
.blue-chat-bg:before{
    content: '';
    background: url(images/left-chat-border.png);
    position: absolute;
    top: 30%;
    width: 30px;
    height: 30px;
    left: -30px;
}
.mid-text-only-pay{
    padding: 20px 30px;
    color: #fff;
    font-family: 'Roboto', serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
}
.zero-percent-fee {
    margin-left: auto;
    background: #00427a;
    border-radius: 50%;
    padding: 19px 18px;
    margin-right: -50px;
    transform: rotate(
            40deg
    );
    text-align: center;
    font-family: 'Roboto', serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 28px;
    color: #ef7d00;
}
.zero-percent-fee span{
    font-family: 'CocogooseClassicTrialExBold', serif;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
}

.crowdfunding-section {
    background: url(images/shape-bg-op.png) no-repeat top;
    background-size: inherit;
}
h3 {
    font-family: 'CocogooseClassicTrialExBold', serif;
    color: #1a2b4c;
}
.blue-bg-box-with-number {
    background: #00427a;
    margin-bottom: 50px;
    border-radius: 17px;
    padding: 20px;
    display: flex;
    color: #fff;
}
.blue-bg-box-with-number.orange-bg {
    background: #ef7d00;
}
.box-number {
    margin-left: -40px;
    align-items: center;
    display: flex;
    margin-right: 20px;
}

.numbered-text {
    display: inline;
    background: #fff;
    color: #00427A;
    padding: 8px 19px;
    border-radius: 50%;
    border: 2px solid #ef7d00;
    font-family: 'Roboto', serif;
    font-weight: 500;
    font-size: 25px;
}
.blue-bg-box-with-number.orange-bg .numbered-text{
    border-color:#00427A;
}
.box-text {
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 500;
}
.robot-4-bg {
    background: url(images/robot-4.png) no-repeat 20px center;
    padding-left: 30%;
    background-size: auto 80%;
}

.drop-bullet-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.drop-bullet-list>li {
    background: url(images/drop.png) no-repeat left 8px;
    padding-left: 20px;
    color: #2e2e2e;
}

.drop-bullet-list li ul {
    list-style: none;
}

.fee-pricing-section .drop-bullet-list>li, .crowdmarketing-section .drop-bullet-list>li{
    font-weight: 500;
}

.calculate-funding {
    background: #fff;
    padding: 20px;
}
.calculate-funding .heading {
    font-size: 28px;
    text-align: center;
    border-bottom: 1px solid #00427A;
    margin-bottom: 20px;
    font-family: 'CocogooseClassicTrialExBold', serif;
}

.paypal-partner-row {
    padding: 100px 50px;
}

.paypal-partner-row h2 {
    font-family: 'CocogooseClassicTrialExBold', serif;
    color: #1a2b4c;
}

.paypal-partner-row p {
    color: #2e2e2e;
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 500;
}

.paypal-partner-row .align-robot-5 {
    order: 2;
}

.paypal-logos-aligned {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}
.paypal-logos-aligned img {
    height: 40px;
}

.pp-certified-img {
    margin-left: 30px;
    height: 60px;
    order: 2;
}

.aligned-btns {
    display: flex;
}
.aligned-btns a {
    margin-bottom: 20px;
    min-width: 200px;
    text-align: left;
}

.robot-5-image{
    max-width: 180px;
}

.crowdmarketing-section {
    background: url(images/shape-bg.png) no-repeat;
    background-size: inherit;
    padding-bottom: 120px;
    padding-top: 111px;
    background-position: right calc(10%);
}

.crowdmarketing-section>.container {
    border-bottom: 2px dashed rgb(123,158,189);
    margin-bottom: 50px;
}
.brand-comparison {
    margin-bottom: -90px;
    margin-top: -90px;
}
.brand-comparison .box-shadow{
    padding: 40px;
    background: #fff;
}
.compare-images {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.related-articles{
    background: #eef8fe;
    padding: 130px 0 0 0;
}
.related-articles-heading{
    font-family: 'Roboto', serif;
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 900;
}
.related-articles>.container{
    border-bottom: 2px dashed rgb(123,158,189);
    padding-bottom: 40px;
}

.related-articles ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.related-articles ul li {
    float:left;
    background: #fff;
    padding: 10px;
    border-radius:10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #5d5d5d;
    font-family: 'Roboto', serif;
    font-weight: 500;
    font-size: 15px;
}

.footer-widgets {
    background: #eef8fe;
    padding: 55px 0 25px;
}
#footer {
    background: #eef8fe;
    padding:0;
}
.footer-copyright {
    border-top: 2px dashed rgb(123,158,189);
    padding: 20px 0;
}
.footer-copyright span{
    color: #7c7c7c;
    font-size: 15px;
    font-family: 'Roboto', serif;
    font-weight: 500;
}
.bottom .menu-quick-menu-1-container ul li a, .bottom .menu-quick-menu-2-container ul li a {
    line-height: 32px;
    color: #7c7c7c;
    font-size: 15px;
    font-family: 'Roboto', serif;
    font-weight: 500;
}
.menu-quick-menu-1-container ul li, .menu-quick-menu-2-container ul li{
    margin-bottom:0px;
}

.bottom .widget-title, .bottom-widget .widget h2{
    font-family: 'Roboto', serif;
    font-weight: 900;
    color: #ef7d00;
    font-size: 16px;
    margin-bottom: 10px;
}

.bottom .widget_text{
    font-family: 'Roboto', serif;
    font-weight: 500;
    color: #7c7c7c;
    font-size: 16px;
}



.btn{
    border-radius: 10px;
    font-size: 19px;
    font-family: 'CocogooseClassicTrialExBold', serif;
    padding: 9px 25px 5px 25px;
}
.btn-blue {
    background: #00427A;
    border-color: #00427A;
    color: #fff !important;
}
.btn-orange {
    background: #ef7d00;
    border-color: #ef7d00;
    color: #fff !important;
}
.btn-orange.arrow-right {
    background: url(images/arrow.png) #ef7d00 no-repeat calc(100% - 10px) calc(50% + 1px);
    padding-right: 37px;
}
.btn-blue.arrow-right {
    background: url(images/arrow-orange.png) #00427A no-repeat calc(100% - 10px) calc(50% + 1px);
    padding-right: 37px;
}

.paypal-logo-bottom {
    align-items: flex-end;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 48px;
}

.contact-form-holder .wpforms-form .wpforms-field {
    padding: 0!important;
    margin-bottom: 5px;
}
.contact-form-holder .wpforms-form .wpforms-field input[type=text],
.contact-form-holder .wpforms-form .wpforms-field input[type=email],
.contact-form-holder .wpforms-form .wpforms-field textarea {
    width: 100%;
    max-width: 100%;
    border: 0;
}

.wpforms-submit {
    background: #ef7d00 !important;
    border-color: #ef7d00 !important;
    color: #fff !important;
    border-radius: 10px !important;
    min-width: 100px;
    text-align: left;
    line-height: 10px;
    padding-top: 14px !important;
}
.wpforms-submit.arrow-right {
    background: url(images/arrow.png) #ef7d00 no-repeat calc(100% - 10px) calc(50% + 1px) !important;
    padding-right: 37px !important;
}
@media screen and (max-width: 768px) {
    .page-id-10 #page {
        background-size: contain;
    }
    .drop-bullet-points{
        transform: scale(0.9);
        padding-right: 130px;
    }
    .drop-bullet-points ul li.highlighted .left-number-text {
        margin-left: 10px;
    }
    .section-1-robot-bg {
        background-position: bottom right -114px;
        padding-right: 0;
    }
    .intro-section .container:before, .intro-section .container:after {
        display: none;
    }
    .robot-section {
        margin-bottom: 100px;
    }
    .feature-benefits-bg {
        background-size: auto;
        background-position: 14% 108px;
    }
    .robot-section img {
        margin-left: 52px;
        max-width: 200px;
    }
    .features-benefit-heading{
        text-align: center;
    }
    .features-icons>div {
        margin-bottom: 35px;
    }

    .free-for-product-owner {
        background: none;
        padding-left: 0;
        text-align: center;
        position: relative;
    }
    .free-for-product-owner:after{
        content: ' ';
        background: url(images/robot-3.png) no-repeat;
        position: absolute;
        bottom: -90px;
        padding-bottom: 0px;
        padding-top: 0px;
        left: -36px;
        width: 400px;
        height: 400px;
        background-size: contain;
    }
    .free-product-owner-orange{
        flex-direction: column;
        background: none;
    }
    .mid-text-only-pay{
        background: #ef7d00;
        margin-top: -10px;
        border-radius: 10px;
        padding: 25px;
    }
    .zero-percent-fee {
        margin-right: 0;
        margin-top: 10px;
    }
    .robot-4-bg {
        padding-left: 15px;
        background-position: -50px 20px;
        background-size: auto 59%;
    }
    .robot-4-bg .drop-bullet-list {
        padding-left: 100px;
        margin-bottom: 180px !important;
    }
    .paypal-partner-row .align-robot-5 {
        order: unset;
        text-align: right !important;
    }
    .paypal-partner-row {
        padding: 100px 30px;
    }
    .paypal-partner-row .paypal-logos-aligned{
        flex-direction: column;
        align-items: flex-start;
        margin-top: -100px;
    }
    .paypal-partner-row .paypal-logos-aligned .pp-certified-img {
        margin-left:0;
        order: unset;
        margin-bottom: 30px;
        height: 70px;
    }
    .aligned-btns {
        display: inline-flex;
        flex-direction: column;
    }
    .aligned-btns a {
        margin-left: 0 !important;
    }
    .crowdmarketing-section {
        padding: 100px 30px;
        background-size: auto 100%;
        background-position: -292px -100px;
    }
    .compare-images {
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: flex-start;
    }
    .find-out-everything {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bottom-widget {
        text-align: left;
    }
    .bottom-footer-cont {
        padding: 0 50px;
    }
    .bottom-footer-cont .bottom-wrap {
        padding-bottom: 10px;
    }
    .bottom-2nd-column {
        padding-bottom: 0 !important;
    }
    .menu-quick-menu-1-container ul {
        margin-bottom: 0;
    }
    .bottom-3rd-column .bottom-widget {
        padding-top:0;
    }
    .bottom-3rd-column .widget-title{
        display:none;
    }
    .footer-banner {
        margin-top: -50px;
    }
}

@media (min-width:1200px){

}
