/*
Theme Name: MMMonkeys Theme
Description: Child theme for Avada theme
Author: Reza Anwar
Author URI: https://www.itismatic.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.bold > * {
    font-weight: 600!important;
}

.fusion-social-links .fusion-social-networks a {
    font-size: 32px!important;
}

.fusion-body .fusion-separator.sep-none {
    margin-top: 40px;
}



/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px)
  {

        #main {
                padding: 0px!important;
        }

        .fusion-fullwidth {
                padding: 0px!important;
        }

        .post-content h1 {
		font-size: 18px!important;
	}
}
