/*  
Theme Name: MarketInSite
Theme URI: http://www.yourwebsitelink.com
Description: This is an wordpress theme.
Version: 1.0
Author: Anis Rn
Author URI: http://www.anisrn.com
*/

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

p,h1,h2,h3,h4,h5,h6 {
	margin-bottom:15px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Minion Pro";
}

h1 {
	font-family: "Minion Pro Bold";
	font-size:18pt;
}

h2 {
	font-size:18pt;
}

h3 {
	font-size:16pt;
}

h4 {
	font-size:14pt;
}

h5 {
	font-size:12pt;
	font-style:italic;
}

blockquote {
  background: #f2f2f2 none repeat scroll 0 0;
  border: medium none;
  font-size: 12pt;
  margin: 5px 0;
  padding: 15px 20px;
  text-align: justify;
  font-family: "Myriad Pro";
}

p {
	font-family: "Myriad Pro";
}

.top_area {
  background: #425574 none repeat scroll 0 0;
  padding:6px;
  border-bottom: 2px solid #A8B1C0;
}

.top_area p {
  margin: 0;
  color: #fff;
  font-family: "Calibri";
  font-size:18px;  
}

header#navigation {
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid #A8B1C0;
  padding: 15px 0 17px;
}

h1.logo {
  margin: 0;
  padding: 0 15px;
}

#nav a {
  color: #064b80;
  font-size: 12pt;
  padding: 18px 10px;
  font-family: "Myriad Pro";
  transition: all 0.4s ease 0s
}

#nav a:hover {
  color: #AFCC2E;
}

.b_date p {
  background: #425574 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  float: left;
  font-family: "Myriad Pro";
  font-size: 12px;
  height: 55px;
  margin: 0 2px 0 0;
  text-align: center;
  width: 55px;
}

.b_date h2 {
  color: #0a2a49;
  font-size: 16pt;
  line-height: 22px;
  margin: 0;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px;
}

.b_post > img {
  float: left;
  margin-right: 10px;
}

.b_post p {
  color: #000;
  font-size: 12pt;
  padding-top: 0;
  text-align: left;
}

.readmore {
  color: #074b80;
  display: inline-block;
  padding-left: 8px;
  transition: all 0.4s ease 0s;
}


.readmore:hover {
  text-decoration:none;
  color: #AFCC2E;
}

.b_footer_line {
  clear: both;
}

.single-post {
  margin-bottom: 60px;
}

.b_footer_line > p {
  display: inline-block;
  margin:0;
}

.p-right {
  float: right;
}

.b_post {
  clear: both;
}

.single_sidebar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.single_sidebar a {
  color: #074b80;
  font-size: 12pt;
  margin-bottom: 5px;
  transition: all 0.4s ease 0s;
}

.single_sidebar a:hover {
  text-decoration:none;
  color:#AFCC2E;
}

.single_sidebar > h2 {
  color: #0a2a49;
  font-size: 17pt;
  margin: 0 0 12px;
}

.theme-sidebar {
  margin-top: 16px;
}

.single_sidebar {
  margin-bottom: 20px;
}

form#mc4wp-form-1 input[type="email"] {
  border: 1px solid #666;
  border-radius: 5px;
  height: 40px;
  padding-left: 10px;
  width: 100%;
}

form#mc4wp-form-1 input[type="submit"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #074b80 none repeat scroll 0 0;
  border-bottom: medium none;
  border-image: none;
  border-left: medium none;
  border-radius: 5px;
  border-top: medium none;
  color: #fff;
  font-size: 12pt;
  padding: 6px 0;
  width: 100%;
}

form#mc4wp-form-1 p {
  margin-bottom: 5px;
}

.top_area span {
  margin-left: 15px;
}

.b_post img {
  padding: 5px;
}

.mnth {
  font-size: 10pt;
  padding-top: 3px;
}

.datee {
  font-size: 13pt;
  margin-top: -7px;
}

.yearr {
  font-size: 10pt;
  margin-top: -7px;
}

.b_date {
  background: #f2f2f2 none repeat scroll 0 0;
  display: block;
  margin-top: 16px;
  overflow: hidden;
  margin-bottom: 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

div#wp-comment-editor-container {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

img.alignnone {
  display: block;
  float: none;
}

ol.commentlist img {
  height: auto;
  width: auto;
}

ol.commentlist li.comment {
  border: medium none !important;
}

.wc-comment-text img {
  width: auto;
}

ul#nav li:last-child a {
  padding-right: 0;
}

