 /*
Theme Name:     Active|CMS Custom Theme
Theme URI:      http://www.activewebits.com
Description:    Custom theme for Ozpaddle
Author:         Active WebITS
Author URI:     http://www.activewebits.com
Template:       ozpaddle
Version:        5.12
*/

/* Custom CSS  */

.white-text h2, .white-text h3, .white-text h4, .white-text {color:#fff;}
.white-text h3 {margin: 10px 0; font-size:1.5em;}
.white-text h4 {margin: 10px 0; font-size:1.1em;}
.black-text h2, .white-text h3, .white-text h4, .white-text {color:#fff;}
.black-text h3 {margin: 10px 0; font-size:1.5em;}
.black-text h4 {margin: 10px 0; font-size:1.1em;}
.page-header {border-top: none !important;}
#overlay-header-wrap #site-navigation-wrap {border-top: none !important;border-bottom: none!important; border-radius:5px;}
.center-align {text-align:center;}
#site-header-inner {padding-bottom: 15px;}
.green-tour-box {min-height:230px;}
.highlight-box {background-color:#F26122; padding:20px; border-radius:5px;color:#fff;margin:10px 0;font-size:15px;text-align:center;}
.wpex-instagram-grid-widget ul {list-style:none;}
.colour-box {min-height:185px;}

.ozp-awesome-top {
	color: #3e3e3e;
	text-align: center;
	background-color: #fd8402;
	border :2px solid #3e3e3e;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
    	width: 300px;
    	padding: 5px;   
}
.ozp-awesome-middle{
	text-align: center;
	background-color: #3e3e3e;
	border-left :2px solid #3e3e3e;
	border-right :2px solid #3e3e3e;
    	width: 300px;
}
.ozp-awesome-bottom {
	text-align: center;
	background-color: #3e3e3e;
	border-left :2px solid #3e3e3e;
	border-right :2px solid #3e3e3e;
	border-bottom :2px solid #3e3e3e;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;

    	width: 300px;
}