/*
 Theme Name:     Trades Child Theme
 Theme URI:      
 Description:    Child theme for Trades
 Author:         Theme Canon
 Author URI:     http://www.themecanon.com
 Template:       trades
 Version:        1.0.0
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */


/* ==========================================================================
   01. Theme Base Settings
   ========================================================================== */
body { font-size: 1.2em; line-height: 2.0; padding: 2em 1em 4em; overflow-y: scroll;
		background-position: center top!important;
		background-image: none!important;
}


/* ==========================================================================
   08. Paralax Block Styles
   ========================================================================== */
.outter-wrapper.pb_block.pb_block_main.pb_text_section {
	margin: 1em 0;	
}

/* =======  ACCORDION =========== */
ul.accordion {
	margin-bottom: 0;
}

ul.accordion li a.accordion-btn{
	font-size: 1.2em;
}

ul.accordion li a.accordion-btn:before{
	content: "+";
	padding-right: .65em;
	font-size: 25px;
	font-weight:bold;
	width: 15px;
	display: inline-block;
}

/* ==========================================================================
  10. Lists
   ========================================================================== */   
.main ul li:before {
top: 13px;
font-weight:bold;
}


ol > li {
    position:relative; /* Create a positioning context */
    list-style:none; /
	margin: 0 0 0 1em;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 1em;
}

ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    position:absolute;
    top:-2px;
    left:-1.5em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:1.5em;
    margin-right:8px;
    padding:4px;
    text-align:center;
}

.list-with-links a {
	text-decoration:underline;	
}

/* ==========================================================================
   19. Toggles
   ========================================================================== */
ul.toggle li a.toggle-btn:before{
	content: "+";
	padding-right: .65em;
	font-size: 25px;
	font-weight:bold;
	width: 15px;
	display: inline-block;
}

ul.toggle li a.toggle-btn{
	font-size: 25px;
}


/* ==========================================================================
   26. Media Queries 480
   ========================================================================== */
@media only screen and (max-width: 480px) { 
	iframe{
		max-height: none;
	}
}