/*
Theme Name: Margo
Theme URI: https://themeforest.net/item/margo-creative-portfolio-wordpress-theme/19263532
Author: codeex
Author URI: http://themeforest.net/user/codeex
Description: Margo is a minimalist and simple portfolio template, designed with passion to give you an amazing work. Perfect for designers, illustrators, small agency or any other professional who want to show to the world beautiful works and captivate the audience.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: margo
Tags: custom-colors, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
/*
  - Columns
  - Global Styles
  - Preloader
  - Header
  - Menu
  - Main Container
  - Projects
  - Blog
  - Contact
  - WordPress Default Styles
  - Text meant only for screen readers
  - Pagination
  - Contact Form 7
  - Responsive Styles
*/


/* Columns */

.container {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.column {
  float: left;
  padding: 0 15px;
  position: relative;
}
.column:first-child {
  padding-left: 0;
}
.column:last-child {
  padding-right: 0;
}
.column.col-1 {
  width: 8.333%;
}
.column.col-2 {
  width: 16.666%;
}
.column.col-3 {
  width: 25%;
}
.column.col-4 {
  width: 33.333%;
}
.column.col-5 {
  width: 41.666%;
}
.column.col-6 {
  width: 50%;
}
.column.col-7 {
  width: 58.333%;
}
.column.col-8 {
  width: 66.666%;
}
.column.col-9 {
  width: 75%;
}
.column.col-10 {
  width: 83.333%;
}
.column.col-11 {
  width: 91.666%;
}
.column.col-12,
.post-content iframe {
  width: 100%;
}
.column.offset-by-1 {
  margin-left: 8.333%;
}
.column.offset-by-2 {
  margin-left: 16.666%;
}
.column.offset-by-3 {
  margin-left: 25%;
}
.column.offset-by-4 {
  margin-left: 33.333%;
}
.column.offset-by-5 {
  margin-left: 41.666%;
}
.column.offset-by-6 {
  margin-left: 50%;
}
.column.offset-by-7 {
  margin-left: 58.333%;
}
.column.offset-by-8 {
  margin-left: 66.666%;
}
.column.offset-by-9 {
  margin-left: 75%;
}
.column.offset-by-10 {
  margin-left: 83.333%;
}
.column.offset-by-11 {
  margin-left: 91.666%;
}
.row {
  margin-bottom: 30px;
}
.row:last-child {
  margin-bottom: 0;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.container::after,
.row::after,
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}


/* Global Styles */

html {
  overflow-y: scroll;
}
body {
  font-family: 'Playfair Display';
  color: #666;
  line-height: 1.8;
  background: #ededed;
  -webkit-font-smoothing: antialiased;
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  color: #c7ac75;
  background: #c7ac75;
}
::-moz-selection {
  color: #c7ac75;
  background: #c7ac75;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.link,
.copy a,
span.cat a,
.comment-reply-link,
#cancel-comment-reply-link,
.logged-in-as a {
  color: #c7ac75;
}
a.link:hover,
.copy a:hover,
span.cat a:hover,
.comment-reply-link:hover,
#cancel-comment-reply-link:hover,
.logged-in-as a:hover {
  color: #141516;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
  color: #141516;
  margin-bottom: 15px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}
p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
form {
  margin-bottom: 30px;
}
form:last-child {
  margin-bottom: 0;
}
.form-group {
  margin-bottom: 30px;
}
.form-group:last-child {
  margin-bottom: 0;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  height: 50px;
  font-family: 'Source Sans Pro';
  font-size: inherit;
  padding: 0 15px;
  background: #fff;
}
textarea {
  max-width: 100%;
  padding: 15px;
  min-height: 120px;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  height: 40px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro';
  color: #fff;
  padding: 0 15px;
  background: 0;
  cursor: pointer;
  background: #c7ac75;
}
label {
  display: block;
  text-transform: uppercase;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
img {
  max-width: 100%;
}
.small-title {
  text-transform: uppercase;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
ul li {
  list-style: disc inside;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}
ol li {
  list-style: decimal inside;
  margin-left: 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.theme-menu ul li,
.comments ul li,
.pagination ul li {
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}


/* Preloader */

#site-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(20, 21, 22, .7);
  -webkit-transition: all .7s cubic-bezier(0.7, .3, 0, 1) .3s;
  transition: all .7s cubic-bezier(0.7, .3, 0, 1) .3s;
}
#site-loading.hide {
  height: 0;
  visibility: hidden;
}
.loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top: 3px solid transparent;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: loading .7s linear infinite;
  animation: loading .7s linear infinite;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#site-loading.hide .loader {
  bottom: -24px;
  visibility: hidden;
}
@-webkit-keyframes loading {
  100% {
      -webkit-transform: rotate(360deg);
  }
}
@keyframes loading {
  100% {
      transform: rotate(360deg);
  }
}


/* Header */

#site-header {
  height: 150px;
}
#header-logo {
  margin-top: 61px;
}
#burger {
  width: 20px;
  height: 14px;
  margin-top: 68px;
  position: relative;
  cursor: pointer;
}
#burger-icon {
  width: 20px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
}
#burger-icon .icon-bar {
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  background: #141516;
}
#burger-icon .icon-bar.top {
  top: 0;
}
#burger-icon .icon-bar.middle {
  top: 6px;
}
#burger-icon .icon-bar.bottom {
  bottom: 0;
}
#site-nav {
  width: 35%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -35%;
  z-index: 10;
  background: #c7ac75;
  -webkit-transition: all .5s cubic-bezier(0.7, .3, 0, 1);
  transition: all .5s cubic-bezier(0.7, .3, 0, 1);
}
#site-nav.nav-open {
  right: 0;
}


