/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import 'flexvideo.css';
@import 'fix-bootstrap.css';
img.aligncenter {
    display: block;
    margin: 0 auto;
}

body {
    font-size: 12px;
    background-image: url(../img/bkg_02.jpg);
    font-family: 'ProximaNova-Light';
}

@media (min-width: 1200px) {
    .container {
        width: 951px;
    }
}

header {
    background-color: #fff;
    border-bottom: 1px solid #b7b7b7;
    box-sizing: border-box;
    height: 72px;
}

.mainLogo {
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    padding-top: 15px;
    display: block;
    background-color: #fff;
}

.mainLogo img {
    width: 180px;
    height: auto;
}


/*  Home  */

.ssp_no_chrome_slider_default {
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: 0px 0px 0px 0px !important;
}

.site-home h1 {
    font-size: 42px;
    line-height: 48px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.page-container {
    position: relative;
}

.hp-section {
    height: 330px;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    margin-bottom: 50px;
}

.hp-section h2 {
    width: 40%;
    margin-left: 30%;
    text-align: center;
    background-color: #3a3a3c;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 4px;
    margin-top: 0px;
    letter-spacing: 2px;
}

.hp-section p {
    color: #fff;
    padding: 55px;
    font-size: 24px;
}

.topBlue {
    background-color: #365A7A;
    height: 40px;
    position: relative;
}

.topOrange {
    background-color: #D97A23;
    height: 8px;
}

.navbar {
    box-sizing: border-box;
    margin-bottom: 0px;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar .nav {}

.social-icons {
    margin-top: 23px;
}

.social-icons a {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    color: #000;
    font-size: 18px;
}

.navbar .nav li {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    border-left: 1px solid #b7b7b7;
    box-sizing: border-box;
    height: 70px;
}

.navbar .nav li:last-child {
    border-right: 1px solid #b7b7b7;
}

.navbar .nav li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 26px 0px 0px 0px;
    font-family: 'ProximaNova-Light';
    letter-spacing: 1px;
    width: 100%;
    height: 99%;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1000;
    /* display: none; */
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-background-clip: padding-box;
    background-clip: none;
    border: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0px;
    box-shadow: none;
}

.caret {
    display: none;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.navbar .nav .dropdown-menu li a {
    color: #5A7787;
    width: 100%;
    display: block;
    line-height: 1.0;
    text-transform: inherit;
    padding: 3px 0px 3px 5px;
    font-weight: normal;
}

nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: inherit;
}

nav>li:focus>a,
.nav>li:hover>a {
    text-decoration: none;
    background-color: inherit;
    cursor: pointer;
    color: transparent;
}

nav>li>a:active {
    color: #000;
}

.navbar .nav .menu-item-has-children .dropdown-menu>.active>a {
    background-color: inherit;
    background-image: inherit;
}

.nav>li>a {
    text-decoration: none;
    background-color: #fff;
}

.navbar .nav .dropdown-menu li a:hover {
    background-color: #5A7787;
    background-image: none;
    color: #fff;
}

@keyframes animatedBackgroundIn {
    from {
        background-position: center 0;
    }
    to {
        background-position: center 50%;
    }
}

@keyframes animatedBackgroundOut {
    from {
        background-position: center 50%;
    }
    to {
        background-position: center 0;
    }
}

.menu-me {
    background-image: url(../img/square.png);
    background-repeat: no-repeat;
    background-position: center 50%;
    animation: animatedBackgroundOut .1s linear;
}

.menu-me:hover {
    animation: animatedBackgroundIn .1s linear;
}

.menu-approach {
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    background-position: center 50%;
    animation: animatedBackgroundOut .1s linear;
}

.menu-approach:hover {
    animation: animatedBackgroundIn .1s linear;
}

.menu-blog {
    background-image: url(../img/triangle.png);
    background-repeat: no-repeat;
    background-position: center 50%;
    animation: animatedBackgroundOut .1s linear;
}

.menu-blog:hover {
    animation: animatedBackgroundIn .1s linear;
}

.menu-contact {
    background-image: url(../img/diamond.png);
    background-repeat: no-repeat;
    background-position: center 50%;
    animation: animatedBackgroundOut .1s linear;
}

.menu-contact:hover {
    animation: animatedBackgroundIn .1s linear;
}


/* Mobile Menu */

#hamburger {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 22px;
    z-index: 1000;
    display: none;
}

