/*!
Theme Name: kud-josipovac
Description: None
Version: 1.0
Author: Ivan Tusek, mag.ing.comp
Author URI: 
Tags: 

        The CSS, XHTML is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/
@import url('https://fonts.googleapis.com/css?family=Raleway:500,600,700&subset=latin-ext');

html {
    font-size: 100%
      
}

body {
    -webkit-font-smoothing: antialiased
}

* {
    box-sizing: border-box
}

* html .clearfix {
    height: 1%;
    overflow: visible
}

*+html .clearfix {
    min-height: 1%
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0
}

.clr {
    clear: both
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


*,
*::after,
*::before {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.8rem;
    font-family: "Raleway";
    color: #25283D;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: #8F3985;
    text-decoration: none
}

strong { 
    font-weight: 700;
}

.cd-auto-hide-header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 106px;
    background-color: #ffffff;
    transform: translateZ(0);
    will-change: transform;
    transition: transform .5s;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2)
}

.cd-auto-hide-header::after {
    clear: both;
    content: "";
    display: block
}

.cd-auto-hide-header.is-hidden {
    transform: translateY(-100%)
}

@media only screen and (min-width: 1024px) {
    .cd-auto-hide-header {
        height: 112px
    }
}

.cd-auto-hide-header .logo,
.cd-auto-hide-header .nav-trigger {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%)
}

.cd-auto-hide-header .logo {
    left: 5%
}

.cd-auto-hide-header .logo a,
.cd-auto-hide-header .logo img {
    display: block
}

.cd-auto-hide-header .nav-trigger {
    display: table;
    height: 100%;
    padding: 0 1em;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #25283D;
    font-weight: bold;
    right: 0;
    border-left: 1px solid #f2f2f2
}

.cd-auto-hide-header .nav-trigger span {
    display: table-cell;
    vertical-align: middle
}

.cd-auto-hide-header .nav-trigger em,
.cd-auto-hide-header .nav-trigger em::after,
.cd-auto-hide-header .nav-trigger em::before {
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #25283D;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-auto-hide-header .nav-trigger em {
    margin: 6px auto 14px;
    transition: background-color .2s
}

.cd-auto-hide-header .nav-trigger em::before,
.cd-auto-hide-header .nav-trigger em::after {
    position: absolute;
    content: '';
    left: 0;
    transition: transform .2s
}

.cd-auto-hide-header .nav-trigger em::before {
    transform: translateY(-6px)
}

.cd-auto-hide-header .nav-trigger em::after {
    transform: translateY(6px)
}

@media only screen and (min-width: 1024px) {
    .cd-auto-hide-header .nav-trigger {
        display: none
    }
}

.cd-auto-hide-header.nav-open .nav-trigger em {
    background-color: rgba(255, 255, 255, 0)
}

.cd-auto-hide-header.nav-open .nav-trigger em::before {
    transform: rotate(-45deg)
}

.cd-auto-hide-header.nav-open .nav-trigger em::after {
    transform: rotate(45deg)
}

.cd-primary-nav {
    display: inline-block;
    float: right;
    height: 100%;
    padding-right: 5%
}

.cd-primary-nav>ul {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: none;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2)
}

.cd-primary-nav>ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    color: #25283D;
    font-size: 1.8rem;
    border-top: 1px solid #f2f2f2
}

.cd-primary-nav>ul a:hover,
.cd-primary-nav>ul a.active {
    color: #145da3;
}

@media only screen and (min-width: 1024px) {
    .cd-primary-nav {
        display: table
    }
    .cd-primary-nav>ul {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        width: auto;
        top: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none
    }
    .cd-primary-nav>ul::after {
        clear: both;
        content: "";
        display: block
    }
    .cd-primary-nav>ul li {
        display: inline-block;
        float: left;
        margin-right: 1.5em
    }
    .cd-primary-nav>ul li:last-of-type {
        margin-right: 0
    }
    .cd-primary-nav>ul a {
        height: auto;
        line-height: normal;
        padding: 0;
        border: none
    }
}

.nav-open .cd-primary-nav ul,
.cd-primary-nav ul:target {
    display: block
}

@media only screen and (min-width: 1024px) {
    .nav-open .cd-primary-nav ul,
    .cd-primary-nav ul:target {
        display: table-cell
    }
}

.cd-secondary-nav {
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    height: 50px;
    background-color: #292c2f;
    transform: translateZ(0);
    will-change: transform;
    transition: transform .5s
}

.cd-secondary-nav::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: transparent;
    background: linear-gradient(to left, #25283D, rgba(37, 40, 61, 0));
    pointer-events: none;
    transition: opacity .2s
}

.cd-secondary-nav.nav-end::after {
    opacity: 0
}

.cd-secondary-nav ul,
.cd-secondary-nav li,
.cd-secondary-nav a {
    height: 100%
}

.cd-secondary-nav ul {
    display: -ms-flexbox;
    display: flex;
    padding: 0 5%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.cd-secondary-nav ul::after {
    clear: both;
    content: "";
    display: block
}

.cd-secondary-nav li {
    display: inline-block;
    float: left;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cd-secondary-nav li:last-of-type {
    padding-right: 20px
}

.cd-secondary-nav a {
    display: block;
    color: #ffffff;
    opacity: 1;
    line-height: 50px;
    padding: 0 1em
}

.cd-secondary-nav a:hover,
.cd-secondary-nav a.active {
    opacity: 1
}

@media only screen and (min-width: 1024px) {
    .cd-secondary-nav {
        height: 70px;
        overflow: visible
    }
    .cd-secondary-nav ul {
        display: block;
        text-align: center
    }
    .cd-secondary-nav li {
        float: none;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
    .cd-secondary-nav a {
        line-height: 70px
    }
    .cd-secondary-nav a.active {
        box-shadow: inset 0 -3px #8F3985
    }
}

.cd-secondary-nav.fixed {
    position: fixed;
    top: 60px
}

.cd-secondary-nav.slide-up {
    transform: translateY(-60px)
}

@media only screen and (min-width: 1024px) {
    .cd-secondary-nav.fixed {
        top: 80px;
        box-shadow: 0 -6px 0 #25283D
    }
    .cd-secondary-nav.slide-up {
        transform: translateY(-80px)
    }
}

.cd-main-content {
    padding: 60px 5% 2em;
    overflow: hidden
}

.cd-main-content.sub-nav {
    padding-top: 110px
}

.cd-main-content.sub-nav-hero {
    padding-top: 0
}

.cd-main-content.sub-nav-hero.secondary-nav-fixed {
    margin-top: 50px
}

.cd-main-content p {
    max-width: 1024px;
    line-height: 1.6;
    margin: 2em auto;
    font-family: "Raleway";
    color: #333;
    text-align: justify
}

@media only screen and (min-width: 1024px) {
    .cd-main-content {
        padding-top: 80px
    }
    .cd-main-content.sub-nav {
        padding-top: 150px
    }
    .cd-main-content.sub-nav-hero.secondary-nav-fixed {
        margin-top: 70px
    }
    .cd-main-content p {
        font-size: 1.8rem
    }
}

.cd-main-content.sub-nav:target::before,
.cd-main-content.sub-nav-hero:target::before {
    display: block;
    content: "";
    margin-top: -50px;
    height: 50px;
    visibility: hidden
}

@media only screen and (min-width: 1024px) {
    .cd-main-content.sub-nav:target::before,
    .cd-main-content.sub-nav-hero:target::before {
        margin-top: -70px;
        height: 70px
    }
}

.cd-hero {
    display: table;
    width: 100%;
    margin-top: 60px;
    height: 300px;
    background-size: cover
}

.cd-hero .cd-hero-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .cd-hero {
        height: 200px
    }
}

@media only screen and (min-width: 1024px) {
    .cd-hero {
        height: 360px;
        margin-top: 80px
    }
}

.cd-main-content {
    max-width: 1024px;
    margin: 0 auto;
    color: #000;
    font-size: 1.8rem
}

.cd-main-content .entry-content img {
    margin: 0 0 1.5em 0
}

.cd-main-content .alignleft,
.cd-main-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

.cd-main-content .alignright,
.cd-main-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}

.cd-main-content .aligncenter,
.cd-main-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.cd-main-content .wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}

.cd-main-content .wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0
}

.cd-main-content .wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0
}

.cd-main-content .wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

.cd-main-content blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px
}

.cd-main-content blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

.cd-main-content blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}

.cd-main-content h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold
}

.cd-main-content h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold
}

.cd-main-content h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold
}

.cd-main-content h4 {
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold
}

.cd-main-content h5 {
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold
}

.cd-main-content h6 {
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold
}

.cd-main-content a {
    text-decoration: none;
    color: #2484c5;
    font-weight: 700
}

.cd-main-content ul {
    list-style: inside
}

.cd-main-content ol {
    list-style: decimal
}

.box1 {
    height: 3150px;
    width: 100%;
    height: 270px;
    overflow: hidden;
    background: #2986BE;
    background-image: url(images/pattern_transparent.png), linear-gradient(-150deg, #2980b9 0%, #104e8b 97%);
    background-size: 250px, contain
}

.box2 {
    height: 3150px;
    width: 100%;
    height: 270px;
    overflow: hidden;
    background: #2986BE;
    background-image: url(images/pattern_transparent.png), linear-gradient(-150deg, #2980b9 0%, #cd3333 0%);
    background-size: 250px, contain
}

.box3 {
    height: 3150px;
    width: 100%;
    height: 270px;
    overflow: hidden;
    background: #2986BE;
    background-image: url(images/pattern_transparent.png), linear-gradient(-150deg, #2980b9 0%, #228b22 0%);
    background-size: 250px, contain
}

.box-contact {
    background: #34495e;
    height: 3150px;
    width: 100%;
    height: 270px;
    overflow: hidden;
    background-image: url(images/pattern_transparent.png), linear-gradient(-150deg, #34495e 0%, #2c3e50 0%);
    background-size: 250px, contain
}

.custom-wp-title {
    margin: 0 auto;
    text-align: left;
    font-size: 6rem;
    font-weight: 700;
    opacity: 1;
    color: #fff;
    width: 90%;
    max-width: 1170px;
    padding: 0;
    text-shadow: 1px 1px 6px rgb(0, 0, 0);
}

@media screen and (max-width: 768px) {
    .custom-wp-title {
        font-size: 5rem
    }
}

@media screen and (max-width: 480px) {
    .custom-wp-title {
        font-size: 4rem;
        text-align: center
    }
}

.title-text {
    margin: 0 auto;
    text-align: left;
    line-height: 26px;
    font-size: 20px;
    opacity: 1;
    color: #fff;
    width: 90%;
    max-width: 1170px;
    padding: 0;
    font-weight: bold; 
    text-shadow: 1px 1px 3px rgb(0, 0, 0);
}

@media screen and (max-width: 768px) {
    .title-text {
        font-size: 16px
    }
}

@media screen and (max-width: 480px) {
    .title-text {
        font-size: 12px;
        text-align: center;
        line-height: 20px
    }
}

.logo {
    max-width: 225px;
    width: 100%
}

.svgfix {
    background-image: url(images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 55px
}

@media screen and (max-width: 768px) {
    .svgfix {
        height: 40px
    }
}

.contactContainer {
    width: 70%;
    margin: 0 auto
}

.custom-input input,
.custom-input textarea,
.custom-input select {
    padding: 12px;
    border: 1px solid #cfd9db;
    background-color: #ffffff;
    border-radius: .25em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 16px !important;
    width: 100% !important
}

.custom-input select {
    background: url("images/cd-icon-arrow.svg") no-repeat 97% center;
    color: #a5a8a9;
    padding: 16px !important;
    width: 100% !important
}

.custom-input input:focus,
.custom-input select:focus,
.custom-input textarea:focus {
    border-color: #34495e !important;
    box-shadow: none !important
}

.custom-input select:hover {
    cursor: pointer
}

.gform_button {
    border: none;
    background: #2c97de;
    border-radius: .25em;
    padding: 16px 20px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0 auto !important;
    display: block !important
}

@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("fonts/Flaticon.svg#Flaticon") format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-administrator:before {
    content: "\f100"
}

.flaticon-interface:before {
    content: "\f101"
}

.flaticon-screen:before {
    content: "\f102"
}



.box {
    display: block;
    padding: 30px 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:33.333333%;
float:left;
}

.box-wrapper {
    width: 100%;
    padding-top: 70px !important;
    padding-bottom: 80px !important;
    text-align: center
}

@media (max-width: 992px) {
    .box-wrapper {
        border-style: none;
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }
    .box {
        margin: 0 auto !important;
        width: 100%;
    }
    .box:last-child {
        border-bottom: none
    }
    .icon-text {
        text-align: center;
        font-size: 20px;
        margin-top: 20px
    }
}

.icon-class {
    font-size: 6rem
}

.flaticon-administrator {
    color: white
}

.flaticon-screen {
    color: white
}

.flaticon-interface {
    color: white
}

.icon-text {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    color: #ffffff;
        text-shadow: 1px 1px 6px rgb(0, 0, 0);
font-weight:bold;
}

.container-fluid {
    padding: 0 !important
}


/*# sourceMappingURL=style.css.map */

