body {background-color:#e5e5e5;}
  @media (min-width: 1220px) {
  .container, #wrapper {
    width: 1200px!important;
  }
}
@media only screen and (min-width: 768px){
.link-effect a:hover span,
.link-effect a:focus span {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%); 
} }

.entry-content .thumbnail-post:hover img {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
}
.entry-content .thumbnail-post:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.entry-content .thumbnail-post:hover div.icon {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
top:50%;
margin-top:-21px;
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s;
}


/**
 * 1 column (content) fixed layout
 * 
 * @package WPEvoLve
 * @subpackage Layouts
 * @beta
 */

/**
 * Dark content
 * 
 */

body {color:#ddd;}

.entry-title, .entry-title a {color:#ccc;text-shadow:0 1px 0px #000;}
.entry-title, .entry-title a:hover { color: #fff; }

input[type="text"], input[type="password"],input[type="email"], textarea {border:1px solid #111!important;}

#search-text-top {border-color: rgba(0, 0, 0, 0)!important;}

.entry-content img, .entry-content .wp-caption {background:#444;border: 1px solid #404040;}

#slide_holder, .similar-posts {background:rgba(0, 0, 0, 0.2);}

#slide_holder .featured-title a, #slide_holder .twitter-title {color:#ddd;}
#slide_holder .featured-title a:hover {color:#fff;}
#slide_holder .featured-title, #slide_holder .twitter-title, #slide_holder p {text-shadow:0 1px 1px #333;}

#slide_holder .featured-thumbnail {background:#444;border-color:#404040;}   

var, kbd, samp, code, pre {background-color:#505050;}
pre {border-color:#444;}

.post-more, .anythingSlider .arrow span {border-color: #222; border-bottom-color: #111;text-shadow: 0 1px 0 #111;
color: #aaa;
background: #505050;               
background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #505050),color-stop(1, #404040));
background: -moz-linear-gradient(center top,#505050 20%,#404040 100%);
background: -o-linear-gradient(top, #505050,#404040) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#404040');
-webkit-box-shadow:  0 1px 0 rgba(255, 255, 255, 0.3) inset,0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow:   0 1px 0 rgba(255, 255, 255, 0.3) inset,0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow:   0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}
a.post-more:hover, .anythingSlider .arrow a:hover span {color:#fff;}

.social-title, #reply-title {color:#fff;text-shadow:0 1px 0px #222;}
#social {-webkit-box-shadow:none!important;-moz-box-shadow:none!important;-box-shadow:none!important;box-shadow:none!important;}

.menu-back {border-top-color:#515151;}

.page-title {text-shadow:0 1px 0px #111;}

.hentry .entry-header .comment-count a { background:none !important;-moz-box-shadow:none !important;}

.content-bottom {background:#353535;border-color:#303030; }

.entry-header a {color:#eee;}

.entry-meta {text-shadow:0 1px 0 #111;}

.edit-post a {-moz-box-shadow:0 0 2px #333;color:#333;text-shadow:0 1px 0 #fff;}

.entry-footer a:hover {color:#fff;}

.widget-content {  
background: #484848;
border-color: #404040;
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;
-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
color: #FFFFFF;
}

.tab-holder .tabs li a {background:rgba(0, 0, 0, 0.05);}
.tab-holder .tabs li:last-child a {border-right: 1px solid #404040 !important;}
.tab-holder .tabs li a, .tab-holder .news-list li {-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;}
.tab-holder .tabs li.active a {background:#484848;border-color: #404040 rgba(0, 0, 0, 0) #484848 #404040 !important;color: #eee !important;}
.tab-holder .tabs-container {background:#484848;border: 1px solid #404040 !important;border-top:0!important;}
.tab-holder .news-list li .post-holder a {color: #eee !important;}
.tab-holder .news-list li:nth-child(2n) {background: rgba(0, 0, 0, 0.05);}
.tab-holder .news-list li {border-bottom: 1px solid #414141;}
.tab-holder .news-list img {background: #393939;border: 1px solid #333;}

.author.vcard .avatar {border-color:#222;}  

.tipsy-inner {-moz-box-shadow:0 0 2px #111;}

#secondary a, #secondary-2 a, .widget-title  {text-shadow:1px 1px 0px #000; }
#secondary a, #secondary-2 a {color: #eee;} 

h1, h2, h3, h4, h5, h6 {color: #eee;}

ul.breadcrumbs {background:#484848;border: 1px solid #404040;-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;}

ul.breadcrumbs li {color: #aaa;}
ul.breadcrumbs li a {color: #eee;}
ul.breadcrumbs li:after {color: rgba(255,255, 255, 0.2);}

.menu-container, .content, #wrapper {background:#555;}  

.widgets-back h3 {color:#fff !important;text-shadow:1px 1px 0px #000 !important;}
.widgets-back ul, .widgets-back ul ul, .widgets-back ul ul ul {list-style-image:url(https://www.rhyannon.co.uk/wp-content/themes/evolve/library/media/images/dark/list-style-dark.gif) !important;}

.widgets-back a:hover {color:orange}

.widgets-holder a {
text-shadow: 0 1px 0 #000 !important;
}

#search-text, #search-text-top:focus, #respond input#author, #respond input#url, #respond input#email, #respond textarea {-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);}

.widgets-back .widget-title a {color:#fff !important;text-shadow:0 1px 3px #444 !important;}

.comment, .trackback, .pingback {text-shadow:0 1px 0 #000;background: #505050; border-color: #484848;}
.comment-header {background:#484848;border-bottom: 1px solid #484848;box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;}

.avatar {  background:#444444;border-color: #404040;}

#leave-a-reply {text-shadow:0 1px 1px #333333;}

.entry-content .read-more a, #page-links a {border-color: #222; border-bottom-color: #111;text-shadow: 0 1px 0 #111;
color: #aaa;
background: #505050;               
background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #505050),color-stop(1, #404040));
background: -moz-linear-gradient(center top,#505050 20%,#404040 100%);
background: -o-linear-gradient(top, #505050,#404040);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#404040');
-webkit-box-shadow:  1px 1px 0 rgba(255, 255, 255, 0.1) inset,0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow:  1px 1px 0 rgba(255, 255, 255, 0.1) inset,0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow:   1px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);}

.share-this a { text-shadow:0 1px 0px #111; }
.share-this a:hover {color:#fff;}
.share-this strong {color:#999;border:1px solid #222;text-shadow:0 1px 0px #222;background:#505050;
background:-moz-linear-gradient(center top , #505050 20%, #404040 100%) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #505050),color-stop(1, #404040)) !important;
background: -o-linear-gradient(top, #505050,#404040) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#404040');
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
}

.entry-content .read-more {text-shadow: 0 1px 0 #111111;}
.entry-header .comment-count a {color:#aaa;}

a.comment-reply-link {background:#484848;border: 1px solid #404040;
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);}
    
.share-this:hover strong {color:#fff;}

.page-navigation .nav-next, .single-page-navigation .nav-next, .page-navigation .nav-previous, .single-page-navigation .nav-previous {color:#777;}
.page-navigation .nav-previous a, .single-page-navigation .nav-previous a, .page-navigation .nav-next a, .single-page-navigation .nav-next a {color:#999999;text-shadow:0 1px 0px #333;}
.page-navigation .nav-previous a:hover, .single-page-navigation .nav-previous a:hover, .page-navigation .nav-next a:hover, .single-page-navigation .nav-next a:hover {color:#eee;}
.icon-big:before {color:#666;}
.page-navigation .nav-next:hover a, .single-page-navigation .nav-next:hover a, .page-navigation .nav-previous:hover a, .single-page-navigation .nav-previous:hover a, .icon-big:hover:before, .btn:hover, .btn:focus {color:#fff;}

/* Page Navi */

.wp-pagenavi a, .wp-pagenavi span {-moz-box-shadow:0 1px 2px #333;background:#555;color:#999999;text-shadow:0 1px 0px #333;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {background:#333;color:#eee;}


#page-links a:hover {background:#333;color:#eee;}

blockquote {color:#bbb;text-shadow:0 1px 0px #000;border-color:#606060;}
blockquote:before, blockquote:after {color: #606060;}

table {background:#505050;border-color: #494949;}
thead, thead th, thead td {background:rgba(0, 0, 0, 0.1);color:#FFFFFF;text-shadow:0 1px 0px #000;}
thead {box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;}
th, td {border-bottom: 1px solid rgba(0, 0, 0, 0.1);border-top: 1px solid rgba(255, 255, 255, 0.02);}    

table#wp-calendar th, table#wp-calendar tbody tr td {color:#888;text-shadow:0 1px 0px #111;}
table#wp-calendar tbody tr td {border-right:1px solid #484848;border-top:1px solid #555;}
table#wp-calendar th {color:#fff;text-shadow:0 1px 0px #111;}
table#wp-calendar tbody tr td a {text-shadow:0 1px 0px #111;}

.footer {background:#e5e5e5;}

.header, .footer {background-image:url(none);}
.menu-back {
background-color:#232323;
background: -webkit-gradient(radial, center center, 0, center center, 460, from(#232323), to(#151515));
background: -webkit-radial-gradient(circle, #232323, #151515);
background: -moz-radial-gradient(circle, #232323, #151515);
background: -o-radial-gradient(circle, #232323, #151515);
background: -ms-radial-gradient(circle, #232323, #151515);
}
.da-dots span {background:#181818}
/**
 * Posts Layout
 * 
 */   

   
.home .type-post .entry-content, .archive .type-post .entry-content, .search .type-post .entry-content, .page-template-blog-page-php .type-post .entry-content {font-size:13px;}
.entry-content {margin-top:25px;}
.home .odd0, .archive .odd0, .search .odd0, .page-template-blog-page-php .odd0 {clear:both;}
.home .odd1, .archive .odd1, .search .odd1, .page-template-blog-page-php .odd1{margin-right:0px;}
.home .entry-title, .entry-title a, .archive .entry-title, .search .entry-title, .page-template-blog-page-php .entry-title {font-size:120%!important;line-height:120%!important;margin-bottom:0;}
.home .entry-header, .archive .entry-header, .search .entry-header, .page-template-blog-page-php .entry-header {font-size:12px;padding:0;}
.home .published strong, .archive .published strong,  .search .published strong, .page-template-blog-page-php .published strong{font-size:15px;line-height:15px;}
.home .type-post .comment-count a, .archive .type-post .comment-count a, .search .type-post .comment-count a, .page-template-blog-page-php .type-post .comment-count a  {color:#bfbfbf;background:url(https://www.rhyannon.co.uk/wp-content/themes/evolve/library/media/images/comment.png) 0 9px no-repeat;text-decoration:none;position:relative;bottom:-9px;border:none;padding:8px 10px 8px 18px;}
.home .hfeed, .archive .hfeed, .single .hfeed, .page .hfeed, .page-template-blog-page-php .hfeed {margin-right:0px;}
.home .type-post .entry-footer, .archive .type-post .entry-footer, .search .type-post .entry-footer, .page-template-blog-page-php .type-post .entry-footer {float:left;width:100%}
.home .type-post .comment-count, .archive .type-post .comment-count, .search .type-post .comment-count, .page-template-blog-page-php .type-post .comment-count {background:none!important;padding-right:0;}#logo, #logo a{font-size:35px !important;}#logo, #logo a{font-family:Roboto !important;}#logo, #logo a{color:#858eaa !important;}#logo, #logo a{letter-spacing:-.03em;}#tagline{font-size:18px !important;}#tagline{font-family:Roboto !important;}#tagline{color:#b8bed6 !important;}#tagline {clear:left;padding-top:10px;}.entry-title, .entry-title a, .page-title{font-size:28px !important;}.entry-title, .entry-title a, .page-title{font-family:Roboto !important;}.entry-title, .entry-title a, .page-title{font-style:normal !important;}input, textarea, .entry-content {font-size:16px !important;}input, textarea, .entry-content {font-family:Roboto !important;}input, textarea, .entry-content {font-style:normal !important;}input, textarea, .entry-content {line-height:1.5em;}body{color: !important;}ul.nav-menu a{font-size:14px !important;}ul.nav-menu a{font-family:Roboto !important;}ul.nav-menu a{font-style:normal !important;}#bootstrap-slider .carousel-inner .img-responsive {display: block;height: auto;width: 100%;}#bootstrap-slider .carousel-caption h2 {font-size:36px !important;}#bootstrap-slider .carousel-caption h2 {font-family:Roboto !important;}#bootstrap-slider .carousel-caption h2 {font-style:normal !important;}#bootstrap-slider .carousel-caption p  {font-size:18px !important;}#bootstrap-slider .carousel-caption p  {font-family:Roboto !important;}.da-slide h2 {font-size:36px !important;}.da-slide h2 {font-family:Roboto !important;}.da-slide h2 {font-style:normal !important;}.da-slide p {font-size:18px !important;}.da-slide p {font-family:Roboto !important;}#slide_holder .featured-title a {font-size:36px !important;}#slide_holder .featured-title a {font-family:Roboto !important;}#slide_holder .featured-title a {font-style:normal !important;}#slide_holder p {font-size:18px !important;}#slide_holder p {font-family:Roboto !important;}#backtotop {right:3%;}#wrapper {position:relative;margin:0 auto 30px auto !important;background:#f9f9f9;box-shadow:0 0 3px rgba(0,0,0,.2);}

#wrapper:before {bottom: -34px;
    background: url(https://www.rhyannon.co.uk/wp-content/themes/evolve/library/media/images/shadow.png) no-repeat scroll center top!important;
    left: 0px;
    position: absolute;
    z-index: -1;
    height: 7px;
    bottom: -7px;
    content: "";
    width: 100%;
}

a, .entry-content a:link, .entry-content a:active, .entry-content a:visited, #secondary a:hover, #secondary-2 a:hover {color:#7fb0d8;}
.entry-content .read-more a, a.comment-reply-link {background:#fcfcfc;border-color:#b0b0b0}
a.more-link, input[type="submit"], button, .button, input#submit {background:#291c3f;border-color:#1d142c}.header{height:150px;}.header {padding:0;} .custom-header {padding:40px 20px 5px 20px!important;min-height:150px;background:url(https://www.rhyannon.co.uk/wp-content/uploads/2015/04/Cut-down-image11.jpg) center top no-repeat;border-bottom:0;background-size:cover!important;width:100%;}#rss, #email-newsletter, #facebook, #twitter, #instagram, #skype, #youtube, #flickr, #linkedin, #plus, #pinterest, #tumblr { color: #999999;}#rss, #email-newsletter, #facebook, #twitter, #instagram, #skype, #youtube, #flickr, #linkedin, #plus, #pinterest, #tumblr { font-size: normal;}.menu-back { background-repeat:no-repeat;}.content-box-1 i { color:#c881d3;}.content-box-2 i { color:#8478c1;}.content-box-3 i { color:#8fbfb7;}.content-box-4 i { color:#3e61c9;}/* Extra small devices (phones, <768px) */
@media (max-width: 768px) { .da-slide h2, #bootstrap-slider .carousel-caption h2 {font-size:120%!important;letter-spacing:1px; }
#slide_holder .featured-title a {font-size:80%!important;letter-spacing:1px;} 
.da-slide p, #slide_holder p, #bootstrap-slider .carousel-caption p {font-size:90%!important; }
}

/* Small devices (tablets, 768px) */
@media (min-width: 768px) { .da-slide h2 {font-size:180%;letter-spacing:0; }
#slide_holder .featured-title a {font-size:120%;letter-spacing:0; }
.da-slide p, #slide_holder p {font-size:100%; }
}  

/* Large devices (large desktops) */
@media (min-width: 992px) { .da-slide h2 {font-size:36px;line-height:1em; } 
#slide_holder .featured-title a {font-size:36px;line-height:1em;}
.da-slide p {font-size:18px; }
#slide_holder p {font-size:18px;}
 }.widget-title{font-size:19px !important;}.widget-title{font-family:Roboto !important;}.widget-content{font-size:13px !important;}.widget-content{font-family:Roboto !important;}.widget-content, .widget-content a, .widget-content .tab-holder .news-list li .post-holder a, .widget-content .tab-holder .news-list li .post-holder .meta{color: !important;}.entry-content h1{font-size:46px !important;}.entry-content h1{font-family:Roboto !important;}.entry-content h2{font-size:40px !important;}.entry-content h2{font-family:Roboto !important;}.entry-content h3{font-size:34px !important;}.entry-content h3{font-family:Roboto !important;}.entry-content h4{font-size:27px !important;}.entry-content h4{font-family:Roboto !important;}.entry-content h5{font-size:20px !important;}.entry-content h5{font-family:Roboto !important;}.entry-content h6{font-size:14px !important;}.entry-content h6{font-family:Roboto !important;}