#hamburger:hover,
#closeBtn:hover {
    cursor: pointer;
}

#closeBtn {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 1000;
    display: none;
}

#mobileMenu {
    background-color: rgba(251, 251, 251, 0.95);
    z-index: 1000;
    float: left;
    width: 100%;
    margin-top: 14px;
    display: block;
    position: fixed;
    height: 100%;
    margin-top: 71px;
}

#mobileMenu ul {
    padding: 0px;
}

#mobileMenu ul li {
    display: block;
    border-bottom: 1px #bbbbbb solid;
    padding: 23px 0px 7px 0px;
    background-image: none;
    text-align: center;
    height: 60px;
}

#mobileMenu ul li a:focus {
    text-decoration: underline;
    outline: none;
}

#mobileMenu ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 100%;
}

#mobileMenu ul li .dropdown-menu li a {
    color: #365A7A;
    text-transform: inherit;
    padding: 3px 2px;
}

#mobileMenu ul li .sub-menu li {
    border-bottom: none;
    padding: 7px 0px 2px 0px;
}

#mobileMenu ul li .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
#mobileMenu .dropdown-menu>li>a:active {
    color: #365A7A;
    text-transform: inherit;
    background-color: inherit;
    background-image: none;
}

#mobileMenu ul li.current_page_item a,
#mobileMenu .dropdown-menu>.active>a {
    background-color: inherit;
    background-image: none;
}

#mobileMenu ul li .dropdown-menu {
    position: relative;
    background-color: inherit;
    border: none;
    box-shadow: none;
    float: none;
}

.mobile-social-menu {
    width: 50%;
    float: left;
    margin-left: 25%;
    margin-bottom: 20px;
}

.animating {
    transform: translate3d( 180px, 0, 0);
    -webkit-transform: translate3d( 180px, 0, 0);
}


/* Contact Page */

.contact-form {
    height: 700px;
    background-size: cover;
    background-position: center;
}

.site-main .contact-form .entry-content p {
    font-size: 15px;
}

.contact-form form {
    margin-top: 50px;
}

.contact-form h3 {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'ProximaNova-Light';
}

.contact-form .wpcf7-text {
    width: 97.0%;
    opacity: .85;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'ProximaNova-Light';
}

.contact-form .wpcf7-textarea {
    width: 99%;
    opacity: .85;
    margin-top: 20px;
    border: none;
    font-size: 14px;
    padding: 10px;
    letter-spacing: 1px;
    max-width: 99%;
    max-height: 210px;
    letter-spacing: 2px;
    font-family: 'ProximaNova-Light';
}

.nopadding {
    padding: 0 !important;
}

.wpcf7-submit {
    float: right;
    margin-right: 1%;
    background-color: #fff;
    margin-top: 15px;
    letter-spacing: 2px;
    border: none;
    padding-left: 8px;
    color: #000;
    padding: 12px 5px 12px 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    width: 113px;
}

.wpcf7-submit:hover {
    text-decoration: none;
    box-shadow: inset 0 0 0 3px #9e9e9e;
}

div.wpcf7-validation-errors {
    border: 2px solid red;
    color: red;
}


/* chromeframe error */

.chromeframe {
    background: #a00;
    color: #faa;
    display: block;
    padding: 3px 0;
    text-align: center;
}

.chromeframe a {
    color: #fff;
    text-decoration: underline;
}

.page-header-top-right {
    margin-top: 10px;
}

.pagination {
    margin: 0;
}

.pagination-center {
    text-align: center;
}