nav.mainmenu {
  padding: 0 !important;
}

.single_sidebar li {
  margin-bottom: 10px;
}

.footer_area {
  border-bottom: 2px solid #A8B1C0;
  border-top: 2px solid #A8B1C0;
  padding: 40px 0;
}

.copyright_text p {
  font-family: "Calibri";
  font-size: 18px;
  margin: 0;
  color: #fff;
}

footer.copyright_text {
  background: #425574 none repeat scroll 0 0;
  padding: 15px 0;
}

.b_date p span {
  display: block;
}

.b_post  {
  color: #000;
  font-size: 12pt;
  text-align: justify;
}

h1.logo {
  padding: 0;
}

img.feature_img {
  float: left;
  margin-right: 6px;
  max-height: 400px;
  max-width: 225px;
}

.logo h3 {
  color: #002f6a;
  font-size: 36pt;
  margin: 3px 0 -16px;
  padding: 0;
}

.logo h4 {
  margin: 0;
  padding: 0;
  color: #737373;
  font-size: 18pt;
}

.text_logo {
  display: block;
  margin-top: -13px;
}

.logo a, .logo a:hover {
  text-decoration: none;
}

.wp-pagenavi {
  margin-bottom: 25px;
}

img {
  max-width: 100%;
}

#mc_embed_signup_scroll h2 {
  background: #f2f2f2 none repeat scroll 0 0;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 24px;
  height: 42px;
  line-height: 40px;
  margin: 0 0 -15px;
  padding: 0;
  text-align: center;
  width: 100%;
}

#mc_embed_signup input#mce-EMAIL {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #080909;
  border-radius: 5px;
  color: #9d9c9c;
  font-size: 12px;
  height: 40px;
  margin-bottom: 5px;
  font-family: "Montserrat";
  text-align: center;
  width: 100%;
}

#mc_embed_signup input#mc-embedded-subscribe {
  background: #425575 none repeat scroll 0 0;
  border: 0 solid;
  border-radius: 5px;
  color: #f2f2f2;
  font-family: "Montserrat";
  font-size: 16px;
  height: 42px;
  width: 100%;
}

/* fonts css */
@font-face {font-family: "Minion Pro";
    src: url("http://db.onlinewebfonts.com/t/fe9c236a1c142788cb16ec5238c7833e.eot");
    src: url("http://db.onlinewebfonts.com/t/fe9c236a1c142788cb16ec5238c7833e.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/fe9c236a1c142788cb16ec5238c7833e.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/fe9c236a1c142788cb16ec5238c7833e.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/fe9c236a1c142788cb16ec5238c7833e.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/fe9c236a1c142788cb16ec5238c7833e.svg#Minion Pro") format("svg");
}

@font-face {font-family: "Myriad Pro";
    src: url("http://db.onlinewebfonts.com/t/a89cf050c859a23e4b6d9cf5989acf9e.eot");
    src: url("http://db.onlinewebfonts.com/t/a89cf050c859a23e4b6d9cf5989acf9e.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/a89cf050c859a23e4b6d9cf5989acf9e.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/a89cf050c859a23e4b6d9cf5989acf9e.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/a89cf050c859a23e4b6d9cf5989acf9e.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/a89cf050c859a23e4b6d9cf5989acf9e.svg#Myriad Pro") format("svg");
}

@font-face {font-family: "Calibri";
    src: url("http://db.onlinewebfonts.com/t/a78cfad3beb089a6ce86d4e280fa270b.eot");
    src: url("http://db.onlinewebfonts.com/t/a78cfad3beb089a6ce86d4e280fa270b.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/a78cfad3beb089a6ce86d4e280fa270b.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/a78cfad3beb089a6ce86d4e280fa270b.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/a78cfad3beb089a6ce86d4e280fa270b.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/a78cfad3beb089a6ce86d4e280fa270b.svg#Calibri") format("svg");
}

@font-face {font-family: "Minion Pro Bold";
    src: url("http://db.onlinewebfonts.com/t/c3b734d6a7b314da0b59d3ebd239e54f.eot");
    src: url("http://db.onlinewebfonts.com/t/c3b734d6a7b314da0b59d3ebd239e54f.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/c3b734d6a7b314da0b59d3ebd239e54f.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/c3b734d6a7b314da0b59d3ebd239e54f.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/c3b734d6a7b314da0b59d3ebd239e54f.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/c3b734d6a7b314da0b59d3ebd239e54f.svg#Minion Pro") format("svg");
}