@charset "UTF-8";

/*
Theme Name: Design Privacy MPC
Theme URI: https://wordpress.org/themes/designprivacympc/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Design-Privacy-MPC is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Design-Privacy-MPC elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: designprivacympc
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Design-Privacy-MPC WordPress Theme, (C) 2020 WordPress.org
Design-Privacy-MPC is distributed under the terms of the GNU GPL.
*/

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

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

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

/* Variables */
:root {
    /* Admin-bar height */
    --global-defualt-heading-font: "mont-heavydemo";
    --global-defualt-font: "sf_pro_display_regular";
    --global-defualt-font-bold: "sf_pro_display_bold";

    /* Globle colors */
    --global-backgourd-color: #01014f;

    /* All the text colors */
    --text-color: #fff;
    --text--secondary-blue-color: #1fccff;
    --text-active-color: #00b59b;
    --text-blue-color: #0506de;
    --text-yellow-color: #ffda00;

    /* Slider indications */
    --slider-text-color: #00b59b;
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

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

body {
    margin: 0;
    font-family: var(--global-defualt-font);
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--global-backgourd-color);
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: var(--global-defualt-heading-font);
    font-weight: normal;
}

p {
    margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    text-decoration: none;
    color: var(--text-color);
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    border-style: none;
    width: 100%;
    display: block;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    background: transparent;
    font-size: 16px;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

form.wpcf7-form {
	max-width: 368px;
    margin: auto;
}

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form textarea
{    
    width: 100%;
}
form.wpcf7-form input, form.wpcf7-form textarea {
    padding: 15px;
    border-radius: 3px;
    border: none;
}
form.wpcf7-form .wpcf7-submit {
   background-color: #00b59b;
    color: #1d3f42;
    width: 360px;
    border-radius: 25px !important;
    font-weight: bold;
}
form.wpcf7-form .wpcf7-acceptance {
    color: #fefe01;
	text-align: left;
}


/*** BLOG ***/

.bg-white {
	background-color: #ffffff;
	color: #666666;
}
.bg-white a {
	color: #222222;
}
.blog-wrapper {
	padding: 60px;
}
.blog-wrapper article{
	display: flex;
	flex-direction: row;
	margin-bottom: 80px;
}
.blog-wrapper article img {
	margin-right: 30px;
	border-radius: 5px;
}
.blog-wrapper article .readmore {
	/*float: right;*/
    border: 2px solid #222222;
    padding: 8px 12px;
    font-weight: bold ;
    text-transform: uppercase;
	    font-size: 70%;
}
.blog-wrapper article .readmore:hover {
	background-color: #222222;
   border: bold solid #222222;
    color: #fff;
}
.blog-wrapper article header {
	position: relative;
    margin-bottom: 30px;
} 
.blog-wrapper article header.entry-header:after {content: '';position: absolute;background-color: #000000;height: 4px;width: 25%;margin-top: 12px;}

@media only screen and (max-width: 600px) {
  .blog-wrapper article{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
	.blog-wrapper article img {
	margin-bottom: 30px;
		margin-right: unset;
}
}

@media (min-width: 1024px) {
	.single-post article, .navigation.post-navigation {
		width: 90%;
	}
}
@media (min-width: 1200px) {
	.single-post article, .navigation.post-navigation {
		width: 65%;
	}
}


.single-post article {
    background-color: #ffffff;
    color: #222;
    padding: 50px;
	margin: 0 auto;
	text-align: justify;
}
.single-post article h1.entry-title {
	text-align: center;
	margin-bottom: 15px;
}
.single-post .date {
	text-align: center;
	margin-bottom: 20px;
	color: #5e5c5c;
}
.back_to_blog {
	    background-color: #01014f;
    padding: 5px 10px;
    border-radius: 2px;
	margin-bottom: 20px;
	display: inline-block;
}
.back_to_blog_mobile {
	display: none;
}

@media only screen and (max-width: 600px) {
.header-back-to-blog .back_to_blog_mobile {
	display: block;
		margin-bottom: unset;
	margin-right: 30px;
	}

	.back_to_blog {
		display: none;
	}
}


.navigation.post-navigation {
	margin: 0 auto;
}
.navigation.post-navigation .nav-links{
	display: flex;
}
.navigation.post-navigation .nav-links .nav-previous,
.navigation.post-navigation .nav-links .nav-next{
	width: 50%;
}
.navigation.post-navigation .nav-links .nav-next{
	text-align: right;
}

.single-article-wrap {
	background-color: #ffffff;
}


/*** BLOG ***/


/*** SOLUTIONS ****/
.solutions-section-main-wrapper {
    background-size: cover;
       background-image: url(assets/images/dp-solutions-bg.png) !important;
    background-position: 130% center !important;
    background-repeat: no-repeat !important;
}

.solutions-section-main-wrapper .picture-area img {
	border-radius:20px !important;
}

/* who-are-we-sectio */

@media (min-width: 1024px) {
	.who-are-we-section .content {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.who-are-we-section .content .rightCol{
	   text-align: left !important;
	}
	
	.who-are-we-section .content .leftCol {
		min-width: 350px;
	}
	.who-are-we-section .content .leftCol img{
		width: 100% !important;
	}
}

.who-are-we-section {
	padding: 50px 0px;
}

.who-are-we-section .content .leftCol img{
    width: 50%;
	margin: auto;
}
.who-are-we-section .content .rightCol{
   text-align: center;
}