/* Menu */

#menu {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px;
  text-align: right;
}
#menu li {
  margin-bottom: 15px;
}
#menu li:last-child {
  margin-bottom: 0;
}
#menu li a {
  position: relative;
  font-size: 24px;
  color: #fff;
}
#menu li .sub-menu,
#menu li .children {
  list-style: none;
  position: relative;
}
#menu li .sub-menu li,
#menu li .children li {
  margin-bottom: 0;
}
#menu li .sub-menu li a,
#menu li .children li a {
  font-family: 'Source Sans Pro';
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
}
#menu li .sub-menu li a:hover,
#menu li .children li a:hover,
.content .excerpt {
  color: #fff;
}
#nav-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
#nav-close::before,
#nav-close::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
#nav-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* Main Container */

#site-main {
  max-width: 1200px;
  margin: 50px auto;
  background: #fff;
}
#main-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgba(20, 21, 22, .7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#main-overlay.nav-open {
  opacity: 1;
  visibility: visible;
}
.grey-section {
  padding: 100px 0;
  background: #f7f7f7;
}
.headline {
  text-align: center;
  padding: 150px 0 100px;
}
.headline-content {
  max-width: 500px;
  margin: 0 auto;
}
.headline .title {
  font-size: 30px;
  color: #c7ac75;
  margin-bottom: 15px;
}
.headline .title.project-title {
  margin-bottom: 30px;
}
.headline .title:last-child {
  margin-bottom: 0;
}
.hero {
  position: relative;
}
.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.entry-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.post-password-required {
  background: #000;
  text-align: center;
}
.post-password-required i {
  color: #FFF;
  position: relative;
  top: 45%;
}
.post-password-form input[type='password'] {
  border: 1px solid #CCC;
}
.post-password-required .blog-entry-info {
  background: none;
  text-align: left;
}


/* Projects */

