/* 
 Theme Name:	Divi Child
 Author:		Quetzal Solutions
 Author URI:	https://www.qzsolution.com/
 Template:		Divi
 Version:		1.0.0
 Description: 	Divi Child Theme
 License:		GNU General Public License v2 or later
 License URI:	http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:	divichild
*/ 


/* ----------- CUSTOM CSS BELOW THIS LINE --------------------------- */

a.et_pb_button.home-button::before {
	content: "iiii";
} 

/* Background color to Mobile Menu */
#main-header #mobile_menu {
	background-color: rgba(255,255,255,0.95);
}

/* Start - Menu (Button) */
#et-top-navigation .et_pb_button {
	margin-top: 0px;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    border-color: #006e9d;
	border-radius: 15px;
    background-color: none;
    color: #006e9d;
}
#et-top-navigation .et_pb_button:hover {
padding: 0.3em 1em !important;
}
#et-top-navigation .et_pb_button:after {
display: none;
}
/* /End - Menu (Button) */

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}

/* post background color */
#main-content {
    background-color: #77c4e4!important;
}

/* style cartoon videos posts blog */
.cartoon-videos-blog .et_pb_image_container {
	width: 60%;
	margin: 0 auto;
}

/* 2 columns in blog module - cartoon videos 
.cartoon-videos-blog .et_pb_salvattore_content[data-columns]::before {
	content: '2 .column.size-1of2' !important;
}
@media only screen and ( min-width: 981px ) {
	.cartoon-videos-blog .column.size-1of2 {
	    width: 40%!important;
	    margin-right: 6%;
	}
}*/

/*quiz style*/


div.fca_qc_quiz button.fca_qc_button {
	background-color: #006e9d !important;
	border-radius: 10px !important;
}

div.fca_qc_quiz button:hover {
	background-color:rgba(0,110,157,0.62) !important;
}


div.fca_qc_quiz div.fca_qc_answer_div {
	text-align: right !important;
}

div.fca_qc_quiz span.fca_qc_answer_span , .fca_qc_score_text, #fca_qc_question ,h2.fca_qc_quiz_title, .fca_qc_your_answers_text, div.fca_qc_quiz h3.fca_qc_question_response_question, div.fca_qc_quiz p.fca_qc_question_response_response, div.fca_qc_quiz p.fca_qc_question_response_correct_answer {
	color: #006e9d !important;
}

div.fca_qc_quiz div.fca_qc_answer_div {
	background-color: #0000 !important; 
}

.fca_qc_rectancle {
	margin-left: 10px !important;
}

.fca_qc_score_text, .fca_qc_your_answers_text {
	font-size : 20px !important;
}

h3.fca_qc_score_title {
	color: #97c25f !important;
}