/*
 Theme Name:   Factor G
 Description:  Factor G template
 Template:     progressive
 Version:      1.0.0
*/

/*changes 19-3-2018 */
.navbar .nav > li:hover > a, .navbar .nav > li.current-menu-item > a, .navbar .nav > li.current_page_item > a {
    background-color: #f1f1f1 !important;
    border-radius: 3px !important;
}
section#header {
    max-height: 350px;
    overflow: hidden;
    width: 100%;
}

body section#header {
    border-bottom: 30px solid #f7912d;
}
body.page-id-2871 section#header {
    border-bottom: 30px solid #f7912d;
}
body.page-id-2881 section#header {
    border-bottom: 30px solid #8fbca4;
}
body.page-id-2886 section#header, body.page-id-3105 section#header, body.page-id-3139 section#header, body.page-id-3147 section#header, body.page-id-3157 section#header, body.page-id-3163 section#header, body.page-id-3172 section#header {
    border-bottom: 30px solid #007289;
}
body.page-id-3084 section#header {
    border-bottom: 30px solid #97d1ce;
}
body.page-id-3364 section#header {
    border-bottom: 30px solid #8fbca4;
}

.steps .step {vertical-align:top;}
span.livicon svg {
    display: none;
}
span.livicon {
    background-color: white;
    border-top-right-radius: 15px;
}
span#livicon-1:after {
    content: "A";
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    color: #97d1ce;
    font-size: 32px;
}
span#livicon-2:after {
    content: "B";
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    color: #8fbca4;
    font-size: 32px;
}
span#livicon-3:after {
    content: "C";
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    color: #007289;
    font-size: 32px;
}
span#livicon-4:after {
    content: "D";
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    color: #f2931c;
    font-size: 32px;
}
span#livicon-5:after {
    content: "E";
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    color: #012c59;
    font-size: 32px;
}
header.page-header {
    border-bottom: 0;
}
.fixed-header.background-opacity .header-wrapper {background: #fff !important;}
.entry-thumb {
    display: inline;
    max-width: 320px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    height: auto;
}

.entry-content {
    clear: both;
    float: none;
    display: block;
}

footer.entry-meta {
    floaT: none;
    clear: both;
}
input.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    background-color: #fbfbfb;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #b7b7b7;
    resize: none;
    width: 300px;
    font-weight:normal;
}

input.wpcf7-form-control.wpcf7-text:focus, .wpcf7-form-control.wpcf7-textarea:focus {
    background-color: white;
    border: 1px solid #012c59;
}

input.wpcf7-form-control.wpcf7-submit {
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #012c59;
    background-color: white;
    font-weight: bold;
    font-size: 15px;
    transition: all .4s;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color:#012c59;
    color:white;
}

.entry-meta {display:none;}

#main a {color: #f7912d !important;}
#main a:hover {color: #f7912d !important;}

.header .primary .navbar .nav .menu-item-has-children .menu-item-has-children > a:after {
    transform: rotateY(180deg);
    left: -10px !important;
    right: auto;
}
.header .primary .sub .sub {
    right: 108%;
    left: auto;
    top: 0;
}

.page-header {margin: 0 0 40px;}
.widget {margin-top:20px !important;}
.archive .post {margin-bottom: 25px;}
.archive .entry-content {display:inline;}

.pagination > li > a, .pagination > li > span {
    background-color: #ccc !important;
    border: 0 none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff !important;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px !important;
    margin: 0 5px 0 0;
    min-width: 6px;
    padding: 0 9px !important;
    text-align: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.pagination > li.active > a, .pagination > li.active > span, .pagination > li > a:hover, .pagination > li > span:hover {
    background-color: #c10841 !important;
}
span.wpcf7-list-item {display:block;margin: 0 0 0 2em;}
#main ul li {
    position: relative;
    list-style: none;
}
#main ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f7912d;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    /*border-radius: 50%; */
    border-radius: 0px 3px 0px 0px;
}

#main ul.pagination li:before{
    content:  none;
}

