/*

Theme Name: ARTACOANA

Theme URI: http://reselab.ir

Author: ROSE LAB - WEB STUDIO

Author URI: http://reselab.ir

Description: پوسته ای متفاوت؛ معنای واقعی شخصی سازی؛ طعم شیرین استارت آپ؛ خدمات، تعرفه ها، نمونه کارها... آرتاکوانا رو تجربه کن!

Version: 1.0.0

Text Domain: artacoana

Tags: fullpage, masonry, usefull, categories filtering, responsive

*/


/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

	## Posts and pages

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

--------------------------------------------------------------*/


/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
    position: relative;
}

body {
    margin: 0;
    background: #f2f2f2;
}

.container {
    width: 50%;
    margin: 0 auto;
    z-index: 200;
    position: relative;
    text-align: justify;
    overflow: hidden;
}

.container.two-column .content-area {
    width: 65%;
    float: right;
    margin-left: 5%
}

.container.two-column .widget-area {
    width: 30%;
    float: left;
}

.hidden {
    display: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

#fp-nav ul, .fp-slidesNav ul {
    direction: ltr;
}

#masthead {
    position: absolute;
    z-index: 99999;
    display: table;
    width: 100%;
    margin: 0 0 0 0;
    background-color: #353538;
    vertical-align: middle;
    padding: 0 3%;
    color: #fff;
    height: 4em;
    left: 0;
    top:0
}

#masthead.home {
    position: absolute;
    background-color: transparent;
}

#masthead .site-branding {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    position: relative;
    top: 0;
    z-index: 100;
}
#masthead .site-branding h1,#masthead .site-branding p{
  margin: 0
}
#masthead .site-branding .site-logo {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    color: #FFF;
    font-size: 2rem;
    letter-spacing: -2px;
}

#site-navigation {
    display: table-cell;
    vertical-align: middle;
    margin: 0 0 0 0;
    height: 100%;
    width: 50%;
    text-align: right;
}

nav#site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9rem
}

nav#site-navigation ul li {
    float: right;
}

nav#site-navigation ul li a {
    float: right;
    padding: 5px 15px;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 100px;
}

nav#site-navigation ul li a:hover {
    background: rgba(255, 255, 255, 0.38);
}

nav#site-navigation ul li.active a {
    border: solid 2px #FFF;
    border-radius: 100px;
}

nav#site-navigation ul li.current_page_item a, nav#site-navigation ul li.active a {
    background: #FFF;
    color: #000
}

#menu-toggle{
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 3%;
  top: 14px;
  width: 26px;
  z-index: 100  ;
  display: none
}
#menu-toggle:after,#menu-toggle:before,#menu-toggle div{
  background-color: white;
  border-radius: 3px;
  content: '';
  display: block;
  height: 3px;
  margin: 6px 0;
  transition: all 0.2s ease-in-out;
}
.menu-visible #masthead{
  position: fixed;
  top: 0;
  left: 0;
}
.menu-visible #menu-toggle:before{
  transform: translateY(9px) rotate(135deg)
}
.menu-visible #menu-toggle:after{
  transform: translateY(-9px) rotate(-135deg)
}
.menu-visible #menu-toggle div{
  transform: scale(0)
}
.menu-visible #primary-menu,.menu-visible #home-menu{
  transform: translateY(0)
}

#fullpage {}

#fullpage .slide {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}

#fullpage .slide .trans-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10
}

a.home-learn-more {
    color: #FFF;
    margin-top: 12px;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: solid 2px #fff;
    font-weight: 700;
}

a.home-learn-more:hover {
    border-bottom-style: dotted;
}

.site-content {
    min-height: 3em;
    margin-top: 4em
}

.page-back {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.page-back .trans-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10
}


/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

body, button, input, select, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li>ul, li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    line-height: 1;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/


/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {
  color: #353538
}

a:visited {

}

a:hover, a:focus, a:active {}

a:focus {
    outline: 0;
}

a:hover, a:active {
  outline: 0;
  color: #000
}


/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/


/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

#filter {
  margin-top: 50px
}

#filter .categories {
    display: block;
    width: 100%;
    clear: both;
    list-style: none;
    text-align: center;
    padding: 0;
}

#filter button {
    list-style: none;
    display: inline;
    background-color: #fff;
    border-color: #d0d2d3;
    border-width: 2px;
    border-style: solid;
    padding: 5px 8px;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color: #353538;
    outline: none;
    font-size: .85rem;
    margin: 0 .25em .7em;
}
#filter button span{
  float: left;
  margin: 0 4px;
  font-size: 0.75rem;
}

#filter button.is-active {
    background: #48484c;
    color: #FFF;
}

#filter button:hover {
    background: #d0d2d3;
    color: #FFF;
}

#grid {
    width: 94%;
    float: left;
    margin: 50px 3%;
    height: 500px;
}

#grid .wp-post-image {
    width: 100%;
    height: auto;
}