.works {
  background: #f7f7f7;
}
.work-entry .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(20, 21, 22, .9);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.work-entry:hover .info {
  opacity: 1;
}
.work-entry .content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  padding: 0 50px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
.work-entry .content .title {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  color: #fff;
  top: -15px;
}
.work-entry .content .cat {
  font-family: 'Source Sans Pro';
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  top: 15px;
}
.work-entry .content .title,
.work-entry .content .cat {
  position: relative;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.work-entry:hover .content .title,
.work-entry:hover .content .cat {
  top: 0;
  opacity: 1;
}
.project-categories {
  margin-bottom: 30px;
}
.project-categories span {
  font-family: 'Source Sans Pro';
  font-size: 14px;
  color: #b3b3b3;
  margin-right: 15px;
}
.project-categories span:last-child {
  margin-right: 0;
}
#project img,
.blog-gallery img {
  display: block;
  margin: 0 auto;
  height: auto;
}


/* Blog */

.blog-page {
  background: #f7f7f7;
}
.blog-entry {
  position: relative;
}
.blog-entry-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(20, 21, 22, .7);
}
.blog-entry-info .content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 50px;
}
.blog-entry-info .content .date {
  font-family: 'Source Sans Pro';
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
}
.blog-entry-info .content .title {
  font-family: 'Source Sans Pro';
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.sticky-post {
  position: absolute;
  z-index: 9;
  top: 6px;
  left: 6px;
  background: #c7ac75;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #FFF;
}
.comment-reply-link,
#cancel-comment-reply-link,
.logged-in-as a {
  text-transform: lowercase;
}
.post-arrow {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.post-arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: -4px;
  right: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blog-entry-info:hover .post-arrow {
  width: 50px;
}
.single-post-page {
  padding: 100px 0;
}
.post-header {
  margin-bottom: 50px;
}
.post-header .title {
  font-size: 30px;
  color: #141516;
}
.post-metas {
  padding-bottom: 15px;
  border-bottom: 3px solid #e6e6e6;
}
.post-metas span {
  margin-right: 15px;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  color: #b3b3b3;
}
.post-footer {
  margin-top: 100px;
}
.share-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  background: #e6e6e6;
}
.share-link.share-facebook {
  background: #4d70a8;
}
.share-link.share-twitter {
  background: #00bbf2;
}
.share-link.share-gplus {
  background: #e3401d;
}
.share-link.share-pinterest {
  background: #cb3737;
}
.comments-title,
.comment-reply-title {
  margin-bottom: 50px;
}
.comment-reply-title {
  font-size: 24px;
}
.comments-list {
  list-style: none;
  margin-bottom: 50px;
}
.comments-list .comment {
  margin-bottom: 50px;
}
.comments-list .comment:last-child {
  margin-bottom: 0;
}
.comments-list .comment .children {
  list-style: none;
  margin: 60px 0 0 50px;
}
.comment-user {
  float: left;
  width: 100px;
  position: relative;
}
.comment-user img {
  border-radius: 50%;
  height: auto;
}
.comment-content {
  margin-left: 120px;
}
.comment-content .date {
  font-family: 'Source Sans Pro';
  font-size: 14px;
  color: #b3b3b3;
}
.comment-content .comment-text,
.comment-content p {
  margin-top: 15px;
}


/* Contact */

#contact-form {
  margin-top: 30px;
}
#contact-messages {
  font-family: 'Source Sans Pro';
  font-size: 14px;
  color: #b3b3b3;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  border: 0;
  background: #FF0000;
  color: #FFF;
}
div.wpcf7-mail-sent-ok {
  background: #398f14;
}
div.wpcf7-response-output {
  margin: 0;
}
.blog-tags i {
  margin-right: 10px;
  color: #c7ac75;
  font-size: 11px;
}
.blog-tags a {
  margin-right: 10px;
  background: #c7ac75;
  color: #FFF;
  padding: 2px 6px;
  font-size: 11px;
}
#site-footer {
  text-align: center;
  padding: 100px 0;
}
.copy {
  font-size: 14px;
}
.social {
  margin-top: 30px;
}
.social .social-link {
  margin-right: 30px;
}
.social .social-link:last-child {
  margin-right: 0;
}
.social .social-link:hover {
  color: #c7ac75;
}


/* WordPress Default Styles */

.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background: #f3f3f3;
  padding: 4px;
  margin-bottom: 30px;
  width: auto !important;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  padding: 4px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.gallery-caption,
.bypostauthor {

}
.alignright,
.alignleft,
.aligncenter,
.alignnone,
.alignnone img {
  max-width: 100%;
  height: auto;
}
.gallery {
  margin-bottom: 40px !important;
}
.gallery-item {
  margin-bottom: 1px;
  margin-top: 0 !important;
  text-align: left !important;
  float: left;
}
.gallery-item img {
  border: 0 !important;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1%;
}
.attachment img.attachment-full { 
  margin-bottom: 30px !important;
}


