﻿/*

	Theme Name: Codepixel

	Theme URI: http://codepixel.me

	Version: 1.0

	Author: Nenad Pejovic

	Author URI: https://www.linkedin.com/in/nenadpejovic/

	Tags: HTML5, CSS3, SASS, JS



	License: MIT

	License URI: http://opensource.org/licenses/mit-license.php

*/

/*------------------------------------*\

    MAIN

\*------------------------------------*/

/*------------------------------------*\

    WORDPRESS CORE

\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;

  margin: 5px auto 5px auto;
}

.alignright {
  float: right;

  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;

  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;

  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;

  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;

  margin-left: auto;

  margin-right: auto;
}

.wp-caption {
  background: #fff;

  border: 1px solid #f0f0f0;

  max-width: 96%;

  padding: 5px 3px 10px;

  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;

  height: auto;

  margin: 0;

  max-width: 98.5%;

  padding: 0;

  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;

  line-height: 17px;

  margin: 0;

  padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\

    PRINT

\*------------------------------------*/

@media print {
  * {
    background: transparent !important;

    color: #000 !important;

    box-shadow: none !important;

    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;

    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.goback-button {
  text-align: center;
}

.company-message {
  display: flex;
}

.company-message h3 {
  flex: 1 1 auto;
}

.company-message .clutch-widget {
  padding-top: 15px;
  flex: 0 0 auto;
  padding-left: 15px;
}
.company-message .clutch-widget iframe {
  width: 195px;
}

@media (max-width: 1200px) {
  .company-message h3 {
    margin-bottom: 0;
  }
  .company-message {
    margin-bottom: 50px;
    flex-direction: column;
  }

  .company-message .clutch-widget {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .company-message {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }

  .company-message h3 {
    margin-bottom: 10px;
  }
}

/** ISO CERTIFICATE FOOTER BADGE **/
.company-details__iso {
  padding: 10px 0 0;
}
.company-details__iso .iso-badge {
  object-fit: contain;
  object-position: center;
}

.random-work {
	background: #fff;
}

.project-entry .page-header-blog__details {
	text-align: left;
}
.post-container__content iframe {
	width: 100%;
}

.auto-resizable-iframe {
  max-width: 900px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 56.2%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#menu .menu-navigation ul li a:after {
    background: #dc6a1e;
	 border-radius: 5px;
}

.faq-message, .contact-container {
	background: #fff;
}

.contact-container__left {
	border: 2px solid #de1e2b;
	border-right: none;
}

.result-sled {
    text-align: center;
    padding-bottom: 60px;
}

.result-sled iframe {
	    max-width: none;
}

.blog-image {
	margin: 50px -240px;
}

.post-container {
    overflow: hidden;
}

.contact-container__wrapper {
	margin-bottom: 80px;
}