.grid-item {
    background: #fff;
    padding: 0;
    height: auto;
    vertical-align: bottom;
    display: block;
    width: 24%;
    margin: 0 .5% 1% .5%;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.grid-item .entry-title {
  font-size: 1.2rem;
  text-align: right;
  margin: 0 3% 15px;
}

.grid-item .entry-title a {
    color: #353538;
    font-size: 1.2rem;
}

.grid-item .entry-title a:hover {}

.grid-item .entry-meta {
    font-size: 0.85rem;
    margin: 0 3% 2%;
}


/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

article {
    width: 100%
}
.entry-header{
  margin-top: 10px
}

.sticky {
    display: block;
}

.hentry {}

.byline, .updated:not(.published) {
    display: none;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.page-content, .entry-content, .entry-summary {
    margin: 1em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-header {
    margin: 0 3%;
    text-align: center;
}

.cat-links{
  width: 100%;
  float: right;
  margin: 20px 0;
  text-align: center;
}
.cat-links a{
    display: inline-block;;
    background-color: #fff;
    border-color: #d0d2d3;
    border-width: 2px;
    border-style: solid;
    padding: 2px 8px;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color: #d0d2d3;
    outline: none;
    font-size: .85rem;
    margin: 0 .25em .7em;
}

/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

#comments {
    width: 100%;
    float: right;
    margin: 50px 0;
}

#comments form {}

#comments form .comment-notes {}

#comments form .comment-form-top {}

#comments form .comment-form-top input {
    width: 30%;
    float: right;
    margin-bottom: 20px;
    height: 42px;
    padding: 0 10px;
    display: block;
    color: #777;
    border: 1px solid #d4d4d4;
}

#comments form .comment-form-top input:nth-child(2) {
    margin: 0 5%;
}

#comments form textarea {
    width: 100%;
    height: 103px;
    margin: 0px;
    padding: 10px;
    display: block;
    border: 1px solid #d4d4d4;
    resize: none;
    color: #777;
}

#comments #contact_submit {
    width: 100%;
    height: 43px;
    background: #353538;
    margin: 0;
    padding: 0px;
    border: 0;
    cursor: pointer;
    color: #fff;
    display: block;
    float: right;
    font-weight: 700;
    font-size: 14px;
}

#comments #contact_submit:hover {
    opacity: .6;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%;
}


/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

#summary {
    width: 100%;
    float: right;
    height: 10em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    margin-top: 1em;
}

.site-footer {
    background-color: #353538;
    color: #fff;
    clear: both;
}

.site-footer a {
    color: #d0d2d3;
}

.site-footer a:hover {
    color: #FFF;
}

.site-footer .site-info {
    overflow: hidden;
    padding: .5em 3%;
    margin: 0 auto;
    float: none;
    border-bottom: 1px solid #48484c;
}

.site-footer .site-info .widget-container {
    float: left;
    width: 48.5%;
}

.site-footer .site-info .widget-container:nth-child(1) {
    margin-right: 1.5%;
}

.site-footer .site-info .widget-container:nth-child(2) {
    margin-left: 1.5%;
}

.site-footer .menu-footer-container {
    overflow: hidden;
    margin: 0 3%;
    float: left;
}

.site-footer .menu-footer-container li {
    line-height: 28px;
    float: left;
    display: inline-block;
    margin: .6em 2em .7em 0;
}

.site-footer .social-menu {
    margin: 0 3%;
    float: right;
}

.site-footer .social-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.site-footer .social-menu li a {
    font-size: 1.2rem;
    display: inline-block;
    text-align: center;
    padding: .5em .3em;
}

.copyright-info {
    float: left;
    margin: 0 3%;
    font-size: .8rem;
}
@media screen and (max-width: 1200px){
  .container{
    width: 70%;
  }
  .grid-item{
    width: 24%;
  }
}
@media screen and (max-width: 992px){
  .container{
    width: 80%;
  }
  .grid-item{
    width: 32%;
  }
  #masthead.home{
    background: rgba(0, 0, 0, 0.2)
  }
  #masthead .site-branding{
    width: 80%;
  }
  #site-navigation{
    width: 20%
  }
  #menu-toggle{
    display: block;
  }
  #primary-menu,#home-menu{
  display: block;
  overflow: auto;
  padding: 100px 0 0 !important;
  position: fixed;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  background-color: #353538;
  top: 0;
  left: 0;
  }
  nav#site-navigation ul {
      width: 100%
  }
  nav#site-navigation ul li {
      width: 100%;
      text-align: center;
      margin-right: 0 !important;
      padding: 15px 0 ;
      border-bottom: solid 1px #48484c
  }
  nav#site-navigation ul li a {
  float: none;
  border:none;
  font-size: 1.2rem;
  margin-bottom: 10px
  }
}
@media screen and (max-width: 768px){
  .container{
    width: 90%;
  }
  .grid-item{
    width: 49%;
  }
  .site-footer .site-info .widget-container {
      width: 100%;
      margin: 0 !important
  }
  .site-footer .social-menu {
      width: 100%;
      margin: 0;
      text-align: center;
  }
  .copyright-info{
    width: 100%;
    margin: 0;
    text-align: center;
    border-top:solid 1px #48484c
  }
}
@media screen and (max-width: 480px){
  .grid-item{
    width: 99%;
  }
  #summary{
    display: none
  }
}
