/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
div.sharedaddy h3.sd-title {
	margin: 0 0 1em;
	display: inline-block;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 700;
	font-family: Verdana;
	letter-spacing: 1px;
}

.sd-content {
	margin-top: 10px;
}

.sd-social .sd-button .share-count {
	display: none;
}

.sd-social-text .sd-content ul li a.sd-button {
	text-decoration: none;
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 12px;
	font-family: Verdana;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	border-radius: 5%;
	color: #000000;
	background: #cfafd7;
	border: 2px solid #cfafd7;
	box-shadow: none;
	text-shadow: none;
	line-height: 23px;
	padding: 5px 10px;
}

.sd-social-text .sd-content ul li a.sd-button:hover {
	background: #fff;
	border: 2px solid #fafb95;
}

.sd-social-text .sd-content ul li a.sd-button a:hover {
	color: #000000;
}

/* =READ MORE LINK
----------------------------------------------- */
.read-more, .more-link {
	text-decoration: none;
	display: inline-block;
	margin: 5px 5px 5px 33%;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 800;
	border-radius: 0%;
	color: #ffffff;
	background: url(https://danidearest.com/wp-content/uploads/2022/03/GREEN-READ-MORE.png) no-repeat;
	box-shadow: none;
	text-shadow: none;
	line-height: 23px;
	padding: 12px 0px 0px;
	width: 200px;
	height: 50px;
	text-align: center;
	font-family: 'Lato', sans-serif;
}

.read-more:hover, .more-link:hover {
	background: url(https://danidearest.com/wp-content/uploads/2022/03/GREEN-READ-MORE-HOVER.png) no-repeat;
	color: #B7D3CC;
	height: 50px;
	text-decoration: none;
}

.circular {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}

.previews {
	height: 300px;
}

h1 {
	color: #98c1d9;
	font-size: 38px;
}

h3 {
	color: #757575;
}

/* =MAIN MENU SIZE BIGGER
----------------------------------------------- */
.main-navigation ul li a {
	font-size: 20px;
}

/* =FULL LENGTH PURPLE HEADER BOX WITH WHITE TEXT
----------------------------------------------- */
div.fullhead {
	background-color: #b7d3cc;
	width: 100%;
	color: #ffffff;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Lato', sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.morepostslink {
	background-color: #ffffff;
	width: 250px;
	border-style: solid;
	border-width: 2px;
	border-color: #b67fc9;
	color: #b67fc9;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}



/* =SIDEBAR WIDTH 300PX FOR ADS
----------------------------------------------- */
#secondary {
  width: 300px;
}







/* Mediavine CSS */

@media only screen and (min-width: 769px) {
    
body:not(.no-sidebar-full-width) #primary {
       max-width: calc(100% - 310px);

   }
body:not(.no-sidebar-full-width) #secondary {
       min-width: 300px;
       float: right;
   }
}

/* change font size */

p {
    font-size: 18px;
}

/* End Mediavine CSS */


#header-right-sidebar {
    margin-bottom:-60px!important;
}