.content-area {
    min-height: 600px;
    min-height: 100vh;
}

.pagination-row {
    margin-bottom: 20px;
}

.required {
    color: #f00;
}

.row-with-vspace {}

.site-main .format-aside {
    background: #f5f5f5;
}

.site-main .entry-content {}

.site-main .entry-content p {
    font-size: 16px;
}

.site-main .entry-content p .semi {
    font-family: 'ProximaNova-Regular';
}

.site-main .format-image {
    background: url('../img/content-post-format-image.png') left top no-repeat;
}

.site-main .format-link {
    background: url('../img/content-post-format-link.png') left top no-repeat;
}

.site-main .format-quote {
    background: url('../img/content-post-format-quote.png') left top no-repeat;
}

.site-main .format-video {
    background: url('../img/content-post-format-video.png') left top no-repeat;
}

.site-content .page-title {
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.site-title {
    text-align: center;
}

.site-title > a {
    text-decoration: none;
}

.site-title > div {
    height: auto;
    line-height: 18px;
}

.site-title .site-description {
    color: #999;
    font-size: 16px;
}

.site-title .site-title-heading {
    margin: 0;
}

.widget_calendar #wp-calendar {
    margin: 0;
}

.widget_calendar #wp-calendar #next {
    text-align: right;
}

#comments .comment-navigation {
    margin-bottom: 0;
}

#comments .comment-navigation-below {
    margin-bottom: 20px;
    margin-top: 15px;
}

#comments .media-list li .media {
    margin-top: 15px;
}

#comments .media-list li .media .media-body {
    border: 1px solid #eee;
    padding: 10px;
}

#comments .media-list li .media .media-body .comment-author {
    font-size: 12px;
    margin-bottom: 10px;
}

#comments .media-list ul.children {
    list-style: none;
    margin-left: 2.5em;
}

#main-column .wp-video-shortcode {
    display: block;
    height: auto;
    max-width: 100%;
}

#main-column .attachment .entry-content {
    margin-bottom: 20px;
}

#main-column .attachment .entry-content .attachment {
    text-align: center;
}

#main-column .attachment .entry-meta {
    margin-bottom: 20px;
}

#main-column .post {
    margin-top: 20px;
}

#main-column .single .post {
    margin-top: 0px;
}

#main-column .post .entry-header .entry-meta {
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 10000;
}

#main-column .post .postImage {
    width: 100%;
    height: auto;
    opacity: .77;
}

#main-column .single .entry-header .entry-meta {
    color: #fff;
    letter-spacing: 3px;
    margin-top: 40px;
    float: left;
    width: 97%;
    position: absolute;
    bottom: 110px;
}

#main-column .post .entry-header .entry-meta {
    color: inherit;
    font-size: 10px;
    font-family: 'ProximaNova-Light';
    color: #fff;
}

#main-column .post .entry-header .entry-meta:hover {}

#main-column .post .entry-header .entry-meta .posted-on .updated {
    display: none;
}

#main-column .post .entry-meta .categories-icon {
    cursor: default;
}

#main-column .post .entry-meta .comments-link a {
    color: #333;
}

#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
    color: #555;
    font-size: 12px;
    margin-left: 5px;
}

#main-column .attachment .edit-post-link a,
#main-column .attachment .entry-meta .edit-post-link a,
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
    color: #333;
}

#main-column .post .entry-meta .tags-icon {
    cursor: default;
}

#main-column .post .entry-header {
    height: 292px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#main-column .post .postLink {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20000;
    background-color: #000;
}

#main-column .post .entry-title {
    word-wrap: break-word;
    position: absolute;
    bottom: 40px;
    left: 15px;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 18px;
    font-family: 'ProximaNova-Semibold';
    z-index: 10000;
    right: 15px;
}

#main-column .post .entry-header .animatedImage {
    width: 100%;
    height: 100%;
}

.index {
    position: relative;
}

.posted-on {
    width: 100%;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.posted-on a:hover {
    text-decoration: none;
}


/* single */

#main-column .single .post .entry-header .darkOverlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
}

