/*
Theme Name: Gulf Accountants - Custom Theme
Theme URI: https://www.purpledogdesign.com/
Author: Sol @ purple Dog
Author URI: https://www.purpledogdesign.com
Description: This customised theme by Sol of Purple Dog for Gulf Accountants.  The theme is based on Vantage theme.
Version: 1.0
Template: vantage
*/

@import url("../vantage/style.css");
/*
Customised by Sol
*/



/* home */

body.home .panel-grid-cell {
    padding: 20px !important;
}

body.home div#pgc-4-1-0.panel-grid-cell div#panel-4-1-0-0.so-panel.widget.widget_sow-editor.panel-first-child div.so-widget-sow-editor.so-widget-sow-editor-base h3.widget-title{
	color:#fff !important;
}



article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
	    font-size: 26px  !important;
}
	
body.page-id-61.siteorigin-panels .widget_media_image {
	margin:40px 0 !important;
}


body.page-id-61.siteorigin-panels .widget_media_image h3.widget-title{
	display: none;
}


/* About Us */

body.page-id-61 .siteorigin-widget-tinymce.textwidget blockquote{
	font-style:normal !important;
}


body.page-id-61 .sow-image-grid-wrapper .sow-image-grid-image img {
    border: 1px solid #ddd !important;
    padding: 8px !important;
    max-width: 270px !important;
}




/* contact us */

body.page-id-123 .siteorigin-widget-tinymce.textwidget h2{
	text-align:left;
	font-size:20px;
	line-height: 32px;
}


body.page-id-123 div#wpcf7-f102-p123-o3.wpcf7 form.wpcf7-form{
	width: 100% !important;
}


body.page-id-123 div#wpcf7-f102-p123-o3.wpcf7 form.wpcf7-form input[type="text"], 
body.page-id-123 div#wpcf7-f102-p123-o3.wpcf7 form.wpcf7-form input[type="email"]{ 
    padding: 10px !important;
}





	
/*888888888888888888888888888888888888888888888888888888888888888888888888

MOBILE 
88888888888888888888888888888888888888888888888888888888888888888888888888*/



/*-------------------------------------------*/
/* #MOBILE 320px (Portrait)*/
/*-------------------------------------------*/

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 480px) {
/* 
	body{ border:1px solid green;}
*/




} /* end mobile style */


/*-------------------------------------------*/
/* #MOBILE 480px */
/*-------------------------------------------*/
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* 
	body{ border:1px solid blue;}
*/




} /* end mobile style */

  
/*-------------------------------------------*/
/* #Tablet (Portrait) e.g. iPad */
/*-------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
/* body{ border:1px solid red;} */




	
} /* end mobile style */




/*-------------------------------------------*/
/* #Tablet (Portrait)*/
/*-------------------------------------------*/
@media only screen and (min-width: 959px) and (max-width: 1200px) {

/* 
	body{ border:1px solid orange;}
*/



	
} /* end mobile style */
