/*
Theme Name:   cannyon child theme
Description:  Write here a brief description about your child-theme
Author:       Adriana Marczuk
Author URL:   Write here the author's blog or website url
Template:     cannyon
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  cannyon-child
*/

/* Write here your own personal stylesheet */
body *{
    font-family: 'Raleway', sans-serif !important;
}

.mythemes-topper{
    background-color: #000 !important;
}

.header-title{
    position: relative;
    font-weight: 400 !important;
}

.header-title::after{
    content: '';
    display: block;
    width: 30%;
    background-color: #FFF;
    height: 3px;
    position: relative;
    margin-top: 10px;
}

.mythemes-logo span{
    padding-left: 10px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
}

nav.base-nav ul.mythemes-menu > li.current-menu-item > a{
    background-color: #282827;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.my-posts{
    text-align: center;
    position: relative;
    background: transparent;
    box-shadow: inset 0 0 0 1px #d7c2ab;
    padding: 10px 15px;
}

.my-posts::before, .my-posts::after {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    height: 1px;
    background: #FFF;
  }

  .my-posts::before {
    width: 80%;
    right: 1px;
    -webkit-transition: width 0.2s ease-out 0.2s;
    -moz-transition: width 0.2s ease-out 0.2s;
    -o-transition: width 0.2s ease-out 0.2s;
    -ms-transition: width 0.2s ease-out 0.2s;
    transition: width 0.2s ease-out 0.2s;
  }
  .my-posts::after {
    width: calc(100% - 10px);
    top: calc(100% - 1px);
    left: 1px;
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -o-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
  }

  .my-posts:hover::before, .my-posts:hover::after, .my-posts:active::before, .my-posts:active::after {
    width: 0;
    
  }
  .my-posts:hover{
    cursor: pointer;
  }

.my-posts .widget_text h3{
    text-transform: uppercase;
    font-weight: 300 !important;
    opacity: 0.9;
    color: #d7c2ab !important;
}

.widget_text .textwidget a{
    width: 100%;
    display: block;
    color: #d7c2ab;
    opacity: 0.9;
}

.widget_text .textwidget a b{
    font-weight: 300;
}

.widget_text .textwidget a:hover{
    opacity: 1;
    color: #d7c2ab;
}

.my-posts .widget_text .textwidget{
    color: #222 !important;
    font-weight: 300 !important;
}

aside.mythemes-header-items div.header-item div.widget{
    margin-bottom: 0 !important;
}

div.mythemes-white div.content{
    padding-top: 30px !important;
}

.mythemes-page{
    border-top: 1px solid #DDD;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

aside.mythemes-sidebar div.widget{
    border: 1px solid #DDD;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

div.widget h4.widget-title{
    text-align: center;
    font-size: 24px;
    background-color: transparent;
    padding: 25px 20px;
    
}

div.widget h4.widget-title a{ 
    color: #222 !important;
    font-weight: 300 !important;
}

.widget-title{
    color: #222 !important;
    font-weight: 300 !important;
}

.post-title b{
    font-weight: 700 !important;
}

.mythemes-page h2{
    color: #222 !important;
    font-weight: 300 !important;
    font-size: 30px;
}

.easy-table{
    text-transform: uppercase;
    font-weight: 300;
}

.easy-table thead th{
    font-weight: 300;
    background-color: #ebebeb;
    padding: 5px;
    text-align: center !important;
    vertical-align: middle !important;
    border-bottom: #DDD solid 1px !important;
}

.easy-table thead th:first-child{
    border-right: #DDD solid 1px !important;
}

.easy-table thead th:nth-child(2){
    background: transparent !important;
}

.easy-table th, .easy-table td{
    border: unset !important;
    border-top: 0 !important;
    border-bottom: #DDD solid 1px !important;
}

.easy-table td:first-child{
    border-right: #DDD solid 1px !important;
}

.table-responsive *{
    font-size: 12px !important;
}

.ranking-text {
    font-size: 36px;
    font-weight: 700;
}

.ranking-text span {
    display: inline-block;
    font-weight: 300;
}

.mascara-ranking {
    display: inline-block;
    width: 100%;
    text-align: center !important;
    color: white;
    background: #282827;
    padding: 15px 10px;
    border-radius: 26px;
    text-transform: uppercase;
    font-weight: 300 !important;
}

.mascara-ranking span {
    font-weight: 700 !important;
}

.mythemes-page a{
    color: #d2bba3 !important;
}

.mythemes-page h3 a{
    font-weight: 700;
    color: #222 !important;
}

.mythemes-page h3 strong{
    font-weight: 300;
}

div.widget ul li a{
    text-align: center !important;
    margin: 5px auto;
    display: block;
    font-weight: 700;
}

.cat-post-item{
    border-bottom: 0 !important;
}

.arrow-container::after{
    content: '';;
    display: block;
    clear: both;
}

.arrow {
    padding: 15px;
    padding-right: 30px;
    background: #aae68c;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    z-index: 2;
    top: 60px;
    left: 0;
}

.arrow::after{
    content: '';
    position: absolute;
    z-index: 1;
    right: -40px;
    width: 0; 
    height: 0; 
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 60px solid #aae68c;
    top: -23.5px;
}

.mascara-single-heading{
    font-weight: 700 !important;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.mascara-image-holder img{
    margin: 0 auto;
}

.mascara-single-heading span{
    font-weight: 300;
}

a.mascara-home-title{
    color: #222 !important;
    font-weight: 700 !important;
}
a.mascara-home-title span{
    font-weight: 300 !important;
}

.review-desc{
    padding: 0;
    width: 100%;
}
.review-wrapper{
    border: none !important;
}

.review-summary-title{
    display: none !important;
}

.review-total-wrapper span.review-total-box{
    padding: 0px 0px 10px;
}

.review-list li span{
    text-transform: uppercase;
}
.review-list li{
    border-bottom: solid #DDD 1px;
    background: #000;
}

footer .mythemes-default-content, .mythemes-dark-mask .mythemes-social{
    display: none;
}

section.col-lg-9 div.mythemes-page{
    padding: 50px 0px !important;
}

.post{
    border: solid #DDD 1px;
    margin-bottom: 20px;
}

div.mythemes-header-antet div.overflow-wrapper{
    width: 300px !important;
}