.footer-distributed {
    background-color: white;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    /* margin-top: 80px; */
  	margin-top: -35px;
}

.footer-distributed .footer-1,
.footer-distributed .footer-2,
.footer-distributed .footer-3,
.footer-distributed .footer-4 {
    display: inline-block;
    vertical-align: top;
}


/* Footer left */

.footer-distributed .footer-1 {
    width: 41%;
}

.footer-distributed .footer-1 i {
    background-color: white;
    color: black;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-1 i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-1 p {
    display: inline-block;
    color: black;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-1 p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-1 p a {
    color: #5383d3;
    text-decoration: none;
    ;
}


/* Footer Center */

.footer-distributed .footer-2 {
    width: 32%;
}

.footer-distributed .footer-2 i {
    background-color: white;
    color: black;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-2 i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-2 p {
    display: inline-block;
    color: black;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-2 p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-2 p a {
    color: #5383d3;
    text-decoration: none;
    ;
}


/* Footer Right */

.footer-distributed .footer-3 {
    width: 24%;
}

.footer-distributed .footer-3 i {
    background-color: white;
    color: black;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-3 i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-3 p {
    display: inline-block;
    color: black;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-3 p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-3 p a {
    color: #5383d3;
    text-decoration: none;
    ;
}

.footer-distributed .footer-4 {
    width: 24%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-distributed .footer-under {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: #5383d3;
}

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
    .footer-distributed {
        font: bold 14px sans-serif;
    }
    .footer-distributed .footer-1,
    .footer-distributed .footer-2,
    .footer-distributed .footer-3,
    .footer-distributed .footer-4 {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: left;
    }
    .footer-distributed .footer-1 i,
    .footer-distributed .footer-2 i,
    .footer-distributed .footer-3 i {
        margin-left: 0;
    }

    .cd-hero {
    display: table;
    width: 100%;
    margin-top: 60px;
    height: 190px;
    background-size: cover
}
}


/* Here's the new CSS to add... */
.admin-bar .sticky-header {
  top: 32px;
}

/* Submit Button CF7 CSS Styles */
 
.wpcf7 input[type=submit] {
    padding:15px 45px; 
    background:lightsteelblue;
    color:#fff;
    font-size:30px;
    font-weight:bold; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

/* After form submission, change the background color of any required input field to red-ish */

.wpcf7-not-valid {
     background-color:#ef8888;
}

/* Change input field styles when click into (on focus) */

.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=tel]:focus {
   background-color:yellow;
   border:none;
}
.wpcf7 input[type=text]:active, .wpcf7 input[type=email]:active, .wpcf7 input[type=tel]:active {
   background-color:gold;
}

/* Textarea Field CF7 CSS Styles */
 
.wpcf7 textarea {
    width: 100%;
    color: #999;
    font-size: 20px;
    border-color:#999;
} 

/* Text Input Field Contact Form 7 Styles */
 
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 .wpcf7-select {
    font-size:30px;
    border: 1px solid red;
}

/* Label Text Contact Form 7 CSS Styles */
 
.wpcf7 label {
   padding: 0 0 10px 0;
    font-size: 20px;
}

/* Thank you message CSS styles */

.wpcf7-response-output {
    border:1px solid gray;
    background-color:#ececec;
    font-size:30px;
    color:black;
    border-radius:5px;
    -webkit-border-radius: 5px;
    padding: 20px !important;
}

/* Turn an input box into an input line */

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
   border:none;
   box-shadow:none;
   border-radius:0;
   border-bottom:1px solid #999;
   width: 100%;
}

.more-link {
   background-color: #76C4AE;
   padding: 4px 8px;
   border-radius: 4px;
   -moz-box-shadow:    1px 1px 1px 1px #d4d4d4;
   -webkit-box-shadow: 1px 1px 1px 1px #d4d4d4;
   box-shadow:         1px 1px 1px 1px #d4d4d4;
   float: right;
   margin-bottom: 5%;
}

.more-link:hover {
  background-color: #BEE9E4;
}

.entry-content a.more-link {
   color: #fff;
   font-size: 90%;
}

/* Comments */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
}

#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}

.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}

.comment-list,
.comment-list .children {
    list-style: none;
}

.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 100px;
  position: relative;
  border: 1px solid #E8E8E8;
  border-bottom: 1px solid #DADADA;
  border-radius: 4px;
}

.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #DADADA;
  background-repeat: no-repeat;
  background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}

.comment-author.vcard {
  font-size: 12px;
}

.vcard .avatar {
  position: absolute;
  left: 20px;
  top: 29px;
  border-radius: 2px;
}

.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}