/* 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. */
}

code, samp, kbd { 
  font-family: "Courier New", Courier, monospace, sans-serif; 
  text-align: left; 
  color: #555; 
}
pre { 
  padding: 6px 15px !important; 
  border-left: 11px solid #ccc !important; 
  margin: 15px 0 !important; 
  overflow: auto; 
  line-height: 22px; 
  white-space: pre-wrap; 
  white-space: -moz-pre-wrap; 
  white-space: -o-pre-wrap; 
  word-wrap: break-word; 
  background: #ececec !important; 
  font-size: 14px;
}


/* Pagination */

.pagination {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  margin-top: 100px;
}
.page-numbers {
  display: inline-table;
}
.page-numbers li {
  float: left;
  margin-right: 6px;
}
.page-numbers li a,
.alignleft a:link,
.alignleft a:visited,
.alignright a:link,
.alignright a:visited {
  color: #333;
  padding: 4px 15px;
  display: block;
  background: #EEE;
}
.page-numbers li a:hover,
.alignleft a:hover,
.alignright a:hover,
.page-numbers li a.next:hover,
.page-numbers li a.prev:hover,
.post-link-portfolio span.prev a:hover,
.post-link-portfolio span.next a:hover {
  color: #FFF;
  background: #c7ac75;
}
.alignleft a,
.alignright a,
.page-numbers li a.next,
.page-numbers li a.prev,
.post-link-portfolio span.prev a,
.post-link-portfolio span.next a {
  font-size: 11px;
  color: #333;
  background: #EEE;
  padding: 8px 20px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
}
span.current {
  color: #FFF;
  font-size: 14px;
  padding: 6px 15px;
  display: block;
  background: #c7ac75;
}
span.dots {
  margin-top: 0;
  margin-right: 10px;
  margin-left: 10px;
}


.post-content ol,
.post-content ul,
.post-content table,
.post-content dl,
.post-content address {
  margin-bottom: 30px;
}
.post-content table,
select {
  width: 100%;
}
.post-content table thead th {
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
.post-content table tbody th a {
  color: #c7ac75;
}
.post-content table thead th,
.post-content table tbody th,
.post-content table tbody td {
  border: 1px solid #CCC;
  padding: 10px 20px;
  text-align: left;
}
dt {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
dd {
  margin-left: 20px;
  margin-bottom: 10px;
}
blockquote { 
  background: #F8F8F8; 
  padding: 30px; 
  border: 1px solid #E9E9E9; 
  font: italic 18px/28px 'georgia', sans-serif; 
  margin-bottom: 30px; 
  color: #999;
}
.mejs-container {
  margin-bottom: 30px;
}

/* Contact Form 7 */

span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-not-valid {
  border: 1px solid #FF0000;
}


/* Responsive Styles */

@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
  iframe {
    width: 100%;
    height: 580px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 70%;
  }
  .column {
    width: 100%!important;
  }
  .column {
    margin: 0 0 30px!important;
    padding: 0;
  }
  .column:last-child {
    margin-bottom: 0;
  }
  #site-main {
    margin: 0;
  }
  #site-header {
    height: 100px;
  }
  #header-logo {
    margin-top: 36px;
  }
  #burger {
    margin-top: 43px;
  }
  #site-nav {
    width: 80%;
    right: -80%;
  }
  .headline-content {
    max-width: 100%;
  }
  form .row,
  form .row .column {
    margin-bottom: 15px!important;
  }
  form .row:last-child,
  form .row .column:last-child {
    margin-bottom: 0!important;
  }
  .comments-list .comment .children {
    margin-left: 20px;
  }
  iframe {
    width: 100%;
    height: 440px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: 90%;
  }
  #menu {
    padding: 30px;
  }
  #nav-close {
    top: 30px;
    right: 30px;
  }
  .blog-entry-info .content {
    padding: 30px;
  }
  .post-arrow {
    bottom: 30px;
    left: 30px;
  }
  .comment-user {
    width: 50px;
  }
  .comment-content {
    margin-left: 70px;
  }
  iframe {
    width: 100%;
    height: 200px;
  }
  .social .social-link {
    margin-right: 20px;
  }
}