#main-column .single .post .entry-title {
    word-wrap: break-word;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    height: initial;
    position: absolute;
    line-height: 40px;
    left: 0px;
    bottom: 150px;
}

.social-share span {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 38px;
    font-family: 'ProximaNova-Semibold';
}

.shareIcons {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-top: 8px;
    margin-left: 10px;
}

.social-share a:hover {
    cursor: pointer;
}

.shareIcons:hover {
    cursor: pointer;
}

.share-twitter {
    font-size: 17px;
    padding: 5px;
}

.share-email {
    font-size: 14px;
    padding: 6px;
}

#main-column .single .post .entry-header {
    height: 400px;
}

#main-column .single .post .entry-meta a {
    text-align: center;
    color: #fff;
    position: inherit;
}

#main-column .single .post .entry-content {
    margin-top: -40px;
    background-color: #fff;
}

#main-column .single .post .entry-content p {
    font-size: 16px;
    padding: 10px;
}

#main-column .attachment .entry-title,
#main-column .page .entry-title {
    margin-top: 0;
    word-wrap: break-word;
}

#sidebar-left .widget,
#sidebar-right .widget {
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}

#sidebar-left .widget ul,
#sidebar-right .widget ul {
    padding-left: 20px;
}

#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
    font-size: 18px;
    margin-top: 0;
}

#site-footer {
    font-size: 12px;
    min-height: 70px;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #b7b7b7;
    box-sizing: border-box;
    margin-top: 50px;
}

#site-footer h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #cfc6ae;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

#site-footer span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #CCCCCC;
}

.footer-nav li {
    display: block;
    margin-left: 0px;
    margin-right: 30px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    height: 70px;
}

.footer-nav li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 26px 0px 0px 0px;
    font-family: 'ProximaNova-Light';
    letter-spacing: 1px;
}


/* Search Page */

.search-page h1.entry-title {
    font-family: "Univers", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #597786;
    float: none;
    padding-left: 0px;
}

.search-page h1.entry-title a {
    color: #597786;
}

.search-page .page-header {
    margin: 0px 0 0px;
}


/* Me Section */

.site-me {
    margin-top: 60px;
}

.site-main .me-bio p {
    font-size: 16px;
}

.me-resume {
    background: #fff;
    line-height: 28px;
    margin-top: 30px;
}

.me-resume h4 {
    text-transform: uppercase;
    font-family: 'ProximaNova-Semibold';
    letter-spacing: 2px;
    line-height: 42px;
}

.me-resume p {
    font-size: 16px;
    line-height: 20px;
}

.downloadResume {
    background-color: #000;
    color: #fff;
    padding: 12px 20px 12px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    width: 243px;
    font-family: 'ProximaNova-Light';
}

.downloadResume:hover {
    text-decoration: none;
    box-shadow: inset 0 0 0 3px #9e9e9e;
    color: #eee;
}


/* Approach Section */

.approachDiagram {
    margin-top: 40px;
}

.approachDiagram h3 {
    text-transform: uppercase;
    font-family: 'ProximaNova-Semibold';
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 3px;
    font-size: 18px;
}

.approachDiagram img {
    width: inherit;
    height: auto;
}

.businessManagement {}

.blockText1 {
    float: left;
    margin-top: -142px;
    margin-left: 137px;
    width: 252px;
}

.digitalStrategy img {
    margin-top: -40px;
    float: right;
    margin-right: 30px;
}

.blockText2 {
    float: left;
    margin-top: 0px;
    margin-left: 453px;
    width: 194px;
}

.experienceDesign {
    clear: both;
}

.experienceDesign img {
    margin-top: -152px;
    margin-left: -1px;
}

.blockText3 {
    width: 210px;
    float: left;
    margin-left: 130px;
    margin-top: -169px;
}

.blockText4 {
    float: left;
    width: 160px;
    margin-left: 453px;
}

