/* Enter Your Custom CSS Here */



/* 	SIDE NAVIGATION
	==============================================*/

nav.vertical_menu > ul > li > a {

    padding: 10px 0;

}


/* 	CONTENT
	==============================================*/

ul, .content ul ul, .content ol {
    line-height: 28px;
}

.content ul {
    list-style-position: outside;
}

.content ul li {
    margin-bottom: 10px;
}

.content ul {
    padding-left: 15px;
}

.content ol {

}


.blog_holder article h2 {
    display: none;
}

.blog_holder article:not(.format-link):not(.format-quote) .post_text .post_text_inner {
    padding: 0px;
}

.blog_holder article {
    display: inline-block;
    margin: 0 0 30px;
}

.blog_holder.masonry article .post_info {
    display: none;
}


.title h1 {
    word-break: normal;
}

h3 {
    margin-bottom: 10px;
    margin-top: 30px;
}

hr, .hr {
    border-color: -moz-use-text-color -moz-use-text-color #ededed;
    border-style: none none solid;
}

table td {
    border: 6px solid #ededed;
}

.qbutton.medium {
    font-size: 12px;
}


/* 	COMMENTS
	==============================================*/


/* 	Peidab kommentaarid  */
div.comment_form, .comment_holder {
    display: none;
}


div.comment_form form p.logged-in-as {
    display: none;
}

.comment_holder .comment .text .name {
    display: none;
}

.comment_holder .comment .image {
    display: none;
}

.comment_holder .comment .text {
    padding: 0px;
}

.comment_holder .comment .text .text_holder {
  	margin-top: -20px;
}

#wp-comment-editor-container {
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}




/*  SEARCH
	================================================== */

.widget #searchform {
    max-width: 280px;
    border-bottom: 1px solid #777;
  	background: none;
}

.widget.widget_search form input[type="text"], .widget.widget_search form input[type="submit"] {
    color: #000;
    font-size: 13px;
}



.footer #searchform {
    background: none;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    max-width: 280px;
    border-bottom: 1px solid #666;
  	margin-top: 40px;
  
}

.footer.footer_search form input[type="submit"] {
    background-color: transparent;
    border: 0 none;
    color: #ededed;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: "FontAwesome",sans-serif;
    height: 37px;
    line-height: 37px;
    margin: 0;
    outline: 0 none;
    padding: 0 4%;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
    width: 37px;
  	font-size: 13px;
}

.footer.footer_search form input[type="text"] {
    background-color: transparent;
    border: 0 none;
    box-sizing: border-box;
    color: #ededed;
    display: inline-block;
    float: left;
    font-family: inherit;
    height: 33px;
    margin: 0;
    outline: 0 none;
    padding: 2px 12px;
    text-decoration: none;
    width: 74%;
 	font-size: 13px;
}

.footer.footer_search form .screen-reader-text {
    display: none;
}




/*  Media
	================================================== */


.media-100 { 

	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.media-100 iframe, .media-100 object, .media-100 embed  { 

	position: absolute; 
	top: 0; left: 0; 
	width: 100%; 
	height: 100%; 

}

.block-500 { 
  	width: 100%;
	max-width: 500px;
  	float: right;
  	margin-left: 20px;
    margin-top: 10px;
} 
 
  
  .wp-caption-text {
    font-size: 0.8em;
  	margin-top: 10px!important;
  	font-weight: 600;
  	font-style: italic;
  	text-align: center;	
}



/*  CONTENT BOXES
	================================================== */

.content_box {
    background-color: #f6f6f6;
  	color: #555;
  	border-left: 8px solid #888;
  	border-top: 0px;
    border-bottom: 0px;
  	border-right: 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  	line-height: 1.8em;
 	font-size: ;
  	padding: 30px 20px;
  	margin: 40px 0;
  
    /*--
  	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.13);
  	--*/
  
	/*-- vaata http://www.cssmatic.com/box-shadow --*/
}


  .content_box a {
    border: medium none;
    color: #00bcd2 !important;
  	font-weight: normal;
}

.green_box {
    border-color: #a4d60e;
}

.blue_box {
    border-color: #00daf3;
}

.yellow_box {
    border-color: #f1dd00;
}

.red_box {
    border-color: #a538bd;
}

.content_box p {
    margin: 0 0 20px;
}

/*  CONTACT FORM 7
	================================================== */


#responsive-form{
	max-width: 900px /*-- change this to get your desired form width --*/;
	margin: 10px auto 0;
    width: 100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width: 100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-date, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select, input.wpcf7-form-control.wpcf7-quiz {
  
    font-size: 0.9em;
}


/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}


/*  TOGGLE
	================================================== */

.toggle-content .expand {
    line-height: 1.8em;
    padding: 1px 40px 15px;
}


/*  POST NAVIGATION
	================================================== */
.wp-post-navigation-next a::after {
    content: "❭";
}

.wp-post-navigation-pre a::after {
    content: "❬";
}

.wp-post-navigation div a::after {
    color: #00bcd2;
    font-size: 3em;
      margin-top: 0;
}

.wp-post-navigation div a:hover {
    color: #000;
}

.wp-post-navigation div {
    min-height: 50px;
  	padding-top:25px;
  	width: 80px;
  	margin: 20px 0;
}

div.slickQuizWrapper div.wp-post-navigation {
  	display: none;
}

/*  SlickQuiz
	================================================== */

.slickQuizWrapper .button {

    background-color: #555!important;
    border: 0px !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
   	text-transform: uppercase;
  	letter-spacing: 2px;
    padding: 10px 22px!important;
}
  
.slickQuizWrapper .button:hover {
    background-color: #00bcd2!important;
}

.slickQuizWrapper .button.backToQuestion {
    background: #ccc!important;
}

.slickQuizWrapper .button.backToQuestion:hover {
    background: #00bcd2!important;
}

.quizName {
    display: none!important;
  	font-size: 1.4em;
}


.slickQuizWrapper ul.answers li.correct {
    color: #35404f !important;
}

.quizDescription {
    display: none;
}


.slickQuizWrapper .buttonWrapper .button {
    margin-top: 0px!important;
}


.slickQuizWrapper .quizArea, .slickQuizWrapper .quizResults {
    margin: 20px 0px;
}

.slickQuizWrapper ul.responses li {
    font-style: italic;
}