.comment-reply-link {
  float: right;
}

.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}

.comment-respond label {
  display: block;
  font-weight: normal;
}

.comment-respond .required {
  color: #C7254E;
}

#submit {
  font-size: 12px;
}

.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}

.comment-reply-title {
  font-size: 14px;
}

.comment-reply-link {
  background: #C1C0C0;
  border: #C1C0C0;
  font-size: 10px;
  text-transform: uppercase;
}

@media(max-width:767px){
  .post-inner-content {
    padding: 20px 25px;
  }
  
  .comment-list .children {
    padding-left: 10px;
  }
  
}

/* Related Posts */
@media only screen and (min-width: 1025px){
	.related_posts 
	{
		width: 100%; 
		margin: 0 0 30px 0; 
		float: left; 
		font-size: 15px;
	}
	
	h3#related-heading 
	{
		font-size: 28px; 
		margin: 0 0 20px 0; 
		line-height: 2em; 
		text-align: center;	
	}
	
	.related-thumbnail 
	{
		margin: 0 89px 0 1px; 
		float: left; 
	}
	
	.related-thumbnail img 
	{
		margin: 0 0 3px 0; 
		padding: 0;
	}
	
	.related-thumbnail a 
	{
		color :#333;
		text-decoration: none; 
		display:block; 
		padding: 4px; 
		width: 177px;
	}
	
	.post_title
	{
		text-align: center;
	    margin-top: -88px;
	    margin-right: -80px;
	    color: #fff;
	    text-shadow: 1px 1px 6px #000;
	    font-weight: bold;
	    font-size: 20px;
	}
}

