/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */


	
header {
	width: 100%; /* 720px / 768px */
}


footer {
	width: 100%; /* 720px / 768px */
}

#header .sec1 {
	display: inline-block;
	float: left;
	margin: 0 auto !important;
	padding-left: 20px !important;
}

#header .sec2 {
	display: inline-block;
	float: right;
	margin: 0 auto !important;
	padding-right: 20px !important;
}

#header .sec3 {
	display: block;
	clear: both;
	float: none !important;
	margin: 0 auto !important;
	width: 100% !important;
	clear: none;
}

#header .sec1.col, #header .sec2.col  {
	margin: 0 auto !important;
	width: 40% !important;
}

#header .sec3.col {
	width: 100% !important;
	clear: both;	
}

.site-tag {
	line-height: 1.3em;
	text-align: center !important;	
	font-size: 15px;
}

.s1-form .wpcf7-form-control {
	margin: 5px 20px !important;
    	width: 80% !important;
}

#submit-btn.wpcf7-form-control {
	width: 85% !important;
}

#header .sec3 #top-menu, #header .sec3 .searchwidget {
	padding-right: 20px;	
}

#sign-share .s1, #sign-share .s2, #sign-share .s3 {
	width: 30% !important;
}

#sign-share .s4 {
	/*
	clear: both;
	width: 100% !important;	
	padding-top: 20px;
	*/
	display: none;
}

#sign-share .span_7_of_12 {
	clear: both;
	width: 100% !important;
}

.resimg, attachment-vid-thumb {
	width: 100% !important;
}

#content .featured {
	padding-left: 10px;	
}

#sidebar-right .widget_dpe_fp_widget ul li {
	width: 100% !important;
	margin: 0 auto;	
}

iframe {
	max-width: 100%;
} 

#content .span_4_of_12 {
	width: 48% !important;
}







		
		