/*
 Theme Name: Sundak Child Theme
 Theme URI: http://themes.themedsgn.com/sundak
 Description: Sundak child theme. Please install this if you want to modify the theme.
 Author: ThemeDsgn
 Author URI: https://themeforest.net/user/ThemeDsgn/
 Template: sundak
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: sundak
*/

@import url("../sundak/style.css");

/* Blog banners 650px max */
.logo {max-width:650px;}


/* unvisited link 
.post-single-wrap a:link {
	border-bottom: 3px solid #ccc !important;
	color:  rgb(68,68,68);
        text-decoration: none;
}

/* visited link 
.post-single .post-content a:visited {
	border-bottom: 3px solid #ccc;
	color:  rgb(68,68,68);
        text-decoration: none;
}

/* mouse over link 
.post-single .post-content a:hover {
    color: rgb(68,68,68);
    border-bottom: 0px;
}

/* selected link 
.post-single .post-content a:active {
    background-color: rgb(68,68,68);
color: #ccc;
} */

/* unvisited link */
.post-single-wrap .post-content.cf a:link {
	border-bottom: 3px solid #ccc !important;
	color:  rgb(68,68,68);
        text-decoration: none;
}

/* visited link */
.post-single .post-content.cf a:visited {
	border-bottom: 3px solid #ccc;
	color:  rgb(68,68,68);
        text-decoration: none;
}

/* mouse over link */
.post-single .post-content.cf a:hover {
    color: rgb(68,68,68);
    border-bottom: 0px;
}

/* selected link */
.post-single .post-content.cf a:active {
    background-color: rgb(68,68,68);
color: #ccc;
}