.related_posts 
{
	width: 100%; 
	margin: 0 0 30px 0; 
	float: left; 
	font-size: 15px;
}
	
h3#related-heading 
{
	font-size: 28px; 
	margin: 0 0 20px 0; 
	line-height: 2em; 
	text-align: center;
}
	
.related-thumbnail 
{
	margin: 0 89px 57px 1px; 
	float: left; 
}
	
.related-thumbnail img 
{
	margin: 0 0 3px 0; 
	padding: 0;
}
	
.related-thumbnail a 
{
	color :#333;
	text-decoration: none; 
	display:block; 
	padding: 4px; 
	width: 177px;
}
	
.post_title
{
	text-align: center;
	margin-top: -88px;
	margin-right: -80px;
	color: #fff;
	text-shadow: 1px 1px 6px #000;
	font-weight: bold;
	font-size: 20px;
}

/*Social Icons*/
.wrapper,.copyright {
	padding: 20px;
	text-align: center;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

/*Change icons size here*/
.social-icons .fa {
	font-size: 1.8em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
.social-icons .fa-adn{background-color:#504e54;} 
.social-icons .fa-apple{background-color:#aeb5c5;} 
.social-icons .fa-android{background-color:#A5C63B;}  
.social-icons .fa-bitbucket,.social-icons .fa-bitbucket-square{background-color:#003366;} 
.social-icons .fa-bitcoin,.social-icons .fa-btc{background-color:#F7931A;} 
.social-icons .fa-css3{background-color:#1572B7;} 
.social-icons .fa-dribbble{background-color:#F46899;}  
.social-icons .fa-dropbox{background-color:#018BD3;}
.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-flickr{background-color:#FF0084;}
.social-icons .fa-foursquare{background-color:#0086BE;}
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square{background-color:#070709;} 
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-html5{background-color:#E54D26;}
.social-icons .fa-instagram{background-color:#A1755C;}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-linux{background-color:#FBC002;color:#333;}
.social-icons .fa-maxcdn{background-color:#F6AE1C;}
.social-icons .fa-pagelines{background-color:#241E20;color:#3984EA;}
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square{background-color:#CC2127;} 
.social-icons .fa-renren{background-color:#025DAC;}
.social-icons .fa-skype{background-color:#01AEF2;}
.social-icons .fa-stack-exchange{background-color:#245590;}
.social-icons .fa-stack-overflow{background-color:#FF7300;}
.social-icons .fa-trello{background-color:#265A7F;}
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square{background-color:#314E6C;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-vimeo-square{background-color:#229ACC;}
.social-icons .fa-vk{background-color:#375474;}
.social-icons .fa-weibo{background-color:#D72B2B;}
.social-icons .fa-windows{background-color:#12B6F3;}
.social-icons .fa-xing,.social-icons .fa-xing-square{background-color:#00555C;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}
.social-icons .fa-reddit-alien{background-color:#FF4500;} 
.social-icons .fa-envelope{background-color:#aeb5c5;} 
 
#subscription-toggle {
    float: right;
}

.cd-secondary-nav a:hover {color:#fff; font-weight:bold;}
.razmak {padding:0 10px;}

.box-wrapper {
    color: #ffffff;;
    text-shadow: 1px 1px 6px rgb(0, 0, 0);
    font-weight: bold;
  	transition: all .2s ease-in-out;
}

.box-wrapper a {
    color: #ffffff;
    text-shadow: 1px 1px 6px rgb(0, 0, 0);
    font-weight: bold;
}

.box-wrapper a:hover { color:#fff;}

/* Footer Slideshow one */
#slideshow-one {
  margin: 15px auto;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  margin-right: 86%;
}

#slideshow-one > div {
  position: absolute;
  top: 2px;
  left: 0px;
  right: 10px;
  bottom: 10px;
}

/* Footer Slideshow two */
#slideshow-two {
  margin: 15px auto;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  margin-right: 86%;
}

#slideshow-two > div {
  position: absolute;
  top: 2px;
  left: 0px;
  right: 10px;
  bottom: 10px;
}

/* Footer Slideshow three */
#slideshow-three {
  margin: 15px auto;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  margin-right: 86%;
}

#slideshow-three > div {
  position: absolute;
  top: 2px;
  left: 0px;
  right: 10px;
  bottom: 10px;
}

/* Search Form */
@media only screen and (min-width: 1025px) {

	.footer-distributed .footer-search {
		 width: 19%;
		 margin-left: 40%;
	}
}

.footer-distributed .footer-search {
/*   display: block; */
/*   width: 100%; */
/*   margin-bottom: 30px; */
  margin-top: -47px;
  position: absolute;
  left: 20px;
  right: 10px;
}