.technologicalProduction img {
    float: right;
    margin-top: -65px;
    margin-right: 30px;
}

.site-main .entry-content .blockText1 p,
.site-main .entry-content .blockText2 p,
.site-main .entry-content .blockText3 p,
.site-main .entry-content .blockText4 p {
    font-size: 14px;
}

#menu-footer {
    margin-left: 5%;
}

.separator {
    height: 70px;
    border-left: 2px dotted #c6c6c6;
    border-bottom: 2px dotted #c6c6c6;
    width: 400px;
    margin-left: 57px;
    margin-top: -18px;
}

.separator2 {
    border-left: 2px dotted #c6c6c6;
    height: 292px;
    border-top: 2px dotted #c6c6c6;
    margin-left: 56px;
    margin-top: 44px;
    width: 400px;
}

.separator3 {
    height: 140px;
    width: 390px;
    border-left: 2px dotted #c6c6c6;
    border-bottom: 2px dotted #c6c6c6;
    margin-left: 56px;
    margin-top: -30px;
}


/* Media Queries */

@media (max-width: 1025px) {
    svg, #shape {
        display: none;
    }
}

@media (max-width: 990px) {

    .main-navigation,
    .desktop-social {
        display: none;
    }
    .me-pic img {
        width: 100%;
        height: auto;
    }
    .me-pic {
        margin-bottom: 20px;
    }
    .social-share span {
        display: inline;
    }
    .shareIcons {
        font-size: 13px;
        background-color: #000;
        color: #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        padding: 7px;
        margin-top: 8px;
        margin-left: 10px;
    }
    .site-title {
        background-position: 20px 23px;
    }
    .site-content .page-title {
        margin-top: 100px;
    }
    .site-home h1 {
        margin-top: 120px;
        font-size: 19px;
        margin-bottom: 40px;
        line-height: 28px;
        letter-spacing: 1.5px;
    }
    .social-share {
        height: 80px;
        background-color: #fff;
        padding-left: 25px;
        margin-top: 10px;
    }
    .synved-social-container {
        position: inherit !important;
        left: inherit !important;
        width: inherit !important;
        top: inherit !important;
        margin-left: 8px;
    }
    header {
        border-bottom: 1px solid #bbbbbb;
        position: fixed !important;
        width: 100%;
        z-index: 500000;
    }
    .mainLogo {
        text-decoration: none;
        background-color: inherit;
        cursor: pointer;
        color: transparent;
    }
    .sidebar {
        padding-top: 20px;
        height: inherit;
        background-image: none;
        padding-left: 10px;
        margin-bottom: 30px;
    }
    .sidebar ul li a:hover {
        color: #000;
    }
    .site-about .entry-content .attachment-post-thumbnail {
        width: 100%;
        height: auto;
    }
    #hamburger {
        display: block;
    }
    #mobileMenu {
        display: none;
    }
    .footer-nav li {
        display: block;
        margin-right: 10px;
        text-align: center;
        box-sizing: border-box;
        height: 40px;
    }
    .footer-nav li a {
        font-size: 10px;
    }
    .hp-section p {
        color: #fff;
        padding: 35px;
        font-size: 18px;
    }
    .social-icons a {
        width: 25%;
        display: block;
        float: left;
        text-align: center;
        color: #000;
        font-size: 12px;
    }
    #main-column .post .entry-header {
        height: 403px;
        overflow: hidden;
    }
    #main-column .post .entry-title {
        width: 90%;
        margin-top: 420px;
    }
    #main-column .post .entry-title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1.5px;
    }
    .hp-section {
        background-position: center;
    }
    .contact-form .wpcf7-text {
        width: 94.5%;
        margin-left: 2.5%;
        font-size: 15px;
        margin-top: 10px;
    }
    .contact-form .wpcf7-textarea {
        width: 98%;
        margin-left: 1%;
    }
    form h3 {
        margin-left: 1%;
    }
    .contact-form {}
    #site-footer .social-icons {
        margin-top: 25px;
        width: 100%;
        margin-left: 0px;
    }
    .mobile-social {
        float: left;
        margin-left: 25%;
        /* margin-bottom: 20px; */
        margin-top: -20px;
        margin-bottom: 20px;
    }
    #menu-footer {
        margin-left: -35px;
        margin-top: 1px;
    }
    .me-resume {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .mainLogo img {
        float: left;
        margin-top: 10px;
    }
    .blockText2 {
        margin-left: 427px;
    }
    .blockText4 {
        margin-left: 427px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .blockText2 {
        margin-left: 452px;
    }
    .blockText4 {
        margin-left: 452px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .container {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .blockText2 {
        margin-left: 442px;
    }
    .blockText4 {
        margin-left: 442px;
    }
}

@media (max-width: 767px) {
    #main-column .single .post .entry-title {
        font-size: 22px;
        line-height: 26px;
    }
    #mobileMenu {
        margin-top: 56px;
    }
    #main-column .post .entry-header {
        background-position: center;
    }
    .hp-section h2 {
        width: 80%;
        margin-left: 10%;
        font-size: 12px;
    }
    .contact-form form {
        margin-top: 0px;
    }
    .contact-form .wpcf7-text {
        width: 98%;
        margin-left: 1%;
        font-size: 15px;
        margin-top: 10px;
    }
    .mainLogo img {
        float: left;
        margin-top: 10px;
    }
    .servicesHeader ul {
        padding-left: 0px;
        margin-top: 20px;
    }
    .headerServices li {
        text-align: left;
    }
    #site-footer {
        margin-top: 15px;
    }
    .approachDiagram {
        clear: both;
        float: left;
    }
    .approachDiagram img {
        clear: both;
        float: left;
        margin-left: -3px;
    }
    .digitalStrategy img {
        float: left;
        margin-top: 0px;
        margin-left: -3px;
    }
    .experienceDesign img {
        margin-top: 0px;
        margin-left: -3px;
    }
    .separator,
    .separator2,
    .separator3 {
        display: none;
    }
    .technologicalProduction img {
        float: left;
        margin-top: 0px;
        margin-left: -3px;
    }
    .blockText1 {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .digitalStrategy .blockText2 {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .experienceDesign .blockText3 {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .technologicalProduction .blockText4 {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .downloadResume {
        padding: 14px 20px 12px 24px;
        width: 230px;
    }
    .approachDiagram h3 {
        margin-top: 7px;
        margin-bottom: 3px;
    }
}

@media (max-width: 768px) {

    .blockText2 {
        margin-left: 418px;
    }
    .blockText4 {
        margin-left: 418px;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    #main-column .post .entry-header {
        height: 369px;
    }
}

@media (max-width: 320px) {
    #main-column .post .entry-header {
        height: 299px;
    }
}

@media (min-width: 990px) {
    body {
        margin-left: 0px !important;
    }
    .mobile-social {
        display: none;
    }
    .animating {
        transform: translate3d( 0px, 0, 0);
        -webkit-transform: translate3d( 0, 0, 0);
    }
    #mobileMenu {
        display: none !important;
    }
    #hamburger {
        display: none !important;
    }
    #closeBtn {
        display: none !important;
    }
    .social-icons a {
        width: 25%;
    }
    .shape {
        stroke-dasharray: 0 1200;
        stroke-dashoffset: 0;
        stroke-width: 2px;
        fill: transparent;
        stroke: #dedede;
        transition: stroke-width 0.5s, stroke-dashoffset 0.5s, stroke-dasharray 0.5s;
    }
    .index:hover svg .shape {
        stroke-width: 2px;
        stroke-dashoffset: 0;
        stroke-dasharray: 1100;
        -webkit-animation: 0.5s linear backwards;
        animation: 0.5s linear backwards;
    }
    svg {
        position: absolute;
        z-index: 30000;
        top: 3px;
        width: 94%;
        left: 3%;
        height: 96%;
        top: 2%;
    }
}